static ImageCV |
ImageProcessor.applyCropMask(org.opencv.core.Mat source,
Rectangle b,
double alpha) |
static ImageCV |
ImageProcessor.applyLUT(org.opencv.core.Mat source,
byte[][] lut) |
static ImageCV |
ImageProcessor.applyShutter(org.opencv.core.Mat source,
RenderedImage imgOverlay,
Color color) |
static ImageCV |
ImageProcessor.applyShutter(org.opencv.core.Mat source,
Shape shape,
Color color) |
static ImageCV |
ImageProcessor.bitwiseAnd(org.opencv.core.Mat source,
int src2Cst) |
static ImageCV |
ImageProcessor.buildThumbnail(PlanarImage source,
Dimension iconDim,
boolean keepRatio) |
static ImageCV |
ImageProcessor.combineTwoImages(org.opencv.core.Mat source,
org.opencv.core.Mat imgOverlay,
int transparency) |
static ImageCV |
ImageProcessor.crop(org.opencv.core.Mat source,
Rectangle area) |
static ImageCV |
ImageProcessor.flip(org.opencv.core.Mat source,
int flipCvType) |
static ImageCV |
ImageProcessor.getRotatedImage(org.opencv.core.Mat source,
double angle,
double centerx,
double centery) |
static ImageCV |
ImageProcessor.getRotatedImage(org.opencv.core.Mat source,
int rotateCvType) |
static ImageCV |
ImageProcessor.invertLUT(ImageCV source) |
ImageCV |
LookupTableCV.lookup(org.opencv.core.Mat src) |
static ImageCV |
ImageProcessor.overlay(org.opencv.core.Mat source,
RenderedImage imgOverlay,
Color color) |
ImageCV |
FileRawImage.read() |
static ImageCV |
ImageProcessor.readImage(File file) |
static ImageCV |
ImageProcessor.readImageWithCvException(File file) |
static ImageCV |
ImageProcessor.rescaleToByte(org.opencv.core.Mat source,
double alpha,
double beta) |
static ImageCV |
ImageProcessor.scale(org.opencv.core.Mat source,
Dimension dim) |
static ImageCV |
ImageProcessor.scale(org.opencv.core.Mat source,
Dimension dim,
Integer interpolation) |
ImageCV |
PlanarImage.toImageCV() |
ImageCV |
ImageCV.toImageCV() |
static ImageCV |
ImageCV.toImageCV(org.opencv.core.Mat source) |
static ImageCV |
ImageConversion.toMat(RenderedImage img) |
static ImageCV |
ImageConversion.toMat(RenderedImage img,
Rectangle region) |
static ImageCV |
ImageConversion.toMat(RenderedImage img,
Rectangle region,
boolean toBGR) |
static ImageCV |
ImageProcessor.warpAffine(org.opencv.core.Mat source,
org.opencv.core.Mat matrix,
org.opencv.core.Size boxSize,
Integer interpolation) |