Searched refs:thresh_still (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A 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 member in class:Align
H A DMosaic.h95 * \param thresh_still Minimum number of pixels of translation detected between the new frame and the last frame before this frame is added to be mosaiced. For the low-res processing at 320x180 resolution input, we set this to 5 pixels. To reject no frames, set this to 0.0 (default value).
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DAlignFeatures.cpp72 thresh_still = _thresh_still;
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera
H A DMosaic.cpp60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
105 aligner->initialize(width, height,quarter_res,thresh_still);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A 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 member in class:Align
H A DMosaic.h95 * \param thresh_still Minimum number of pixels of translation detected between the new frame and the last frame before this frame is added to be mosaiced. For the low-res processing at 320x180 resolution input, we set this to 5 pixels. To reject no frames, set this to 0.0 (default value).
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DAlignFeatures.cpp72 thresh_still = _thresh_still;
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera
H A DMosaic.cpp56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
100 aligner->initialize(width, height,quarter_res,thresh_still);
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 108 milliseconds