Searched refs:thresh_still (Results 1 – 4 of 4) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
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 | 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 | Mosaic.h | 98 …Type, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
|
D | Mosaic.cpp | 57 …ndingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) in initialize() argument 98 aligner->initialize(width, height,quarter_res,thresh_still); in initialize()
|