Home | History | Annotate | Download | only in include

Lines Matching refs:CV_INLINE

121 #ifndef CV_INLINE
123 #define CV_INLINE inline
125 #define CV_INLINE __inline
127 #define CV_INLINE static
129 #endif /* CV_INLINE */
210 CV_INLINE int cvRound( double value )
237 CV_INLINE int cvFloor( double value )
252 CV_INLINE int cvCeil( double value )
269 CV_INLINE int cvIsNaN( double value )
284 CV_INLINE int cvIsInf( double value )
303 CV_INLINE CvRNG cvRNG( int64 seed CV_DEFAULT(-1))
310 CV_INLINE unsigned cvRandInt( CvRNG* rng )
319 CV_INLINE double cvRandReal( CvRNG* rng )
621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL))
651 CV_INLINE double cvmGet( const CvMat* mat, int row, int col )
669 CV_INLINE void cvmSet( CvMat* mat, int row, int col, double value )
686 CV_INLINE int cvCvToIplDepth( int type )
848 CV_INLINE CvRect cvRect( int x, int y, int width, int height )
861 CV_INLINE IplROI cvRectToROI( CvRect rect, int coi )
874 CV_INLINE CvRect cvROIToRect( IplROI roi )
895 CV_INLINE CvTermCriteria cvTermCriteria( int type, int max_iter, double epsilon )
917 CV_INLINE CvPoint cvPoint( int x, int y )
936 CV_INLINE CvPoint2D32f cvPoint2D32f( double x, double y )
947 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point )
953 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point )
972 CV_INLINE CvPoint3D32f cvPoint3D32f( double x, double y, double z )
992 CV_INLINE CvPoint2D64f cvPoint2D64f( double x, double y )
1012 CV_INLINE CvPoint3D64f cvPoint3D64f( double x, double y, double z )
1033 CV_INLINE CvSize cvSize( int width, int height )
1051 CV_INLINE CvSize2D32f cvSize2D32f( double width, double height )
1096 CV_INLINE CvSlice cvSlice( int start, int end )
1117 CV_INLINE CvScalar cvScalar( double val0, double val1 CV_DEFAULT(0),
1127 CV_INLINE CvScalar cvRealScalar( double val0 )
1135 CV_INLINE CvScalar cvScalarAll( double val0123 )
1646 CV_INLINE CvAttrList cvAttrList( const char** attr CV_DEFAULT(NULL),