OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxInertiaRatio
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/features2d/src/
blobdetector.cpp
109
maxInertiaRatio
= std::numeric_limits<float>::max();
139
maxInertiaRatio
= fn["
maxInertiaRatio
"];
168
fs << "
maxInertiaRatio
" <<
maxInertiaRatio
;
252
if (ratio < params.minInertiaRatio || ratio >= params.
maxInertiaRatio
)
/external/opencv3/samples/cpp/
detect_blob.cpp
57
String sup = static_cast<ostringstream*>(&(ostringstream() << pAct.
maxInertiaRatio
))->str();
109
pDefaultBLOB.
maxInertiaRatio
= (float)1e37;
149
pBLOB.back().
maxInertiaRatio
= (float)0.2;
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
513
between minInertiaRatio (inclusive) and
maxInertiaRatio
(exclusive).
541
CV_PROP_RW float minInertiaRatio,
maxInertiaRatio
;
[
all
...]
Completed in 7151 milliseconds