OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minInlierRatio_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
139
void setMinInlierRatio(float val) {
minInlierRatio_
= val; }
140
float minInlierRatio() const { return
minInlierRatio_
; }
146
float
minInlierRatio_
;
/external/opencv3/modules/videostab/src/
global_motion.cpp
514
if (static_cast<float>(ninliers) / npoints <
minInlierRatio_
)
Completed in 48 milliseconds