Uses of Class
org.opencv.core.Size
Packages that use Size
-
Uses of Size in org.opencv.core
Fields in org.opencv.core declared as SizeMethods in org.opencv.core that return SizeMethods in org.opencv.core with parameters of type SizeConstructors in org.opencv.core with parameters of type Size -
Uses of Size in org.opencv.imgproc
Methods in org.opencv.imgproc that return SizeModifier and TypeMethodDescriptionstatic SizeImgproc.getTextSize(String text, int fontFace, double fontScale, int thickness, int[] baseLine) CLAHE.getTilesGridSize()Methods in org.opencv.imgproc with parameters of type SizeModifier and TypeMethodDescriptionstatic voidBlurs an image using the normalized box filter.static voidBlurs an image using the normalized box filter.static voidBlurs an image using the normalized box filter.static voidBlurs an image using the box filter.static voidBlurs an image using the box filter.static voidBlurs an image using the box filter.static voidImgproc.boxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize, int borderType) Blurs an image using the box filter.intLineSegmentDetector.compareSegments(Size size, Mat lines1, Mat lines2) Draws two groups of lines in blue and red, counting the non overlapping (mismatching) pixels.intLineSegmentDetector.compareSegments(Size size, Mat lines1, Mat lines2, Mat image) Draws two groups of lines in blue and red, counting the non overlapping (mismatching) pixels.static voidImgproc.cornerSubPix(Mat image, Mat corners, Size winSize, Size zeroZone, TermCriteria criteria) Refines the corner locations.static CLAHEImgproc.createCLAHE(double clipLimit, Size tileGridSize) Creates a smart pointer to a cv::CLAHE class and initializes it.static voidImgproc.createHanningWindow(Mat dst, Size winSize, int type) This function computes a Hanning window coefficients in two dimensions.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType, int shift) Draws a simple or thick elliptic arc or fills an ellipse sector.static voidImgproc.ellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts) Approximates an elliptic arc with a polyline.static voidImgproc.GaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX) Blurs an image using a Gaussian filter.static voidImgproc.GaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX, double sigmaY) Blurs an image using a Gaussian filter.static voidImgproc.GaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX, double sigmaY, int borderType) Blurs an image using a Gaussian filter.static MatImgproc.getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma) Returns Gabor filter coefficients.static MatImgproc.getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi) Returns Gabor filter coefficients.static MatImgproc.getGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi, int ktype) Returns Gabor filter coefficients.static voidImgproc.getRectSubPix(Mat image, Size patchSize, Point center, Mat patch) Retrieves a pixel rectangle from an image with sub-pixel accuracy.static voidImgproc.getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType) Retrieves a pixel rectangle from an image with sub-pixel accuracy.static MatImgproc.getStructuringElement(int shape, Size ksize) Returns a structuring element of the specified size and shape for morphological operations.static MatImgproc.getStructuringElement(int shape, Size ksize, Point anchor) Returns a structuring element of the specified size and shape for morphological operations.static voidBlurs an image and downsamples it.static voidBlurs an image and downsamples it.static voidUpsamples an image and then blurs it.static voidUpsamples an image and then blurs it.static voidResizes an image.static voidResizes an image.static voidResizes an image.static voidResizes an image.voidCLAHE.setTilesGridSize(Size tileGridSize) Sets size of grid for histogram equalization.static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidImgproc.sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize, int borderType) Calculates the normalized sum of squares of the pixel values overlapping the filter.static voidBlurs an image using the stackBlur.static voidImgproc.warpAffine(Mat src, Mat dst, Mat M, Size dsize) Applies an affine transformation to an image.static voidImgproc.warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags) Applies an affine transformation to an image.static voidImgproc.warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode) Applies an affine transformation to an image.static voidImgproc.warpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue) Applies an affine transformation to an image.static voidImgproc.warpPerspective(Mat src, Mat dst, Mat M, Size dsize) Applies a perspective transformation to an image.static voidImgproc.warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags) Applies a perspective transformation to an image.static voidImgproc.warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode) Applies a perspective transformation to an image.static voidImgproc.warpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue) Applies a perspective transformation to an image.static voidRemaps an image to polar or semilog-polar coordinates space polar_remaps_reference_image !