HomeSort by relevance Sort by last modified time
    Searched refs:CV_INLINE (Results 1 - 25 of 29) sorted by null

1 2

  /external/opencv/cvaux/src/
_cvaux.h 54 CV_INLINE bool operator == (CvSize size1, CvSize size2 );
55 CV_INLINE bool operator == (CvSize size1, CvSize size2 )
60 CV_INLINE bool operator != (CvSize size1, CvSize size2 );
61 CV_INLINE bool operator != (CvSize size1, CvSize size2 )
cvprewarp.cpp 73 CV_INLINE int
cvlee.cpp 606 CV_INLINE
622 CV_INLINE
641 CV_INLINE
660 CV_INLINE
    [all...]
_cvvm.h 71 CV_INLINE int icvGetColor(uchar* valueRGB);
cvlcm.cpp 583 CV_INLINE
594 CV_INLINE
606 CV_INLINE
659 CV_INLINE
  /external/opencv/otherlibs/highgui/
highgui.h 80 #ifndef CV_INLINE
82 #define CV_INLINE inline
84 #define CV_INLINE __inline
86 #define CV_INLINE static
88 #endif /* CV_INLINE */
249 CV_INLINE int iplWidth( const IplImage* img );
250 CV_INLINE int iplWidth( const IplImage* img )
255 CV_INLINE int iplHeight( const IplImage* img );
256 CV_INLINE int iplHeight( const IplImage* img )
268 CV_INLINE RECT NormalizeRect( RECT r )
    [all...]
utils.h 111 CV_INLINE bool isBigEndian( void )
  /external/opencv/cv/src/
_cvmatrix.h 81 CV_INLINE double icvSum_32f( const float* src, int len )
91 CV_INLINE double icvDotProduct_32f( const float* src1, const float* src2, int len )
102 CV_INLINE double icvDotProduct_64f( const double* src1, const double* src2, int len )
113 CV_INLINE void icvMulVectors_32f( const float* src1, const float* src2,
123 CV_INLINE void icvMulVectors_64d( const double* src1, const double* src2,
134 CV_INLINE void icvAddVector_32f( const float* src1, const float* src2,
144 CV_INLINE void icvAddVector_64d( const double* src1, const double* src2,
155 CV_INLINE void icvSubVector_32f( const float* src1, const float* src2,
165 CV_INLINE void icvSubVector_64d( const double* src1, const double* src2,
183 CV_INLINE void icvSetIdentity_32f( float* dst, int w, int h
    [all...]
_cv.h 84 CV_INLINE CvDataType icvDepthToDataType( int type );
85 CV_INLINE CvDataType icvDepthToDataType( int type )
_cvgeom.h 46 CV_INLINE float icvDistanceL2_32f( CvPoint2D32f pt1, CvPoint2D32f pt2 )
_cvlist.h 48 #define CV_FORCE_INLINE CV_INLINE
cvpyrsegmentation.cpp 135 CV_INLINE float icvRGBDist_Max( const _CvRGBf& a, const _CvRGBf& b )
144 CV_INLINE float icvRGBDist_Sum( const _CvRGBf& a, const _CvRGBf& b )
    [all...]
cvsubdivision2d.cpp 395 CV_INLINE int
cvsurf.cpp 72 CV_INLINE float
  /external/opencv/cv/include/
cvcompat.h 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
    [all...]
cv.h 629 CV_INLINE CvSubdiv2D* cvCreateSubdivDelaunay2D( CvRect rect, CvMemStorage* storage )
664 CV_INLINE CvSubdiv2DEdge cvSubdiv2DNextEdge( CvSubdiv2DEdge edge )
670 CV_INLINE CvSubdiv2DEdge cvSubdiv2DRotateEdge( CvSubdiv2DEdge edge, int rotate )
675 CV_INLINE CvSubdiv2DEdge cvSubdiv2DSymEdge( CvSubdiv2DEdge edge )
680 CV_INLINE CvSubdiv2DEdge cvSubdiv2DGetEdge( CvSubdiv2DEdge edge, CvNextEdgeType type )
688 CV_INLINE CvSubdiv2DPoint* cvSubdiv2DEdgeOrg( CvSubdiv2DEdge edge )
695 CV_INLINE CvSubdiv2DPoint* cvSubdiv2DEdgeDst( CvSubdiv2DEdge edge )
702 CV_INLINE double cvTriangleArea( CvPoint2D32f a, CvPoint2D32f b, CvPoint2D32f c )
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 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
    [all...]
cxcore.h 151 CV_INLINE void cvDecRefData( CvArr* arr )
172 CV_INLINE int cvIncRefData( CvArr* arr )
206 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row )
217 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col )
246 CV_INLINE void cvReleaseMatND( CvMatND** mat )
269 CV_INLINE CvSparseNode* cvGetNextSparseNode( CvSparseMatIterator* mat_iterator )
519 CV_INLINE void cvSubS( const CvArr* src, CvScalar value, CvArr* dst,
    [all...]
cxmisc.h 235 CV_INLINE void* cvAlignPtr( const void* ptr, int align=32 )
241 CV_INLINE int cvAlign( int size, int align )
247 CV_INLINE CvSize cvGetMatSize( const CvMat* mat )
269 CV_INLINE CvFastDiv cvFastDiv( int divisor )
    [all...]
  /external/opencv/cxcore/src/
_cxcore.h 322 CV_INLINE CvStatus
330 CV_INLINE CvStatus
338 CV_INLINE CvStatus
cxminmaxloc.cpp 131 CV_INLINE float minmax_to_float( int val )
138 CV_INLINE double minmax_to_double( int64 val )
cxswitcher.cpp 273 CV_INLINE const CvProcessorInfo*
  /external/opencv/cvaux/include/
cvaux.h 261 CV_INLINE double icvSqDist2D32f( CvPoint2D32f pt1, CvPoint2D32f pt2 )
    [all...]
cvvidsurv.hpp 653 CV_INLINE CvDetectedBlob cvDetectedBlob( float x, float y, float w, float h, int ID = 0, float response = 0.0F )
692 CV_INLINE CvRect cvRectIntersection( const CvRect r1, const CvRect r2 )
    [all...]
  /external/opencv/ml/include/
ml.h 86 #ifndef CV_INLINE
88 #define CV_INLINE inline
90 #define CV_INLINE __inline
92 #define CV_INLINE static
94 #endif /* CV_INLINE */
155 CV_INLINE CvParamLattice cvParamLattice( double min_val, double max_val,
165 CV_INLINE CvParamLattice cvDefaultParamLattice( void )
    [all...]

Completed in 314 milliseconds

1 2