OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_a_thresh
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h
73
void SetAbsoluteThreshold(double a_thresh) {
m_a_thresh
= a_thresh; };
85
double
m_a_thresh
,m_r_thresh;
member in class:db_CornerDetector_f
147
virtual void SetAbsoluteThreshold(double a_thresh) {
m_a_thresh
= a_thresh; };
173
double
m_a_thresh
,m_r_thresh;
member in class:db_CornerDetector_u
db_feature_detection.cpp
[
all
...]
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_detection.h
73
void SetAbsoluteThreshold(double a_thresh) {
m_a_thresh
= a_thresh; };
85
double
m_a_thresh
,m_r_thresh;
member in class:db_CornerDetector_f
147
virtual void SetAbsoluteThreshold(double a_thresh) {
m_a_thresh
= a_thresh; };
173
double
m_a_thresh
,m_r_thresh;
member in class:db_CornerDetector_u
db_feature_detection.cpp
[
all
...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h
73
void SetAbsoluteThreshold(double a_thresh) {
m_a_thresh
= a_thresh; };
85
double
m_a_thresh
,m_r_thresh;
member in class:db_CornerDetector_f
147
virtual void SetAbsoluteThreshold(double a_thresh) {
m_a_thresh
= a_thresh; };
173
double
m_a_thresh
,m_r_thresh;
member in class:db_CornerDetector_u
db_feature_detection.cpp
[
all
...]
Completed in 160 milliseconds