Home | History | Annotate | Download | only in camera

Lines Matching refs:Mosaic

20  * The Java interface to JNI calls regarding mosaic stitching.
24 * Mosaic mosaic = new Mosaic();
25 * mosaic.setSourceImageDimensions(width, height);
26 * mosaic.reset(blendType);
29 * mosaic.setSourceImage(pixels);
32 * mosaic.createMosaic(highRes);
33 * byte[] result = mosaic.getFinalMosaic();
36 public class Mosaic {
39 * i.e. if the user follows a curvy trajectory, the image boundary of the resulting mosaic will
40 * be curved in the same manner. This mode is useful if the user wants to capture a mosaic as
47 * This mode is the same as BLENDTYPE_FULL except that the resulting mosaic is rotated
49 * output mosaic. This is useful when acquiring a mosaic by a typical panning-like motion to
50 * remove a one-sided curve in the mosaic (typically due to the camera not staying horizontal
57 * a rectangular mosaic with minimal black borders (by unwrapping the mosaic onto an imaginary
59 * the resulting mosaic here may suffer from some image distortions in trying to map the
66 * the mosaic. The mode is useful for making the resulting mosaic have a rectangle shape.
158 * Tell the native layer to create the final mosaic after all the input frame
160 * The case of generating high-resolution mosaic may take dozens of seconds to finish.
162 * @param value True means generating a high-resolution mosaic -
166 * @return Returns a status code suggesting if the mosaic building was
172 * Get the data for the created mosaic.
174 * @return Returns an integer array which contains the final mosaic in the ARGB_8888 format.
181 * Get the data for the created mosaic.
183 * @return Returns a byte array which contains the final mosaic in the NV21 format.
192 * Also re-initializes the native mosaic object to make it ready for capturing a new mosaic.
197 * Get the progress status of the mosaic computation process.
201 * mosaic computation when needed from the GUI end.
202 * @return Returns a number from 0-100 where 50 denotes that the mosaic