Home | History | Annotate | Download | only in mosaic

Lines Matching refs:aligner

54     if (aligner != NULL)
55 delete aligner;
104 aligner = new Align();
105 aligner->initialize(width, height,quarter_res,thresh_still);
151 // Add frame to aligner
153 if (aligner != NULL)
155 // Note aligner takes in RGB images
157 align_flag = aligner->addFrame(frame->image);
158 aligner->getLastTRS(frame->trs);
196 // Haven't accepted any frame in aligner. No need to do blending.