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

Class IntegralHistogram

 object --+    
          |    
??.instance --+
              |
             IntegralHistogram

Instance Methods [hide private]
 
__call__(...)
__call__( (IntegralHistogram)arg1, (Mat)image) -> None :
 
__init__(...)
__init__( (object)arg1, (object)histSize, (Mat)ranges [, (bool)uniform=True]) -> object :
 
__reduce__(...)
helper for pickle
 
calcHist(...)
calcHist( (IntegralHistogram)inst, (Rect)rect, (Mat)out_hist) -> None :
 
get_index(...)
get_index( (IntegralHistogram)arg1, (object)value) -> int :

Inherited from unreachable.instance: __new__

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

Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (IntegralHistogram)arg1, (Mat)image) -> None :
    
    Wrapped function:
        operator()

    C++ signature :
        void __call__(sdopencv::IntegralHistogram {lvalue},cv::Mat)

__init__(...)
(Constructor)

 

__init__( (object)arg1, (object)histSize, (Mat)ranges [, (bool)uniform=True]) -> object :

    C++ signature :
        void* __init__(boost::python::api::object,int,cv::Mat [,bool=True])

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

calcHist(...)

 

calcHist( (IntegralHistogram)inst, (Rect)rect, (Mat)out_hist) -> None :
    
    Argument 'out_hist':
        C/C++ type: ::std::vector< int > &.
        Python type: Mat.
        Invoke asMat() to convert a 1D Python sequence into a Mat, e.g. 
        asMat([0,1,2]) or asMat((0,1,2)).

    C++ signature :
        void calcHist(sdopencv::IntegralHistogram {lvalue},cv::Rect_<int>,cv::Mat {lvalue})

get_index(...)

 

get_index( (IntegralHistogram)arg1, (object)value) -> int :

    C++ signature :
        int get_index(sdopencv::IntegralHistogram {lvalue},float)


Property Details [hide private]

this

Get Method:
unreachable(...)