#include "_cv.h"
Functions | |
CV_IMPL CvConDensation * | cvCreateConDensation (int DP, int MP, int SamplesNum) |
CV_IMPL void | cvReleaseConDensation (CvConDensation **ConDensation) |
CV_IMPL void | cvConDensUpdateByTime (CvConDensation *ConDens) |
CV_IMPL void | cvConDensInitSampleSet (CvConDensation *conDens, CvMat *lowerBound, CvMat *upperBound) |
CV_IMPL void cvConDensInitSampleSet | ( | CvConDensation * | conDens, |
CvMat * | lowerBound, | ||
CvMat * | upperBound | ||
) |
CV_IMPL void cvConDensUpdateByTime | ( | CvConDensation * | ConDens | ) |
CV_IMPL CvConDensation* cvCreateConDensation | ( | int | DP, |
int | MP, | ||
int | SamplesNum | ||
) |
CV_IMPL void cvReleaseConDensation | ( | CvConDensation ** | ConDensation | ) |