Home | History | Annotate | Download | only in src

Lines Matching refs:CvArr

45 cvKMeans2( const CvArr* samples_arr, int cluster_count,
46 CvArr* labels_arr, CvTermCriteria termcrit )
688 CV_IMPL void cvNormalize( const CvArr* src, CvArr* dst,
689 double a, double b, int norm_type, const CvArr* mask )
810 CV_IMPL void cvRandShuffle( CvArr* arr, CvRNG* rng, double iter_factor )
904 CV_IMPL CvArr*
905 cvRange( CvArr* arr, double start, double end )
1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags )