OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_stream
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/apps/annotation/
opencv_annotation.cpp
67
stringstream
temp_stream
;
local
68
temp_stream
<< num;
69
return
temp_stream
.str();
89
stringstream
temp_stream
;
local
112
temp_stream
<< " " << int2string(roi_x0) << " " << int2string(roi_y0) << " " << int2string(roi_x1-roi_x0) << " " << int2string(roi_y1-roi_y0);
117
temp_stream
<< " " << int2string(roi_x1) << " " << int2string(roi_y1) << " " << int2string(roi_x0-roi_x1) << " " << int2string(roi_y0-roi_y1);
122
temp_stream
<< " " << int2string(roi_x1) << " " << int2string(roi_y0) << " " << int2string(roi_x0-roi_x1) << " " << int2string(roi_y1-roi_y0);
127
temp_stream
<< " " << int2string(roi_x0) << " " << int2string(roi_y1) << " " << int2string(roi_x1-roi_x0) << " " << int2string(roi_y0-roi_y1);
148
*output_stream << " " << num_of_rec <<
temp_stream
.str() << endl;
Completed in 203 milliseconds