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

Class CvHaarFeature

 object --+    
          |    
??.instance --+
              |
             CvHaarFeature

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
get_rect(...)
get_rect( (CvHaarFeature)arg1, (object)arg2) -> Rect :
 
get_rect_weight(...)
get_rect_weight( (CvHaarFeature)arg1, (object)arg2) -> float :
 
set_rect_weight(...)
set_rect_weight( (CvHaarFeature)arg1, (object)arg2, (object)arg3) -> None :

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 72
Properties [hide private]
  this
  tilted

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

get_rect(...)

 

get_rect( (CvHaarFeature)arg1, (object)arg2) -> Rect :

    C++ signature :
        cv::Rect_<int>* get_rect(CvHaarFeature,int)

get_rect_weight(...)

 

get_rect_weight( (CvHaarFeature)arg1, (object)arg2) -> float :

    C++ signature :
        float get_rect_weight(CvHaarFeature,int)

set_rect_weight(...)

 

set_rect_weight( (CvHaarFeature)arg1, (object)arg2, (object)arg3) -> None :

    C++ signature :
        void set_rect_weight(CvHaarFeature {lvalue},int,float)


Property Details [hide private]

this

Get Method:
unreachable(...)

tilted

Get Method:
unreachable(...)
Set Method:
unreachable(...)