| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
IntegralHistogram
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 48
|
|||
|
|||
| this | |||
|
Inherited from |
|||
|
|||
__call__( (IntegralHistogram)arg1, (Mat)image) -> None :
Wrapped function:
operator()
C++ signature :
void __call__(sdopencv::IntegralHistogram {lvalue},cv::Mat)
|
__init__( (object)arg1, (object)histSize, (vector_float32)ranges [, (bool)uniform=True]) -> None :
Wrapped function:
IntegralHistogram
Argument 'ranges':
C/C++ type: ::std::vector< float > const &.
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 __init__(_object*,int,std::vector<float, std::allocator<float> > [,bool=True])
|
helper for pickle
|
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( (IntegralHistogram)arg1, (object)value) -> int :
C++ signature :
int get_index(sdopencv::IntegralHistogram {lvalue},float)
|
|
|||
this
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun May 02 17:17:03 2010 | http://epydoc.sourceforge.net |