Uses of Class
org.aoju.bus.image.nimble.opencv.ImageCV
Packages that use ImageCV
-
Uses of ImageCV in org.aoju.bus.image.nimble.opencv
Methods in org.aoju.bus.image.nimble.opencv that return ImageCVModifier and TypeMethodDescriptionstatic ImageCVImageProcessor.applyCropMask(org.opencv.core.Mat source, Rectangle b, double alpha) static ImageCVImageProcessor.applyLUT(org.opencv.core.Mat source, byte[][] lut) static ImageCVImageProcessor.applyShutter(org.opencv.core.Mat source, RenderedImage imgOverlay, Color color) static ImageCVImageProcessor.applyShutter(org.opencv.core.Mat source, Shape shape, Color color) static ImageCVImageProcessor.bitwiseAnd(org.opencv.core.Mat source, int src2Cst) static ImageCVImageProcessor.buildThumbnail(PlanarImage source, Dimension iconDim, boolean keepRatio) static ImageCVImageProcessor.combineTwoImages(org.opencv.core.Mat source, org.opencv.core.Mat imgOverlay, int transparency) static ImageCVstatic ImageCVImageProcessor.flip(org.opencv.core.Mat source, int flipCvType) static ImageCVImageProcessor.getRotatedImage(org.opencv.core.Mat source, double angle, double centerx, double centery) static ImageCVImageProcessor.getRotatedImage(org.opencv.core.Mat source, int rotateCvType) static ImageCVLookupTableCV.lookup(org.opencv.core.Mat src) static ImageCVImageProcessor.overlay(org.opencv.core.Mat source, RenderedImage imgOverlay, Color color) FileRawImage.read()static ImageCVstatic ImageCVImageProcessor.readImageWithCvException(File file, List<String> tags) static ImageCVImageProcessor.rescaleToByte(org.opencv.core.Mat source, double alpha, double beta) static ImageCVstatic ImageCVImageCV.toImageCV()static ImageCVImageCV.toImageCV(org.opencv.core.Mat source) PlanarImage.toImageCV()static ImageCVImageConversion.toMat(RenderedImage img) static ImageCVImageConversion.toMat(RenderedImage img, Rectangle region) static ImageCVImageConversion.toMat(RenderedImage img, Rectangle region, boolean toBGR) static ImageCVImageProcessor.warpAffine(org.opencv.core.Mat source, org.opencv.core.Mat matrix, org.opencv.core.Size boxSize, Integer interpolation) Methods in org.aoju.bus.image.nimble.opencv with parameters of type ImageCV