Home | History | Annotate | Download | only in include

Lines Matching refs:CvRTParams

940 struct CV_EXPORTS CvRTParams : public CvDTreeParams
947 CvRTParams() : CvDTreeParams( 5, 10, 0, false, 10, 0, false, false, 0 ),
953 CvRTParams( int _max_depth, int _min_sample_count,
979 CvRTParams params=CvRTParams() );