Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
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
DAlignFeatures.cpp72 thresh_still = _thresh_still; in initialize()
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera in addFrame()
DMosaic.h98 …Type, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
DMosaic.cpp57 …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()