cvSliceLength     918 apps/traincascade/old_ml_boost.cpp         int i, count = cvSliceLength( slice, weak );
cvSliceLength    1634 apps/traincascade/old_ml_boost.cpp     int i, weak_count = cvSliceLength( slice, weak );
cvSliceLength    1545 modules/core/include/opencv2/core/core_c.h CVAPI(int) cvSliceLength( CvSlice slice, const CvSeq* seq );
cvSliceLength     553 modules/core/src/datastructs.cpp     total = cvSliceLength( slice, seq )*elem_size;
cvSliceLength    1619 modules/core/src/datastructs.cpp     length = cvSliceLength( slice, seq );
cvSliceLength    1684 modules/core/src/datastructs.cpp     length = cvSliceLength( slice, seq );
cvSliceLength     771 modules/imgproc/src/shapedescr.cpp     lpt = cvSliceLength( slice, contour );
cvSliceLength     933 modules/imgproc/src/shapedescr.cpp     if( cvSliceLength( slice, contour ) == contour->total )
cvSliceLength     985 modules/imgproc/src/shapedescr.cpp         count = cvSliceLength( slice, contour );
cvSliceLength    1887 modules/imgproc/test/test_convhull.cpp             int len = cvSliceLength(slice, contour);
cvSliceLength      77 modules/ml/src/gbt.cpp             int weak_count = cvSliceLength( slice, weak[i] );
cvSliceLength     814 modules/ml/src/gbt.cpp     int weak_count = cvSliceLength( slice, weak[class_count-1] );
cvSliceLength     964 modules/ml/src/gbt.cpp         int end = begin + cvSliceLength( slice, weak[0] );