Searched refs:CV_INLINE (Results 1 - 25 of 29) sorted by relevance

12

/external/opencv/cvaux/src/
H A D_cvaux.h54 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 )
H A Dcvprewarp.cpp73 CV_INLINE int
H A Dcvlee.cpp606 CV_INLINE
622 CV_INLINE
641 CV_INLINE
660 CV_INLINE
923 CV_INLINE
936 CV_INLINE
950 CV_INLINE
964 CV_INLINE
978 CV_INLINE
991 CV_INLINE
[all...]
H A D_cvvm.h71 CV_INLINE int icvGetColor(uchar* valueRGB);
H A Dcvlcm.cpp583 CV_INLINE
594 CV_INLINE
606 CV_INLINE
659 CV_INLINE
/external/opencv/otherlibs/highgui/
H A Dhighgui.h80 #ifndef CV_INLINE
82 #define CV_INLINE inline macro
84 #define CV_INLINE __inline macro
86 #define CV_INLINE static macro
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 REC
[all...]
H A Dutils.h111 CV_INLINE bool isBigEndian( void )
/external/opencv/cv/src/
H A D_cvmatrix.h81 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 voi
[all...]
H A D_cv.h84 CV_INLINE CvDataType icvDepthToDataType( int type );
85 CV_INLINE CvDataType icvDepthToDataType( int type )
H A D_cvgeom.h46 CV_INLINE float icvDistanceL2_32f( CvPoint2D32f pt1, CvPoint2D32f pt2 )
H A D_cvlist.h48 #define CV_FORCE_INLINE CV_INLINE
H A Dcvpyrsegmentation.cpp135 CV_INLINE float icvRGBDist_Max( const _CvRGBf& a, const _CvRGBf& b )
144 CV_INLINE float icvRGBDist_Sum( const _CvRGBf& a, const _CvRGBf& b )
H A Dcvsubdivision2d.cpp395 CV_INLINE int
H A Dcvsurf.cpp72 CV_INLINE float
/external/opencv/cv/include/
H A Dcvcompat.h110 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 voi
[all...]
H A Dcv.h629 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 )
884 CV_INLINE void cvCalcHist( IplImage** image, CvHistogram* hist,
1087 CV_INLINE CvSURFPoin
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h121 #ifndef CV_INLINE
123 #define CV_INLINE inline macro
125 #define CV_INLINE __inline macro
127 #define CV_INLINE static macro
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 in
[all...]
H A Dcxcore.h151 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,
1073 CV_INLINE CvSeq* cvCloneSeq( const CvSeq* seq, CvMemStorage* storage CV_DEFAULT(NULL))
1116 CV_INLINE CvSetElem* cvSetNew( CvSet* set_header )
1131 CV_INLINE voi
[all...]
H A Dcxmisc.h235 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 )
/external/opencv/cxcore/src/
H A D_cxcore.h322 CV_INLINE CvStatus
330 CV_INLINE CvStatus
338 CV_INLINE CvStatus
H A Dcxminmaxloc.cpp131 CV_INLINE float minmax_to_float( int val )
138 CV_INLINE double minmax_to_double( int64 val )
H A Dcxswitcher.cpp273 CV_INLINE const CvProcessorInfo*
/external/opencv/cvaux/include/
H A Dcvaux.h261 CV_INLINE double icvSqDist2D32f( CvPoint2D32f pt1, CvPoint2D32f pt2 )
860 CV_INLINE Cv3dTracker2dTrackedObject cv3dTracker2dTrackedObject(int id, CvPoint2D32f p)
874 CV_INLINE Cv3dTrackerTrackedObject cv3dTrackerTrackedObject(int id, CvPoint3D32f p)
1179 CV_INLINE void cvReleaseBGStatModel( CvBGStatModel** bg_model )
1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model )
H A Dcvvidsurv.hpp653 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 )
/external/opencv/ml/include/
H A Dml.h86 #ifndef CV_INLINE
88 #define CV_INLINE inline macro
90 #define CV_INLINE __inline macro
92 #define CV_INLINE static macro
94 #endif /* CV_INLINE */
155 CV_INLINE CvParamLattice cvParamLattice( double min_val, double max_val,
165 CV_INLINE CvParamLattice cvDefaultParamLattice( void )

Completed in 207 milliseconds

12