Home | History | Annotate | Download | only in mosaic

Lines Matching refs:Mosaic

18 // Mosaic.pp
21 // $Id: Mosaic.cpp,v 1.20 2011/06/24 04:22:14 mbansal Exp $
26 #include "Mosaic.h"
30 #define LOG_TAG "MOSAIC"
32 Mosaic::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::addFrame(ImageType imageYVU)
179 int Mosaic::createMosaic(float &progress, bool &cancelComputation)
198 // Blend the mosaic (alignment has already been done)
221 ImageType Mosaic::getMosaic(int &width, int &height)
231 int Mosaic::balanceRotations()