Home | History | Annotate | Download | only in include

Lines Matching refs:CV_INLINE

110 CV_INLINE CvMat cvMatArray( int rows, int cols, int type,
126 CV_INLINE double cvMean( const CvArr* image, const CvArr* mask CV_DEFAULT(0))
133 CV_INLINE double cvSumPixels( const CvArr* image )
139 CV_INLINE void cvMean_StdDev( const CvArr* image, double* mean, double* sdv,
153 CV_INLINE void cvmPerspectiveProject( const CvMat* mat, const CvArr* src, CvArr* dst )
164 CV_INLINE void cvFillImage( CvArr* mat, double color )
183 CV_INLINE void cvRandSetRange( CvRandState* state, double param1,
213 CV_INLINE void cvRandInit( CvRandState* state, double param1,
236 CV_INLINE void cvRand( CvRandState* state, CvArr* arr )
248 CV_INLINE void cvbRand( CvRandState* state, float* dst, int len )
255 CV_INLINE void cvbCartToPolar( const float* y, const float* x,
271 CV_INLINE void cvbFastArctan( const float* y, const float* x,
285 CV_INLINE void cvbSqrt( const float* x, float* y, int len )
295 CV_INLINE void cvbInvSqrt( const float* x, float* y, int len )
305 CV_INLINE void cvbReciprocal( const float* x, float* y, int len )
315 CV_INLINE void cvbFastExp( const float* x, double* y, int len )
323 CV_INLINE void cvbFastLog( const double* x, float* y, int len )
331 CV_INLINE CvRect cvContourBoundingRect( void* point_set, int update CV_DEFAULT(0))
337 CV_INLINE double cvPseudoInverse( const CvArr* src, CvArr* dst )
382 CV_INLINE void cvConvexHull( CvPoint* points, int num_points,
407 CV_INLINE void cvMinAreaRect( CvPoint* points, int n,
432 CV_INLINE void cvFitLine3D( CvPoint3D32f* points, int count, int dist,
442 CV_INLINE void cvFitLine2D( CvPoint2D32f* points, int count, int dist,
452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box )
460 CV_INLINE void cvProject3D( CvPoint3D32f* points3D, int count,
503 CV_INLINE int cvHoughLines( CvArr* image, double rho,
515 CV_INLINE int cvHoughLinesP( CvArr* image, double rho,
528 CV_INLINE int cvHoughLinesSDiv( CvArr* image, double rho, int srn,
541 CV_INLINE void cvFindFundamentalMatrix( int* points1, int* points2,
572 CV_INLINE int
584 CV_INLINE void cvCalibrateCamera( int image_count, int* _point_counts,
609 CV_INLINE void cvCalibrateCamera_64d( int image_count, int* _point_counts,
637 CV_INLINE void cvFindExtrinsicCameraParams( int point_count,
662 CV_INLINE void cvFindExtrinsicCameraParams_64d( int point_count,
691 CV_INLINE void cvRodrigues( CvMat* rotation_matrix, CvMat* rotation_vector,
702 CV_INLINE void cvProjectPoints( int point_count, CvPoint3D64f* _object_points,
737 CV_INLINE void cvProjectPointsSimple( int point_count, CvPoint3D64f* _object_points,
754 CV_INLINE void cvUnDistortOnce( const CvArr* src, CvArr* dst,
767 CV_INLINE void cvUnDistortInit( const CvArr* CV_UNREFERENCED(src),
783 CV_INLINE void cvUnDistort( const CvArr* src, CvArr* dst,
798 CV_INLINE float cvCalcEMD( const float* signature1, int size1,
812 CV_INLINE void cvKMeans( int num_clusters, float** samples,
826 CV_INLINE void cvStartScanGraph( CvGraph* graph, CvGraphScanner* scanner,
841 CV_INLINE void cvEndScanGraph( CvGraphScanner* scanner )
860 CV_INLINE void cvLineAA( CvArr* img, CvPoint pt1, CvPoint pt2,
866 CV_INLINE void cvCircleAA( CvArr* img, CvPoint center, int radius,
872 CV_INLINE void cvEllipseAA( CvArr* img, CvPoint center, CvSize axes,
881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours,