Searched refs:thresh_still (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | AlignFeatures.cpp | 72 thresh_still = _thresh_still; in initialize() 156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera in addFrame()
|
D | AlignFeatures.h | 61 int initialize(int width, int height, bool quarter_res, float thresh_still); 88 float thresh_still; // Translation threshold in pixels to detect still camera variable
|
D | Mosaic.cpp | 56 …ndingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) in initialize() argument 100 aligner->initialize(width, height,quarter_res,thresh_still); in initialize()
|
D | Mosaic.h | 98 …Type, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 68 float thresh_still[NR] = {5.0f,0.0f}; variable 112 nmax, quarter_res[mID], thresh_still[mID]); in Init()
|