Home
last modified time | relevance | path

Searched refs:thresh_still (Results 1 – 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DAlignFeatures.cpp72 thresh_still = _thresh_still; in initialize()
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera in addFrame()
DAlignFeatures.h61 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
DMosaic.cpp56 …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()
DMosaic.h98 …Type, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]); in Init()