OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contoursQuery
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/cpp/
shape_example.cpp
28
vector <Point>
contoursQuery
;
34
contoursQuery
.push_back( _contoursQuery[border][p] );
40
for (int add=(int)
contoursQuery
.size()-1; add<n; add++)
42
contoursQuery
.push_back(
contoursQuery
[dummy++]); //adding dummy values
46
random_shuffle(
contoursQuery
.begin(),
contoursQuery
.end());
50
cont.push_back(
contoursQuery
[i]);
/external/opencv3/modules/shape/test/
test_shape.cpp
89
vector <PointType>
contoursQuery
;
94
contoursQuery
.push_back(PointType((T)_contoursQuery[border][p].x,
100
for (int add=(int)
contoursQuery
.size()-1; add<NP; add++)
102
contoursQuery
.push_back(
contoursQuery
[
contoursQuery
.size()-add+1]); //adding dummy values
106
random_shuffle(
contoursQuery
.begin(),
contoursQuery
.end());
111
cont.push_back(
contoursQuery
[i]);
Completed in 55 milliseconds