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 ) in cvSumPixels()
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 ) in cvmPerspectiveProject()
164 CV_INLINE void cvFillImage( CvArr* mat, double color ) in cvFillImage()
183 CV_INLINE void cvRandSetRange( CvRandState* state, double param1,
213 CV_INLINE void cvRandInit( CvRandState* state, double param1, in cvRandInit()
236 CV_INLINE void cvRand( CvRandState* state, CvArr* arr ) in cvRand()
248 CV_INLINE void cvbRand( CvRandState* state, float* dst, int len ) in cvbRand()
255 CV_INLINE void cvbCartToPolar( const float* y, const float* x, in cvbCartToPolar()
271 CV_INLINE void cvbFastArctan( const float* y, const float* x, in cvbFastArctan()
285 CV_INLINE void cvbSqrt( const float* x, float* y, int len ) in cvbSqrt()
295 CV_INLINE void cvbInvSqrt( const float* x, float* y, int len ) in cvbInvSqrt()
305 CV_INLINE void cvbReciprocal( const float* x, float* y, int len ) in cvbReciprocal()
315 CV_INLINE void cvbFastExp( const float* x, double* y, int len ) in cvbFastExp()
323 CV_INLINE void cvbFastLog( const double* x, float* y, int len ) in cvbFastLog()
331 CV_INLINE CvRect cvContourBoundingRect( void* point_set, int update CV_DEFAULT(0))
337 CV_INLINE double cvPseudoInverse( const CvArr* src, CvArr* dst ) in cvPseudoInverse()
382 CV_INLINE void cvConvexHull( CvPoint* points, int num_points, in cvConvexHull()
407 CV_INLINE void cvMinAreaRect( CvPoint* points, int n, in cvMinAreaRect()
432 CV_INLINE void cvFitLine3D( CvPoint3D32f* points, int count, int dist, in cvFitLine3D()
442 CV_INLINE void cvFitLine2D( CvPoint2D32f* points, int count, int dist, in cvFitLine2D()
452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box ) in cvFitEllipse()
460 CV_INLINE void cvProject3D( CvPoint3D32f* points3D, int count,
503 CV_INLINE int cvHoughLines( CvArr* image, double rho, in cvHoughLines()
515 CV_INLINE int cvHoughLinesP( CvArr* image, double rho, in cvHoughLinesP()
528 CV_INLINE int cvHoughLinesSDiv( CvArr* image, double rho, int srn, in cvHoughLinesSDiv()
541 CV_INLINE void cvFindFundamentalMatrix( int* points1, int* points2, in cvFindFundamentalMatrix()
572 CV_INLINE int
584 CV_INLINE void cvCalibrateCamera( int image_count, int* _point_counts, in cvCalibrateCamera()
609 CV_INLINE void cvCalibrateCamera_64d( int image_count, int* _point_counts, in cvCalibrateCamera_64d()
637 CV_INLINE void cvFindExtrinsicCameraParams( int point_count, in cvFindExtrinsicCameraParams()
662 CV_INLINE void cvFindExtrinsicCameraParams_64d( int point_count, in cvFindExtrinsicCameraParams_64d()
691 CV_INLINE void cvRodrigues( CvMat* rotation_matrix, CvMat* rotation_vector, in cvRodrigues()
702 CV_INLINE void cvProjectPoints( int point_count, CvPoint3D64f* _object_points, in cvProjectPoints()
737 CV_INLINE void cvProjectPointsSimple( int point_count, CvPoint3D64f* _object_points, in cvProjectPointsSimple()
754 CV_INLINE void cvUnDistortOnce( const CvArr* src, CvArr* dst, in cvUnDistortOnce()
767 CV_INLINE void cvUnDistortInit( const CvArr* CV_UNREFERENCED(src), in cvUnDistortInit()
783 CV_INLINE void cvUnDistort( const CvArr* src, CvArr* dst, in cvUnDistort()
798 CV_INLINE float cvCalcEMD( const float* signature1, int size1,
812 CV_INLINE void cvKMeans( int num_clusters, float** samples, in cvKMeans()
826 CV_INLINE void cvStartScanGraph( CvGraph* graph, CvGraphScanner* scanner, in cvStartScanGraph()
841 CV_INLINE void cvEndScanGraph( CvGraphScanner* scanner ) in cvEndScanGraph()
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,