HomeSort by relevance Sort by last modified time
    Searched refs:thresh_still (Results 1 - 15 of 15) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
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 member in class:Align
Mosaic.h 95 * \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);
AlignFeatures.cpp 72 thresh_still = _thresh_still;
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera
Mosaic.cpp 60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
105 aligner->initialize(width, height,quarter_res,thresh_still);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
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 member in class:Align
Mosaic.h 95 * \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);
AlignFeatures.cpp 72 thresh_still = _thresh_still;
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera
Mosaic.cpp 60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
105 aligner->initialize(width, height,quarter_res,thresh_still);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
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 member in class:Align
Mosaic.h 95 * \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);
AlignFeatures.cpp 72 thresh_still = _thresh_still;
156 if(fabs(Hcurr[2])<thresh_still && fabs(Hcurr[5])<thresh_still) // Still camera
Mosaic.cpp 56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
100 aligner->initialize(width, height,quarter_res,thresh_still);
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);
  /packages/apps/Gallery2/jni_mosaic/
feature_mos_jni.cpp 68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 68 float thresh_still[NR] = {5.0f,0.0f}; variable
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 371 milliseconds