Searched refs:cvSeqPartition (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1300 int ncomp = cvSeqPartition( seq, 0, &idx_seq, myis_equal, 0 );
1464 int ncomp = cvSeqPartition( seq, 0, &idx_seq, myis_equal, 0 );
H A Dcvhaar.cpp1268 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 );
1428 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 );
H A Dcvcalibinit.cpp1905 int n_quads = cvSeqPartition( root_tmp, temp_storage, &idx_seq, is_equal_quad, 0 );
/external/opencv/cxcore/include/
H A Dcxcore.h1099 CVAPI(int) cvSeqPartition( const CvSeq* seq, CvMemStorage* storage,
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2599 cvSeqPartition( const CvSeq* seq, CvMemStorage* storage, CvSeq** labels, function
2606 CV_FUNCNAME( "cvSeqPartition" );

Completed in 1399 milliseconds