Searched refs:Mosaic (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaic.h18 // Mosaic.h
21 // $Id: Mosaic.h,v 1.16 2011/06/24 04:22:14 mbansal Exp $
31 /*! \mainpage Mosaic
34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
40 Mosaic mosaic;
77 class Mosaic class
82 Mosaic();
83 ~Mosaic();
185 * Implicitly created frames, should be freed by Mosaic.
H A DMosaic.cpp18 // Mosaic.pp
21 // $Id: Mosaic.cpp,v 1.20 2011/06/24 04:22:14 mbansal Exp $
26 #include "Mosaic.h"
32 Mosaic::Mosaic() function in class:Mosaic
40 Mosaic::~Mosaic()
60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
124 int Mosaic::addFrameRGB(ImageType imageRGB)
142 int Mosaic
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.h18 // Mosaic.h
21 // $Id: Mosaic.h,v 1.16 2011/06/24 04:22:14 mbansal Exp $
31 /*! \mainpage Mosaic
34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
40 Mosaic mosaic;
77 class Mosaic class
82 Mosaic();
83 ~Mosaic();
H A DMosaic.cpp18 // Mosaic.pp
21 // $Id: Mosaic.cpp,v 1.20 2011/06/24 04:22:14 mbansal Exp $
26 #include "Mosaic.h"
32 Mosaic::Mosaic() function in class:Mosaic
40 Mosaic::~Mosaic()
56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
119 int Mosaic::addFrameRGB(ImageType imageRGB)
129 int Mosaic
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DMosaic.java24 * Mosaic mosaic = new Mosaic();
36 public class Mosaic { class
H A DMosaicFrameProcessor.java35 private Mosaic mMosaicer;
78 mMosaicer = new Mosaic();
94 setStripType(Mosaic.STRIPTYPE_WIDE);
H A DPanoramaModule.java84 public static final int DEFAULT_BLEND_MODE = Mosaic.BLENDTYPE_HORIZONTAL;
1062 if (mosaicReturnCode == Mosaic.MOSAIC_RET_CANCELLED) {
1064 } else if (mosaicReturnCode == Mosaic.MOSAIC_RET_ERROR) {
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaic.java24 * Mosaic mosaic = new Mosaic();
36 public class Mosaic { class
H A DMosaicFrameProcessor.java36 private Mosaic mMosaicer;
73 mMosaicer = new Mosaic();
89 setStripType(Mosaic.STRIPTYPE_WIDE);
H A DPanoramaActivity.java88 public static final int DEFAULT_BLEND_MODE = Mosaic.BLENDTYPE_HORIZONTAL;
1060 if (mosaicReturnCode == Mosaic.MOSAIC_RET_CANCELLED) {
1062 } else if (mosaicReturnCode == Mosaic.MOSAIC_RET_ERROR) {
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp29 #include "mosaic/Mosaic.h"
49 Mosaic *mosaic[NR] = {NULL,NULL};
98 mosaic[mID] = new Mosaic();
369 int ret_code = Mosaic::MOSAIC_RET_OK;
383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
422 int ret_code = Mosaic::MOSAIC_RET_OK;
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
541 ret = Mosaic
[all...]
H A DAndroid.mk22 feature_mos/src/mosaic/Mosaic.cpp \
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp29 #include "mosaic/Mosaic.h"
49 Mosaic *mosaic[NR] = {NULL,NULL};
98 mosaic[mID] = new Mosaic();
383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
541 ret = Mosaic::MOSAIC_RET_CANCELLED;
H A DAndroid.mk22 feature_mos/src/mosaic/Mosaic.cpp \
/packages/apps/Camera/perftests/panorama/
H A Dbenchmark.cpp22 #include "mosaic/Mosaic.h"
83 Mosaic mosaic;

Completed in 1373 milliseconds