Package pyopencv :: Module pyopencvext :: Class Mat3b
[hide private]
[frames] | no frames]

Class Mat3b

 object --+        
          |        
??.instance --+    
              |    
            Mat --+
                  |
                 Mat3b

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
adjustROI(...)
adjustROI( (Mat3b)arg1, (object)dtop, (object)dbottom, (object)dleft, (object)dright) -> Mat3b :
 
channels(...)
channels( (Mat3b)arg1) -> int :
 
clone(...)
clone( (Mat3b)arg1) -> Mat3b :
 
col(...)
col( (Mat3b)arg1, (object)x) -> Mat3b :
 
create(...)
create( (Mat3b)arg1, (object)_rows, (object)_cols) -> None :
 
cross(...)
cross( (Mat3b)arg1, (Mat3b)m) -> Mat3b :
 
depth(...)
depth( (Mat3b)arg1) -> int :
 
diag(...)
diag( (Mat3b)arg1 [, (object)d=0]) -> Mat3b :
 
elemSize(...)
elemSize( (Mat3b)arg1) -> int :
 
elemSize1(...)
elemSize1( (Mat3b)arg1) -> int :
 
reshape(...)
reshape( (Mat3b)arg1, (object)_rows) -> Mat3b :
 
row(...)
row( (Mat3b)arg1, (object)y) -> Mat3b :
 
step1(...)
step1( (Mat3b)arg1) -> int :
 
stepT(...)
stepT( (Mat3b)arg1) -> int :
 
type(...)
type( (Mat3b)arg1) -> int :

Inherited from Mat: __call__, __getitem__, __getslice__, __reduce__, __repr__, __setitem__, __setslice__, addref, assign, assignTo, colRange, convertTo, copyTo, dot, empty, isContinuous, locateROI, release, rowRange, setTo, size, to_gtk_pixbuf, to_list_of_Point2d, to_list_of_Point2f, to_list_of_Point2i, to_list_of_Point3d, to_list_of_Point3f, to_list_of_Point3i, to_list_of_Range, to_list_of_Rect, to_list_of_Rectd, to_list_of_Rectf, to_list_of_RotatedRect, to_list_of_Scalar, to_list_of_Size2d, to_list_of_Size2f, to_list_of_Size2i, to_list_of_Vec2b, to_list_of_Vec2d, to_list_of_Vec2f, to_list_of_Vec2i, to_list_of_Vec2s, to_list_of_Vec2w, to_list_of_Vec3b, to_list_of_Vec3d, to_list_of_Vec3f, to_list_of_Vec3i, to_list_of_Vec3s, to_list_of_Vec3w, to_list_of_Vec4b, to_list_of_Vec4d, to_list_of_Vec4f, to_list_of_Vec4i, to_list_of_Vec4s, to_list_of_Vec4w, to_list_of_Vec6d, to_list_of_Vec6f, to_list_of_float32, to_list_of_float64, to_list_of_int16, to_list_of_int32, to_list_of_int8, to_list_of_uint16, to_list_of_uint8, to_pil_image, to_wx_bitmap

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from Mat: from_gtk_pixbuf, from_list_of_Point2d, from_list_of_Point2f, from_list_of_Point2i, from_list_of_Point3d, from_list_of_Point3f, from_list_of_Point3i, from_list_of_Range, from_list_of_Rect, from_list_of_Rectd, from_list_of_Rectf, from_list_of_RotatedRect, from_list_of_Scalar, from_list_of_Size2d, from_list_of_Size2f, from_list_of_Size2i, from_list_of_Vec2b, from_list_of_Vec2d, from_list_of_Vec2f, from_list_of_Vec2i, from_list_of_Vec2s, from_list_of_Vec2w, from_list_of_Vec3b, from_list_of_Vec3d, from_list_of_Vec3f, from_list_of_Vec3i, from_list_of_Vec3s, from_list_of_Vec3w, from_list_of_Vec4b, from_list_of_Vec4d, from_list_of_Vec4f, from_list_of_Vec4i, from_list_of_Vec4s, from_list_of_Vec4w, from_list_of_Vec6d, from_list_of_Vec6f, from_list_of_float32, from_list_of_float64, from_list_of_int16, from_list_of_int32, from_list_of_int8, from_list_of_uint16, from_list_of_uint8, from_ndarray, from_pil_image

Class Variables [hide private]

Inherited from Mat: AUTO_STEP, CONTINUOUS_FLAG, MAGIC_VAL, __instance_size__

Properties [hide private]
  this

Inherited from Mat: cols, data, flags, ndarray, rows, step

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)_rows, (object)_cols) -> None :

    C++ signature :
        void __init__(_object*,int,int)

__init__( (object)arg1, (object)_rows, (object)_cols, (Vec3b)value) -> None :

    C++ signature :
        void __init__(_object*,int,int,cv::Vec<unsigned char, 3>)

__init__( (object)arg1, (Size2i)_size) -> None :

    C++ signature :
        void __init__(_object*,cv::Size_<int>)

__init__( (object)arg1, (Size2i)_size, (Vec3b)value) -> None :

    C++ signature :
        void __init__(_object*,cv::Size_<int>,cv::Vec<unsigned char, 3>)

__init__( (object)arg1, (Mat)m) -> None :

    C++ signature :
        void __init__(_object*,cv::Mat)

__init__( (object)arg1, (Mat3b)m) -> None :

    C++ signature :
        void __init__(_object*,cv::Mat_<cv::Vec<unsigned char, 3> >)

__init__( (object)arg1, (Mat3b)m, (Range)rowRange, (Range)colRange) -> None :

    C++ signature :
        void __init__(_object*,cv::Mat_<cv::Vec<unsigned char, 3> >,cv::Range,cv::Range)

__init__( (object)arg1, (Mat3b)m, (Rect)roi) -> None :

    C++ signature :
        void __init__(_object*,cv::Mat_<cv::Vec<unsigned char, 3> >,cv::Rect_<int>)

Overrides: object.__init__

adjustROI(...)

 

adjustROI( (Mat3b)arg1, (object)dtop, (object)dbottom, (object)dleft, (object)dright) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue} adjustROI(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},int,int,int,int)

Overrides: Mat.adjustROI

channels(...)

 

channels( (Mat3b)arg1) -> int :

    C++ signature :
        int channels(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.channels

clone(...)

 

clone( (Mat3b)arg1) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > clone(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.clone

col(...)

 

col( (Mat3b)arg1, (object)x) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > col(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},int)

Overrides: Mat.col

create(...)

 

create( (Mat3b)arg1, (object)_rows, (object)_cols) -> None :

    C++ signature :
        void create(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},int,int)

create( (Mat3b)arg1, (Size2i)_size) -> None :

    C++ signature :
        void create(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},cv::Size_<int>)

Overrides: Mat.create

cross(...)

 

cross( (Mat3b)arg1, (Mat3b)m) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > cross(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},cv::Mat_<cv::Vec<unsigned char, 3> >)

Overrides: Mat.cross

depth(...)

 

depth( (Mat3b)arg1) -> int :

    C++ signature :
        int depth(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.depth

diag(...)

 

diag( (Mat3b)arg1 [, (object)d=0]) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > diag(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue} [,int=0])

Overrides: Mat.diag

elemSize(...)

 

elemSize( (Mat3b)arg1) -> int :

    C++ signature :
        unsigned int elemSize(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.elemSize

elemSize1(...)

 

elemSize1( (Mat3b)arg1) -> int :

    C++ signature :
        unsigned int elemSize1(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.elemSize1

reshape(...)

 

reshape( (Mat3b)arg1, (object)_rows) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > reshape(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},int)

Overrides: Mat.reshape

row(...)

 

row( (Mat3b)arg1, (object)y) -> Mat3b :

    C++ signature :
        cv::Mat_<cv::Vec<unsigned char, 3> > row(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue},int)

Overrides: Mat.row

step1(...)

 

step1( (Mat3b)arg1) -> int :

    C++ signature :
        unsigned int step1(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.step1

stepT(...)

 

stepT( (Mat3b)arg1) -> int :

    C++ signature :
        unsigned int stepT(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

type(...)

 

type( (Mat3b)arg1) -> int :

    C++ signature :
        int type(cv::Mat_<cv::Vec<unsigned char, 3> > {lvalue})

Overrides: Mat.type

Property Details [hide private]

this

Get Method:
unreachable(...)