Home | History | Annotate | Download | only in panorama

Lines Matching refs:ImageUtils

23 #include "mosaic/ImageUtils.h"
42 ImageType rgbFrame = ImageUtils::readBinaryPPM(filename, width, height);
43 yvuFrames[i] = ImageUtils::allocateImage(width, height,
44 ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
45 ImageUtils::rgb2yvu(yvuFrames[i], rgbFrame, width, height);
46 ImageUtils::freeImage(rgbFrame);
101 ImageType imageRGB = ImageUtils::allocateImage(
102 mosaicWidth, mosaicHeight, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
122 ImageUtils::yvu2rgb(imageRGB, resultYVU, mosaicWidth,
124 ImageUtils::writeBinaryPPM(imageRGB, filename, mosaicWidth,