Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Functions
cvfundam.cpp File Reference
#include "_cv.h"

Classes

class  CvModelEstimator2
 
class  CvHomographyEstimator
 
class  CvFMEstimator
 

Functions

template<typename T >
int icvCompressPoints (T *ptr, const uchar *mask, int mstep, int count)
 
CV_IMPL int cvRANSACUpdateNumIters (double p, double ep, int model_points, int max_iters)
 
CV_IMPL int cvFindHomography (const CvMat *objectPoints, const CvMat *imagePoints, CvMat *__H, int method, double ransacReprojThreshold, CvMat *mask)
 
CV_IMPL int cvFindFundamentalMat (const CvMat *points1, const CvMat *points2, CvMat *fmatrix, int method, double param1, double param2, CvMat *mask)
 
CV_IMPL void cvComputeCorrespondEpilines (const CvMat *points, int pointImageID, const CvMat *fmatrix, CvMat *lines)
 
CV_IMPL void cvConvertPointsHomogeneous (const CvMat *src, CvMat *dst)
 

Function Documentation

CV_IMPL void cvComputeCorrespondEpilines ( const CvMat points,
int  pointImageID,
const CvMat fmatrix,
CvMat lines 
)
CV_IMPL void cvConvertPointsHomogeneous ( const CvMat src,
CvMat dst 
)
CV_IMPL int cvFindFundamentalMat ( const CvMat points1,
const CvMat points2,
CvMat fmatrix,
int  method,
double  param1,
double  param2,
CvMat mask 
)
CV_IMPL int cvFindHomography ( const CvMat objectPoints,
const CvMat imagePoints,
CvMat __H,
int  method,
double  ransacReprojThreshold,
CvMat mask 
)
CV_IMPL int cvRANSACUpdateNumIters ( double  p,
double  ep,
int  model_points,
int  max_iters 
)
template<typename T >
int icvCompressPoints ( T ptr,
const uchar mask,
int  mstep,
int  count 
)