Lines Matching refs:CvArr
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,
140 const CvArr* mask CV_DEFAULT(0))
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()
236 CV_INLINE void cvRand( CvRandState* state, CvArr* arr ) in cvRand()
337 CV_INLINE double cvPseudoInverse( const CvArr* src, CvArr* dst ) in cvPseudoInverse()
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()
754 CV_INLINE void cvUnDistortOnce( const CvArr* src, CvArr* dst, in cvUnDistortOnce()
767 CV_INLINE void cvUnDistortInit( const CvArr* CV_UNREFERENCED(src), in cvUnDistortInit()
768 CvArr* undistortion_map, in cvUnDistortInit()
783 CV_INLINE void cvUnDistort( const CvArr* src, CvArr* dst, in cvUnDistort()
784 const CvArr* undistortion_map, in cvUnDistort()
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,