HomeSort by relevance Sort by last modified time
    Searched refs:CvArr (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/opencv/cv/src/
cvsurf.cpp 253 cvExtractSURF( const CvArr* _img, const CvArr* _mask,
cvgeometry.cpp 165 cvPointPolygonTest( const CvArr* _contour, CvPoint2D32f pt, int measure_dist )
cvlinefit.cpp 640 cvFitLine( const CvArr* array, int dist, double param,
cvhough.cpp 740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method,
    [all...]
cvpyramids.cpp     [all...]
cvshapedescr.cpp 976 cvFitEllipse2( const CvArr* array )
1128 cvBoundingRect( CvArr* array, int update )
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 685 void Detect( const CvArr* /*img*/, /* out */ CvBlobSeq* /*detected_blob_seq*/ = 0 ) {};
733 IplImage* Draw( const CvArr* src, CvBlobSeq* blob_seq = 0, const CvSeq* roi_seq = 0 );
    [all...]
  /external/opencv3/modules/imgcodecs/src/
utils.cpp 592 cvConvertImage( const CvArr* srcarr, CvArr* dstarr, int flags )
  /external/opencv3/modules/imgproc/src/
floodfill.cpp 637 cvFloodFill( CvArr* arr, CvPoint seed_point,
639 CvConnectedComp* comp, int flags, CvArr* maskarr )
imgwarp.cpp     [all...]
histogram.cpp     [all...]
templmatch.cpp     [all...]
geometry.cpp 246 cvPointPolygonTest( const CvArr* _contour, CvPoint2D32f pt, int measure_dist )
linefit.cpp 624 cvFitLine( const CvArr* array, int dist, double param,
morph.cpp     [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
cxconvert.cpp 722 cvMixChannels( const CvArr** src, int src_count,
723 CvArr** dst, int dst_count,
    [all...]
cxrand.cpp 442 cvRandArr( CvRNG* rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 )
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 1078 cvPreparePredictData( const CvArr* _sample, int dims_all,
    [all...]
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 94 void cvImageWidgetSetImage(CvImageWidget * widget, const CvArr *arr);
111 void cvImageWidgetSetImage(CvImageWidget * widget, const CvArr *arr){
    [all...]
window_QT.cpp 111 CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font)
686 CV_IMPL void cvShowImage(const char* name, const CvArr* arr)
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 156 /* CvArr* is used to pass arbitrary
161 typedef void CvArr;
812 CvArr* bins;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 112 bytes of the header. In C++ interface the role of CvArr is played by InputArray and OutputArray.
114 typedef void CvArr;
751 CvArr* bins;
    [all...]
  /external/opencv3/modules/core/src/
rand.cpp 820 cvRandArr( CvRNG* _rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 )
829 CV_IMPL void cvRandShuffle( CvArr* arr, CvRNG* _rng, double iter_factor )

Completed in 1023 milliseconds

1 2 34 5 6