Home | History | Annotate | Download | only in traincascade

Lines Matching full:endl

29         cout << "Usage: " << argv[0] << endl;
30 cout << " -data <cascade_dir_name>" << endl;
31 cout << " -vec <vec_file_name>" << endl;
32 cout << " -bg <background_file_name>" << endl;
33 cout << " [-numPos <number_of_positive_samples = " << numPos << ">]" << endl;
34 cout << " [-numNeg <number_of_negative_samples = " << numNeg << ">]" << endl;
35 cout << " [-numStages <number_of_stages = " << numStages << ">]" << endl;
36 cout << " [-precalcValBufSize <precalculated_vals_buffer_size_in_Mb = " << precalcValBufSize << ">]" << endl;
37 cout << " [-precalcIdxBufSize <precalculated_idxs_buffer_size_in_Mb = " << precalcIdxBufSize << ">]" << endl;
38 cout << " [-baseFormatSave]" << endl;
39 cout << " [-numThreads <max_number_of_threads = " << numThreads << ">]" << endl;
40 cout << " [-acceptanceRatioBreakValue <value> = " << acceptanceRatioBreakValue << ">]" << endl;