MCPcopy Create free account
hub / github.com/amov-lab/Prometheus / printf_param

Function printf_param

Modules/mission/object_tracking/object_tracking.cpp:298–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void printf_param()
299{
300 cout <<">>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Parameter <<<<<<<<<<<<<<<<<<<<<<<<<<<" <<endl;
301 cout << "Thres_vision : "<< Thres_vision << endl;
302
303 cout << "tracking_delta_x : "<< tracking_delta[0] << endl;
304 cout << "tracking_delta_y : "<< tracking_delta[1] << endl;
305 cout << "tracking_delta_z : "<< tracking_delta[2] << endl;
306
307 cout << "kpx_track : "<< kpx_track << endl;
308 cout << "kpy_track : "<< kpy_track << endl;
309 cout << "kpz_track : "<< kpz_track << endl;
310 cout << "start_point_x : "<< start_point_x << endl;
311 cout << "start_point_y : "<< start_point_y << endl;
312 cout << "start_point_z : "<< start_point_z << endl;
313}
314
315

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected