Home
last modified time | relevance | path

Searched refs:write_results (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp93 bool write_results; member in CV_DetectorTest
99 write_results = false; in CV_DetectorTest()
156 write_results = !validationFS.open( vs_filename, FileStorage::READ ); in run()
159 if( !write_results ) in run()
175 if( write_results ) in run()
226 if( write_results ) in run()
231 if (!write_results && temp_code == cvtest::TS::OK) in run()
237 if( write_results ) in run()
241 if( write_results ) in run()
279 if( write_results ) in runTestCase()
/external/opencv/ml/src/
Dmlknearest.cpp212 float CvKNearest::write_results( int k, int k1, int start, int end, in write_results() function in CvKNearest
386 float r = write_results( k, k1, i, i + blk_count, neighbor_responses, dist, in find_nearest()
/external/opencv/ml/include/
Dml.h300 virtual float write_results( int k, int k1, int start, int end,
/external/opencv3/apps/traincascade/
Dold_ml.hpp271 virtual float write_results( int k, int k1, int start, int end,