Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | CvStatModel --+ | CvEM
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
COV_MAT_DIAGONAL = 1
|
|||
COV_MAT_GENERIC = 2
|
|||
COV_MAT_SPHERICAL = 0
|
|||
START_AUTO_STEP = 0
|
|||
START_E_STEP = 1
|
|||
START_M_STEP = 2
|
|||
__instance_size__ = 104
|
|
|||
this | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (CvMat)samples [, (CvMat)sample_idx=None [, (CvEMParams)params=<pyopencv.ml_ext.CvEMParams object at 0x02041500> [, (CvMat)labels=None]]]) -> None : Wrapped function: CvEM Argument 'samples': C++ type: ::CvMat const * Python type: Mat Argument 'sample_idx': C++ type: ::CvMat const * Python type: Mat Argument 'labels': C++ type: ::CvMat * Python type: Mat C++ signature : void __init__(_object*,CvMat const* [,CvMat const*=None [,CvEMParams=<pyopencv.ml_ext.CvEMParams object at 0x02041500> [,CvMat*=None]]]) __init__( (object)arg1, (Mat)samples [, (Mat)sample_idx=Mat() [, (CvEMParams)params=<pyopencv.ml_ext.CvEMParams object at 0x02041570> [, (Mat)labels=None]]]) -> None : C++ signature : void __init__(_object*,cv::Mat [,cv::Mat=Mat() [,CvEMParams=<pyopencv.ml_ext.CvEMParams object at 0x02041570> [,cv::Mat*=None]]])
|
clear( (CvEM)arg1) -> None : C++ signature : void clear(CvEM {lvalue}) clear( (CvEM)arg1) -> None : C++ signature : void clear(CvEM_wrapper {lvalue})
|
get_log_likelihood( (CvEM)arg1) -> float : C++ signature : double get_log_likelihood(CvEM {lvalue}) |
get_means( (CvEM)arg1) -> CvMat : C++ signature : CvMat const* get_means(CvEM {lvalue}) |
get_nclusters( (CvEM)arg1) -> int : C++ signature : int get_nclusters(CvEM {lvalue}) |
get_probs( (CvEM)arg1) -> CvMat : C++ signature : CvMat const* get_probs(CvEM {lvalue}) |
get_weights( (CvEM)arg1) -> CvMat : C++ signature : CvMat const* get_weights(CvEM {lvalue}) |
load( (CvEM)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void load(CvEM {lvalue},char const* [,char const*=None]) load( (CvEM)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void load(CvEM_wrapper {lvalue},char const* [,char const*=None])
|
predict( (CvEM)inst, (Mat)sample, (Mat)probs) -> object : Argument 'sample': C++ type: ::CvMat const * Python type: Mat Argument 'probs': C++ type: ::CvMat * Python type: Mat C++ signature : boost::python::api::object predict(CvEM,cv::Mat {lvalue},cv::Mat {lvalue}) predict( (CvEM)arg1, (Mat)sample, (Mat)probs) -> float : C++ signature : float predict(CvEM {lvalue},cv::Mat,cv::Mat*) predict( (CvEM)arg1, (Mat)sample, (Mat)probs) -> float : C++ signature : float predict(CvEM_wrapper {lvalue},cv::Mat,cv::Mat*) |
read( (CvStatModel)inst, (FileStorage)storage, (FileNode)node) -> None : Argument 'storage': C++ type: ::CvFileStorage * Python type: FileStorage Argument 'node': C++ type: ::CvFileNode * Python type: FileNode C++ signature : void read(CvStatModel {lvalue},cv::FileStorage {lvalue},cv::FileNode {lvalue})
|
save( (CvEM)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void save(CvEM {lvalue},char const* [,char const*=None]) save( (CvEM)arg1, (str)filename [, (str)name=None]) -> None : C++ signature : void save(CvEM_wrapper {lvalue},char const* [,char const*=None])
|
train( (CvEM)inst, (Mat)samples [, (Mat)sample_idx=Mat() [, (CvEMParams)params=<pyopencv.ml_ext.CvEMParams object at 0x020415E0> [, (Mat)labels=Mat()]]]) -> object : Argument 'samples': C++ type: ::CvMat const * Python type: Mat Argument 'sample_idx': C++ type: ::CvMat const * Python type: Mat Argument 'labels': C++ type: ::CvMat * Python type: Mat C++ signature : boost::python::api::object train(CvEM {lvalue},cv::Mat {lvalue} [,cv::Mat=Mat() [,CvEMParams=<pyopencv.ml_ext.CvEMParams object at 0x020415E0> [,cv::Mat=Mat()]]]) train( (CvEM)arg1, (Mat)samples [, (Mat)sample_idx=Mat() [, (CvEMParams)params=<pyopencv.ml_ext.CvEMParams object at 0x02041650> [, (Mat)labels=None]]]) -> bool : C++ signature : bool train(CvEM {lvalue},cv::Mat [,cv::Mat=Mat() [,CvEMParams=<pyopencv.ml_ext.CvEMParams object at 0x02041650> [,cv::Mat*=None]]]) train( (CvEM)arg1, (Mat)samples [, (Mat)sample_idx=Mat() [, (CvEMParams)params=<pyopencv.ml_ext.CvEMParams object at 0x02041650> [, (Mat)labels=None]]]) -> bool : C++ signature : bool train(CvEM_wrapper {lvalue},cv::Mat [,cv::Mat=Mat() [,CvEMParams=<pyopencv.ml_ext.CvEMParams object at 0x02041650> [,cv::Mat*=None]]]) |
write( (CvStatModel)inst, (FileStorage)storage, (str)name) -> None : Argument 'storage': C++ type: ::CvFileStorage * Python type: FileStorage C++ signature : void write(CvStatModel,cv::FileStorage {lvalue},char const*)
|
|
this
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:10 2010 | http://epydoc.sourceforge.net |