Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absdiff(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element absolute difference between two arrays or between an array and a scalar.
absdiff(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
accumulate(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Adds an image to the accumulator image.
accumulate(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Adds an image to the accumulator image.
accumulateProduct(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Adds the per-element product of two input images to the accumulator image.
accumulateProduct(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Adds the per-element product of two input images to the accumulator image.
accumulateSquare(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Adds the square of a source image to the accumulator image.
accumulateSquare(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Adds the square of a source image to the accumulator image.
accumulateWeighted(Mat, Mat, double) - Static method in class org.opencv.imgproc.Imgproc
Updates a running average.
accumulateWeighted(Mat, Mat, double, Mat) - Static method in class org.opencv.imgproc.Imgproc
Updates a running average.
ADAPTIVE_THRESH_GAUSSIAN_C - Static variable in class org.opencv.imgproc.Imgproc
 
ADAPTIVE_THRESH_MEAN_C - Static variable in class org.opencv.imgproc.Imgproc
 
adaptiveThreshold(Mat, Mat, double, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
Applies an adaptive threshold to an array.
add(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element sum of two arrays or an array and a scalar.
add(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element sum of two arrays or an array and a scalar.
add(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
Calculates the per-element sum of two arrays or an array and a scalar.
add(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
add(Mat, Scalar, Mat, Mat) - Static method in class org.opencv.core.Core
 
add(Mat, Scalar, Mat, Mat, int) - Static method in class org.opencv.core.Core
 
addSamplesDataSearchPath(String) - Static method in class org.opencv.core.Core
Override search data path by adding new search location
addSamplesDataSearchSubDirectory(String) - Static method in class org.opencv.core.Core
Append samples search data sub directory
addWeighted(Mat, double, Mat, double, double, Mat) - Static method in class org.opencv.core.Core
Calculates the weighted sum of two arrays.
addWeighted(Mat, double, Mat, double, double, Mat, int) - Static method in class org.opencv.core.Core
Calculates the weighted sum of two arrays.
adjustROI(int, int, int, int) - Method in class org.opencv.core.Mat
 
Algorithm - Class in org.opencv.core
This is a base class for all more or less complex algorithms in OpenCV
Algorithm(long) - Constructor for class org.opencv.core.Algorithm
 
all() - Static method in class org.opencv.core.Range
 
all(double) - Static method in class org.opencv.core.Scalar
 
alloc(int) - Method in class org.opencv.core.MatOfByte
 
alloc(int) - Method in class org.opencv.core.MatOfDMatch
 
alloc(int) - Method in class org.opencv.core.MatOfDouble
 
alloc(int) - Method in class org.opencv.core.MatOfFloat
 
alloc(int) - Method in class org.opencv.core.MatOfFloat4
 
alloc(int) - Method in class org.opencv.core.MatOfFloat6
 
alloc(int) - Method in class org.opencv.core.MatOfInt
 
alloc(int) - Method in class org.opencv.core.MatOfInt4
 
alloc(int) - Method in class org.opencv.core.MatOfKeyPoint
 
alloc(int) - Method in class org.opencv.core.MatOfPoint
 
alloc(int) - Method in class org.opencv.core.MatOfPoint2f
 
alloc(int) - Method in class org.opencv.core.MatOfPoint3
 
alloc(int) - Method in class org.opencv.core.MatOfPoint3f
 
alloc(int) - Method in class org.opencv.core.MatOfRect
 
alloc(int) - Method in class org.opencv.core.MatOfRect2d
 
alloc(int) - Method in class org.opencv.core.MatOfRotatedRect
 
angle - Variable in class org.opencv.core.KeyPoint
Computed orientation of the keypoint (-1 if not applicable).
angle - Variable in class org.opencv.core.RotatedRect
 
apply(Mat, Mat) - Method in class org.opencv.imgproc.CLAHE
Equalizes the histogram of a grayscale image using Contrast Limited Adaptive Histogram Equalization.
applyColorMap(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a GNU Octave/MATLAB equivalent colormap on a given image.
applyColorMap(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Applies a user colormap on a given image.
applyImage(Mat) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Specify input image and extract image features
applyImageFeatures(Mat, Mat, Mat) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Specify custom features of input image
applyImageFeatures(Mat, Mat, Mat, Mat) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Specify custom features of input image
approxPolyDP(MatOfPoint2f, MatOfPoint2f, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
Approximates a polygonal curve(s) with the specified precision.
arcLength(MatOfPoint2f, boolean) - Static method in class org.opencv.imgproc.Imgproc
Calculates a contour perimeter or a curve length.
area() - Method in class org.opencv.core.Rect
 
area() - Method in class org.opencv.core.Rect2d
 
area() - Method in class org.opencv.core.Size
 
arrowedLine(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws an arrow segment pointing from the first point to the second one.
arrowedLine(Mat, Point, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws an arrow segment pointing from the first point to the second one.
arrowedLine(Mat, Point, Point, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws an arrow segment pointing from the first point to the second one.
arrowedLine(Mat, Point, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws an arrow segment pointing from the first point to the second one.
arrowedLine(Mat, Point, Point, Scalar, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
Draws an arrow segment pointing from the first point to the second one.
assignTo(Mat) - Method in class org.opencv.core.Mat
 
assignTo(Mat, int) - Method in class org.opencv.core.Mat
 
at(Class<T>, int[]) - Method in class org.opencv.core.Mat
 
at(Class<T>, int, int) - Method in class org.opencv.core.Mat
 
averageHash(Mat, Mat) - Static method in class org.opencv.img_hash.Img_hash
Calculates img_hash::AverageHash in one call
AverageHash - Class in org.opencv.img_hash
Computes average hash value of the input image
AverageHash(long) - Constructor for class org.opencv.img_hash.AverageHash
 

B

BadAlign - Static variable in class org.opencv.core.Core
 
BadAlphaChannel - Static variable in class org.opencv.core.Core
 
BadCallBack - Static variable in class org.opencv.core.Core
 
BadCOI - Static variable in class org.opencv.core.Core
 
BadDataPtr - Static variable in class org.opencv.core.Core
 
BadDepth - Static variable in class org.opencv.core.Core
 
BadImageSize - Static variable in class org.opencv.core.Core
 
BadModelOrChSeq - Static variable in class org.opencv.core.Core
 
BadNumChannel1U - Static variable in class org.opencv.core.Core
 
BadNumChannels - Static variable in class org.opencv.core.Core
 
BadOffset - Static variable in class org.opencv.core.Core
 
BadOrder - Static variable in class org.opencv.core.Core
 
BadOrigin - Static variable in class org.opencv.core.Core
 
BadROISize - Static variable in class org.opencv.core.Core
 
BadStep - Static variable in class org.opencv.core.Core
 
BadTileSize - Static variable in class org.opencv.core.Core
 
batchDistance(Mat, Mat, Mat, int, Mat) - Static method in class org.opencv.core.Core
naive nearest neighbor finder
batchDistance(Mat, Mat, Mat, int, Mat, int) - Static method in class org.opencv.core.Core
naive nearest neighbor finder
batchDistance(Mat, Mat, Mat, int, Mat, int, int) - Static method in class org.opencv.core.Core
naive nearest neighbor finder
batchDistance(Mat, Mat, Mat, int, Mat, int, int, Mat) - Static method in class org.opencv.core.Core
naive nearest neighbor finder
batchDistance(Mat, Mat, Mat, int, Mat, int, int, Mat, int) - Static method in class org.opencv.core.Core
naive nearest neighbor finder
batchDistance(Mat, Mat, Mat, int, Mat, int, int, Mat, int, boolean) - Static method in class org.opencv.core.Core
naive nearest neighbor finder
bilateralFilter(Mat, Mat, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Applies the bilateral filter to an image.
bilateralFilter(Mat, Mat, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Applies the bilateral filter to an image.
bitwise_and(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
computes bitwise conjunction of the two arrays (dst = src1 & src2) Calculates the per-element bit-wise conjunction of two arrays or an array and a scalar.
bitwise_and(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
computes bitwise conjunction of the two arrays (dst = src1 & src2) Calculates the per-element bit-wise conjunction of two arrays or an array and a scalar.
bitwise_not(Mat, Mat) - Static method in class org.opencv.core.Core
Inverts every bit of an array.
bitwise_not(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Inverts every bit of an array.
bitwise_or(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element bit-wise disjunction of two arrays or an array and a scalar.
bitwise_or(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element bit-wise disjunction of two arrays or an array and a scalar.
bitwise_xor(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element bit-wise "exclusive or" operation on two arrays or an array and a scalar.
bitwise_xor(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element bit-wise "exclusive or" operation on two arrays or an array and a scalar.
blendLinear(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
variant without mask parameter
BLOCK_MEAN_HASH_MODE_0 - Static variable in class org.opencv.img_hash.Img_hash
 
BLOCK_MEAN_HASH_MODE_1 - Static variable in class org.opencv.img_hash.Img_hash
 
blockMeanHash(Mat, Mat) - Static method in class org.opencv.img_hash.Img_hash
Computes block mean hash of the input image
blockMeanHash(Mat, Mat, int) - Static method in class org.opencv.img_hash.Img_hash
Computes block mean hash of the input image
BlockMeanHash - Class in org.opencv.img_hash
Image hash based on block mean.
BlockMeanHash(long) - Constructor for class org.opencv.img_hash.BlockMeanHash
 
blur(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the normalized box filter.
blur(Mat, Mat, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the normalized box filter.
blur(Mat, Mat, Size, Point, int) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the normalized box filter.
BORDER_CONSTANT - Static variable in class org.opencv.core.Core
 
BORDER_DEFAULT - Static variable in class org.opencv.core.Core
 
BORDER_ISOLATED - Static variable in class org.opencv.core.Core
 
BORDER_REFLECT - Static variable in class org.opencv.core.Core
 
BORDER_REFLECT_101 - Static variable in class org.opencv.core.Core
 
BORDER_REFLECT101 - Static variable in class org.opencv.core.Core
 
BORDER_REPLICATE - Static variable in class org.opencv.core.Core
 
BORDER_TRANSPARENT - Static variable in class org.opencv.core.Core
 
BORDER_WRAP - Static variable in class org.opencv.core.Core
 
borderInterpolate(int, int, int) - Static method in class org.opencv.core.Core
Computes the source location of an extrapolated pixel.
boundingRect() - Method in class org.opencv.core.RotatedRect
 
boundingRect(Mat) - Static method in class org.opencv.imgproc.Imgproc
Calculates the up-right bounding rectangle of a point set or non-zero pixels of gray-scale image.
boxFilter(Mat, Mat, int, Size) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the box filter.
boxFilter(Mat, Mat, int, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the box filter.
boxFilter(Mat, Mat, int, Size, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the box filter.
boxFilter(Mat, Mat, int, Size, Point, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the box filter.
boxPoints(RotatedRect, Mat) - Static method in class org.opencv.imgproc.Imgproc
Finds the four vertices of a rotated rect.
br() - Method in class org.opencv.core.Rect
 
br() - Method in class org.opencv.core.Rect2d
 
buildMap(Point) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Prepares a map of optimal paths for the given source point on the image Note: applyImage() / applyImageFeatures() must be called before this call

C

calcBackProject(List<Mat>, MatOfInt, Mat, Mat, MatOfFloat, double) - Static method in class org.opencv.imgproc.Imgproc
 
calcCovarMatrix(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
Note: use #COVAR_ROWS or #COVAR_COLS flag
calcCovarMatrix(Mat, Mat, Mat, int, int) - Static method in class org.opencv.core.Core
Note: use #COVAR_ROWS or #COVAR_COLS flag
calcHist(List<Mat>, MatOfInt, Mat, Mat, MatOfInt, MatOfFloat) - Static method in class org.opencv.imgproc.Imgproc
this variant supports only uniform histograms.
calcHist(List<Mat>, MatOfInt, Mat, Mat, MatOfInt, MatOfFloat, boolean) - Static method in class org.opencv.imgproc.Imgproc
this variant supports only uniform histograms.
Canny(Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds edges in an image using the Canny algorithm CITE: Canny86 .
Canny(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Finds edges in an image using the Canny algorithm CITE: Canny86 .
Canny(Mat, Mat, double, double, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Finds edges in an image using the Canny algorithm CITE: Canny86 .
Canny(Mat, Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
\overload
Canny(Mat, Mat, Mat, double, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
\overload
cartToPolar(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the magnitude and angle of 2D vectors.
cartToPolar(Mat, Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
Calculates the magnitude and angle of 2D vectors.
CC_STAT_AREA - Static variable in class org.opencv.imgproc.Imgproc
 
CC_STAT_HEIGHT - Static variable in class org.opencv.imgproc.Imgproc
 
CC_STAT_LEFT - Static variable in class org.opencv.imgproc.Imgproc
 
CC_STAT_MAX - Static variable in class org.opencv.imgproc.Imgproc
 
CC_STAT_TOP - Static variable in class org.opencv.imgproc.Imgproc
 
CC_STAT_WIDTH - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_BBDT - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_BOLELLI - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_DEFAULT - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_GRANA - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_SAUF - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_SPAGHETTI - Static variable in class org.opencv.imgproc.Imgproc
 
CCL_WU - Static variable in class org.opencv.imgproc.Imgproc
 
center - Variable in class org.opencv.core.RotatedRect
 
CHAIN_APPROX_NONE - Static variable in class org.opencv.imgproc.Imgproc
 
CHAIN_APPROX_SIMPLE - Static variable in class org.opencv.imgproc.Imgproc
 
CHAIN_APPROX_TC89_KCOS - Static variable in class org.opencv.imgproc.Imgproc
 
CHAIN_APPROX_TC89_L1 - Static variable in class org.opencv.imgproc.Imgproc
 
channels() - Method in class org.opencv.core.Mat
 
channels(int) - Static method in class org.opencv.core.CvType
 
checkHardwareSupport(int) - Static method in class org.opencv.core.Core
Returns true if the specified feature is supported by the host hardware.
checkRange(Mat) - Static method in class org.opencv.core.Core
Checks every element of an input array for invalid values.
checkRange(Mat, boolean) - Static method in class org.opencv.core.Core
Checks every element of an input array for invalid values.
checkRange(Mat, boolean, double) - Static method in class org.opencv.core.Core
Checks every element of an input array for invalid values.
checkRange(Mat, boolean, double, double) - Static method in class org.opencv.core.Core
Checks every element of an input array for invalid values.
checkVector(int) - Method in class org.opencv.core.Mat
 
checkVector(int, int) - Method in class org.opencv.core.Mat
 
checkVector(int, int, boolean) - Method in class org.opencv.core.Mat
 
circle(Mat, Point, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws a circle.
circle(Mat, Point, int, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a circle.
circle(Mat, Point, int, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a circle.
circle(Mat, Point, int, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a circle.
CLAHE - Class in org.opencv.imgproc
Base class for Contrast Limited Adaptive Histogram Equalization.
CLAHE(long) - Constructor for class org.opencv.imgproc.CLAHE
 
class_id - Variable in class org.opencv.core.KeyPoint
Object ID, that can be used to cluster keypoints by an object they belong to.
clear() - Method in class org.opencv.core.Algorithm
Clears the algorithm state
clipLine(Rect, Point, Point) - Static method in class org.opencv.imgproc.Imgproc
 
clone() - Method in class org.opencv.core.Mat
 
clone() - Method in class org.opencv.core.Point
 
clone() - Method in class org.opencv.core.Point3
 
clone() - Method in class org.opencv.core.Range
 
clone() - Method in class org.opencv.core.Rect
 
clone() - Method in class org.opencv.core.Rect2d
 
clone() - Method in class org.opencv.core.RotatedRect
 
clone() - Method in class org.opencv.core.Scalar
 
clone() - Method in class org.opencv.core.Size
 
clone() - Method in class org.opencv.core.TermCriteria
 
CMP_EQ - Static variable in class org.opencv.core.Core
 
CMP_GE - Static variable in class org.opencv.core.Core
 
CMP_GT - Static variable in class org.opencv.core.Core
 
CMP_LE - Static variable in class org.opencv.core.Core
 
CMP_LT - Static variable in class org.opencv.core.Core
 
CMP_NE - Static variable in class org.opencv.core.Core
 
col(int) - Method in class org.opencv.core.Mat
 
collectGarbage() - Method in class org.opencv.imgproc.CLAHE
 
COLOR_BayerBG2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBG2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerBGGR2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGB2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGBRG2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGR2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerGRBG2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRG2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BayerRGGB2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2HLS - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2HLS_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2HSV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2HSV_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2Lab - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2Luv - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2XYZ - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2YCrCb - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2YUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5552BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5552BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5552GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5552RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5552RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5652BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5652BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5652GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5652RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGR5652RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_BGRA2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_COLORCVT_MAX - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_GRAY2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_GRAY2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_GRAY2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_GRAY2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_GRAY2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_GRAY2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HLS2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HLS2BGR_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HLS2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HLS2RGB_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HSV2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HSV2BGR_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HSV2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_HSV2RGB_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Lab2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Lab2LBGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Lab2LRGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Lab2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_LBGR2Lab - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_LBGR2Luv - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_LRGB2Lab - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_LRGB2Luv - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Luv2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Luv2LBGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Luv2LRGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_Luv2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_mRGBA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2HLS - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2HLS_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2HSV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2HSV_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2Lab - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2Luv - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2XYZ - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2YCrCb - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2YUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGB2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2mRGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_RGBA2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_XYZ2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_XYZ2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YCrCb2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YCrCb2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_NV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_NV21 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_UYNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_UYVY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_Y422 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_YUNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_YUYV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGR_YVYU - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_NV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_NV21 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_UYNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_UYVY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_Y422 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_YUNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_YUYV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2BGRA_YVYU - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_NV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_NV21 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_UYNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_UYVY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_Y422 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_YUNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_YUYV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2GRAY_YVYU - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_NV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_NV21 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_UYNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_UYVY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_Y422 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_YUNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_YUYV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGB_YVYU - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_I420 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_IYUV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_NV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_NV21 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_UYNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_UYVY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_Y422 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_YUNV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_YUYV - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_YV12 - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV2RGBA_YVYU - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420p2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420p2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420p2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420p2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420p2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420sp2BGR - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420sp2BGRA - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420sp2GRAY - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420sp2RGB - Static variable in class org.opencv.imgproc.Imgproc
 
COLOR_YUV420sp2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_AUTUMN - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_BONE - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_CIVIDIS - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_COOL - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_DEEPGREEN - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_HOT - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_HSV - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_INFERNO - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_JET - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_MAGMA - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_OCEAN - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_PARULA - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_PINK - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_PLASMA - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_RAINBOW - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_SPRING - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_SUMMER - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_TURBO - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_TWILIGHT - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_TWILIGHT_SHIFTED - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_VIRIDIS - Static variable in class org.opencv.imgproc.Imgproc
 
COLORMAP_WINTER - Static variable in class org.opencv.imgproc.Imgproc
 
colorMomentHash(Mat, Mat) - Static method in class org.opencv.img_hash.Img_hash
Computes color moment hash of the input, the algorithm is come from the paper "Perceptual Hashing for Color Images Using Invariant Moments"
ColorMomentHash - Class in org.opencv.img_hash
Image hash based on color moments.
ColorMomentHash(long) - Constructor for class org.opencv.img_hash.ColorMomentHash
 
colRange(int, int) - Method in class org.opencv.core.Mat
 
colRange(Range) - Method in class org.opencv.core.Mat
 
cols() - Method in class org.opencv.core.Mat
 
compare(Mat, Mat) - Method in class org.opencv.img_hash.ImgHashBase
Compare the hash value between inOne and inTwo
compare(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
Performs the per-element comparison of two arrays or an array and scalar value.
compare(Mat, Scalar, Mat, int) - Static method in class org.opencv.core.Core
 
compareHist(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Compares two histograms.
compareSegments(Size, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Draws two groups of lines in blue and red, counting the non overlapping (mismatching) pixels.
compareSegments(Size, Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Draws two groups of lines in blue and red, counting the non overlapping (mismatching) pixels.
completeState() - Method in class org.opencv.imgproc.Moments
 
completeSymm(Mat) - Static method in class org.opencv.core.Core
Copies the lower or the upper half of a square matrix to its another half.
completeSymm(Mat, boolean) - Static method in class org.opencv.core.Core
Copies the lower or the upper half of a square matrix to its another half.
compute(Mat, Mat) - Method in class org.opencv.img_hash.ImgHashBase
Computes hash of the input image
conj() - Method in class org.opencv.core.Scalar
 
connectedComponents(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
 
connectedComponents(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
 
connectedComponents(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
connectedComponentsWithAlgorithm(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
computes the connected components labeled image of boolean image
connectedComponentsWithStats(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
 
connectedComponentsWithStats(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
 
connectedComponentsWithStats(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
connectedComponentsWithStatsWithAlgorithm(Mat, Mat, Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
computes the connected components labeled image of boolean image and also produces a statistics output for each label
contains(Point) - Method in class org.opencv.core.Rect
 
contains(Point) - Method in class org.opencv.core.Rect2d
 
contourArea(Mat) - Static method in class org.opencv.imgproc.Imgproc
Calculates a contour area.
contourArea(Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
Calculates a contour area.
CONTOURS_MATCH_I1 - Static variable in class org.opencv.imgproc.Imgproc
 
CONTOURS_MATCH_I2 - Static variable in class org.opencv.imgproc.Imgproc
 
CONTOURS_MATCH_I3 - Static variable in class org.opencv.imgproc.Imgproc
 
Converters - Class in org.opencv.utils
 
Converters() - Constructor for class org.opencv.utils.Converters
 
convertFp16(Mat, Mat) - Static method in class org.opencv.core.Core
Converts an array to half precision floating number.
convertMaps(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Converts image transformation maps from one representation to another.
convertMaps(Mat, Mat, Mat, Mat, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Converts image transformation maps from one representation to another.
convertScaleAbs(Mat, Mat) - Static method in class org.opencv.core.Core
Scales, calculates absolute values, and converts the result to 8-bit.
convertScaleAbs(Mat, Mat, double) - Static method in class org.opencv.core.Core
Scales, calculates absolute values, and converts the result to 8-bit.
convertScaleAbs(Mat, Mat, double, double) - Static method in class org.opencv.core.Core
Scales, calculates absolute values, and converts the result to 8-bit.
convertTo(Mat, int) - Method in class org.opencv.core.Mat
 
convertTo(Mat, int, double) - Method in class org.opencv.core.Mat
 
convertTo(Mat, int, double, double) - Method in class org.opencv.core.Mat
 
convexHull(MatOfPoint, MatOfInt) - Static method in class org.opencv.imgproc.Imgproc
Finds the convex hull of a point set.
convexHull(MatOfPoint, MatOfInt, boolean) - Static method in class org.opencv.imgproc.Imgproc
Finds the convex hull of a point set.
convexityDefects(MatOfPoint, MatOfInt, MatOfInt4) - Static method in class org.opencv.imgproc.Imgproc
Finds the convexity defects of a contour.
copyMakeBorder(Mat, Mat, int, int, int, int, int) - Static method in class org.opencv.core.Core
Forms a border around an image.
copyMakeBorder(Mat, Mat, int, int, int, int, int, Scalar) - Static method in class org.opencv.core.Core
Forms a border around an image.
copySize(Mat) - Method in class org.opencv.core.Mat
 
copyTo(Mat) - Method in class org.opencv.core.Mat
 
copyTo(Mat, Mat) - Method in class org.opencv.core.Mat
 
copyTo(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
This is an overloaded member function, provided for convenience (python) Copies the matrix to another one.
Core - Class in org.opencv.core
 
Core() - Constructor for class org.opencv.core.Core
 
Core.MinMaxLocResult - Class in org.opencv.core
 
cornerEigenValsAndVecs(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates eigenvalues and eigenvectors of image blocks for corner detection.
cornerEigenValsAndVecs(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates eigenvalues and eigenvectors of image blocks for corner detection.
cornerHarris(Mat, Mat, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
Harris corner detector.
cornerHarris(Mat, Mat, int, int, double, int) - Static method in class org.opencv.imgproc.Imgproc
Harris corner detector.
cornerMinEigenVal(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the minimal eigenvalue of gradient matrices for corner detection.
cornerMinEigenVal(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the minimal eigenvalue of gradient matrices for corner detection.
cornerMinEigenVal(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the minimal eigenvalue of gradient matrices for corner detection.
cornerSubPix(Mat, Mat, Size, Size, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
Refines the corner locations.
COUNT - Static variable in class org.opencv.core.TermCriteria
The maximum number of iterations or elements to compute
countNonZero(Mat) - Static method in class org.opencv.core.Core
Counts non-zero array elements.
COVAR_COLS - Static variable in class org.opencv.core.Core
 
COVAR_NORMAL - Static variable in class org.opencv.core.Core
 
COVAR_ROWS - Static variable in class org.opencv.core.Core
 
COVAR_SCALE - Static variable in class org.opencv.core.Core
 
COVAR_SCRAMBLED - Static variable in class org.opencv.core.Core
 
COVAR_USE_AVG - Static variable in class org.opencv.core.Core
 
create() - Static method in class org.opencv.img_hash.AverageHash
 
create() - Static method in class org.opencv.img_hash.BlockMeanHash
 
create() - Static method in class org.opencv.img_hash.ColorMomentHash
 
create() - Static method in class org.opencv.img_hash.MarrHildrethHash
 
create() - Static method in class org.opencv.img_hash.PHash
 
create() - Static method in class org.opencv.img_hash.RadialVarianceHash
 
create(double) - Static method in class org.opencv.img_hash.RadialVarianceHash
 
create(double, int) - Static method in class org.opencv.img_hash.RadialVarianceHash
 
create(float) - Static method in class org.opencv.img_hash.MarrHildrethHash
 
create(float, float) - Static method in class org.opencv.img_hash.MarrHildrethHash
 
create(int) - Static method in class org.opencv.img_hash.BlockMeanHash
 
create(int[], int) - Method in class org.opencv.core.Mat
 
create(int, int, int) - Method in class org.opencv.core.Mat
 
create(Size, int) - Method in class org.opencv.core.Mat
 
createCLAHE() - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a cv::CLAHE class and initializes it.
createCLAHE(double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a cv::CLAHE class and initializes it.
createCLAHE(double, Size) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a cv::CLAHE class and initializes it.
createGeneralizedHoughBallard() - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a cv::GeneralizedHoughBallard class and initializes it.
createGeneralizedHoughGuil() - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a cv::GeneralizedHoughGuil class and initializes it.
createHanningWindow(Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
This function computes a Hanning window coefficients in two dimensions.
createLineSegmentDetector() - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double, double, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
createLineSegmentDetector(int, double, double, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Creates a smart pointer to a LineSegmentDetector object and initializes it.
cross(Mat) - Method in class org.opencv.core.Mat
 
cross(Point3) - Method in class org.opencv.core.Point3
 
cubeRoot(float) - Static method in class org.opencv.core.Core
Computes the cube root of an argument.
CV_16F - Static variable in class org.opencv.core.CvType
 
CV_16FC(int) - Static method in class org.opencv.core.CvType
 
CV_16FC1 - Static variable in class org.opencv.core.CvType
 
CV_16FC2 - Static variable in class org.opencv.core.CvType
 
CV_16FC3 - Static variable in class org.opencv.core.CvType
 
CV_16FC4 - Static variable in class org.opencv.core.CvType
 
CV_16S - Static variable in class org.opencv.core.CvType
 
CV_16SC(int) - Static method in class org.opencv.core.CvType
 
CV_16SC1 - Static variable in class org.opencv.core.CvType
 
CV_16SC2 - Static variable in class org.opencv.core.CvType
 
CV_16SC3 - Static variable in class org.opencv.core.CvType
 
CV_16SC4 - Static variable in class org.opencv.core.CvType
 
CV_16U - Static variable in class org.opencv.core.CvType
 
CV_16UC(int) - Static method in class org.opencv.core.CvType
 
CV_16UC1 - Static variable in class org.opencv.core.CvType
 
CV_16UC2 - Static variable in class org.opencv.core.CvType
 
CV_16UC3 - Static variable in class org.opencv.core.CvType
 
CV_16UC4 - Static variable in class org.opencv.core.CvType
 
CV_32F - Static variable in class org.opencv.core.CvType
 
CV_32FC(int) - Static method in class org.opencv.core.CvType
 
CV_32FC1 - Static variable in class org.opencv.core.CvType
 
CV_32FC2 - Static variable in class org.opencv.core.CvType
 
CV_32FC3 - Static variable in class org.opencv.core.CvType
 
CV_32FC4 - Static variable in class org.opencv.core.CvType
 
CV_32S - Static variable in class org.opencv.core.CvType
 
CV_32SC(int) - Static method in class org.opencv.core.CvType
 
CV_32SC1 - Static variable in class org.opencv.core.CvType
 
CV_32SC2 - Static variable in class org.opencv.core.CvType
 
CV_32SC3 - Static variable in class org.opencv.core.CvType
 
CV_32SC4 - Static variable in class org.opencv.core.CvType
 
CV_64F - Static variable in class org.opencv.core.CvType
 
CV_64FC(int) - Static method in class org.opencv.core.CvType
 
CV_64FC1 - Static variable in class org.opencv.core.CvType
 
CV_64FC2 - Static variable in class org.opencv.core.CvType
 
CV_64FC3 - Static variable in class org.opencv.core.CvType
 
CV_64FC4 - Static variable in class org.opencv.core.CvType
 
CV_8S - Static variable in class org.opencv.core.CvType
 
CV_8SC(int) - Static method in class org.opencv.core.CvType
 
CV_8SC1 - Static variable in class org.opencv.core.CvType
 
CV_8SC2 - Static variable in class org.opencv.core.CvType
 
CV_8SC3 - Static variable in class org.opencv.core.CvType
 
CV_8SC4 - Static variable in class org.opencv.core.CvType
 
CV_8U - Static variable in class org.opencv.core.CvType
 
CV_8UC(int) - Static method in class org.opencv.core.CvType
 
CV_8UC1 - Static variable in class org.opencv.core.CvType
 
CV_8UC2 - Static variable in class org.opencv.core.CvType
 
CV_8UC3 - Static variable in class org.opencv.core.CvType
 
CV_8UC4 - Static variable in class org.opencv.core.CvType
 
CV_BILATERAL - Static variable in class org.opencv.imgproc.Imgproc
 
CV_BLUR - Static variable in class org.opencv.imgproc.Imgproc
 
CV_BLUR_NO_SCALE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_CANNY_L2_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
 
CV_CHAIN_CODE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_CLOCKWISE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_BHATTACHARYYA - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_CHISQR - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_CHISQR_ALT - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_CORREL - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_HELLINGER - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_INTERSECT - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COMP_KL_DIV - Static variable in class org.opencv.imgproc.Imgproc
 
CV_CONTOURS_MATCH_I1 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_CONTOURS_MATCH_I2 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_CONTOURS_MATCH_I3 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_COUNTER_CLOCKWISE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_C - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_FAIR - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_HUBER - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_L1 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_L12 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_L2 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_LABEL_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_LABEL_PIXEL - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_MASK_3 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_MASK_5 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_MASK_PRECISE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_USER - Static variable in class org.opencv.imgproc.Imgproc
 
CV_DIST_WELSCH - Static variable in class org.opencv.imgproc.Imgproc
 
CV_GAUSSIAN - Static variable in class org.opencv.imgproc.Imgproc
 
CV_GAUSSIAN_5x5 - Static variable in class org.opencv.imgproc.Imgproc
 
CV_HOUGH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
 
CV_HOUGH_MULTI_SCALE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_HOUGH_PROBABILISTIC - Static variable in class org.opencv.imgproc.Imgproc
 
CV_HOUGH_STANDARD - Static variable in class org.opencv.imgproc.Imgproc
 
CV_LINK_RUNS - Static variable in class org.opencv.imgproc.Imgproc
 
CV_MAX_SOBEL_KSIZE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_MEDIAN - Static variable in class org.opencv.imgproc.Imgproc
 
CV_mRGBA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
 
CV_POLY_APPROX_DP - Static variable in class org.opencv.imgproc.Imgproc
 
CV_RGBA2mRGBA - Static variable in class org.opencv.imgproc.Imgproc
 
CV_SCHARR - Static variable in class org.opencv.imgproc.Imgproc
 
CV_SHAPE_CROSS - Static variable in class org.opencv.imgproc.Imgproc
 
CV_SHAPE_CUSTOM - Static variable in class org.opencv.imgproc.Imgproc
 
CV_SHAPE_ELLIPSE - Static variable in class org.opencv.imgproc.Imgproc
 
CV_SHAPE_RECT - Static variable in class org.opencv.imgproc.Imgproc
 
CV_USRTYPE1 - Static variable in class org.opencv.core.CvType
Deprecated.
please use CvType.CV_16F
CV_WARP_FILL_OUTLIERS - Static variable in class org.opencv.imgproc.Imgproc
 
CV_WARP_INVERSE_MAP - Static variable in class org.opencv.imgproc.Imgproc
 
CvException - Exception Class in org.opencv.core
 
CvException(String) - Constructor for exception class org.opencv.core.CvException
 
cvtColor(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Converts an image from one color space to another.
cvtColor(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Converts an image from one color space to another.
cvtColorTwoPlane(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Converts an image from one color space to another where the source image is stored in two planes.
CvType - Class in org.opencv.core
 
CvType() - Constructor for class org.opencv.core.CvType
 

D

dataAddr() - Method in class org.opencv.core.Mat
 
dct(Mat, Mat) - Static method in class org.opencv.core.Core
Performs a forward or inverse discrete Cosine transform of 1D or 2D array.
dct(Mat, Mat, int) - Static method in class org.opencv.core.Core
Performs a forward or inverse discrete Cosine transform of 1D or 2D array.
DCT_INVERSE - Static variable in class org.opencv.core.Core
 
DCT_ROWS - Static variable in class org.opencv.core.Core
 
DECOMP_CHOLESKY - Static variable in class org.opencv.core.Core
 
DECOMP_EIG - Static variable in class org.opencv.core.Core
 
DECOMP_LU - Static variable in class org.opencv.core.Core
 
DECOMP_NORMAL - Static variable in class org.opencv.core.Core
 
DECOMP_QR - Static variable in class org.opencv.core.Core
 
DECOMP_SVD - Static variable in class org.opencv.core.Core
 
demosaicing(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
main function for all demosaicing processes
demosaicing(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
main function for all demosaicing processes
depth() - Method in class org.opencv.core.Mat
 
depth(int) - Static method in class org.opencv.core.CvType
 
detect(Mat, Mat) - Method in class org.opencv.imgproc.GeneralizedHough
 
detect(Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Finds lines in the input image.
detect(Mat, Mat, Mat) - Method in class org.opencv.imgproc.GeneralizedHough
 
detect(Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Finds lines in the input image.
detect(Mat, Mat, Mat, Mat) - Method in class org.opencv.imgproc.GeneralizedHough
 
detect(Mat, Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Finds lines in the input image.
detect(Mat, Mat, Mat, Mat, Mat) - Method in class org.opencv.imgproc.GeneralizedHough
 
detect(Mat, Mat, Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Finds lines in the input image.
determinant(Mat) - Static method in class org.opencv.core.Core
Returns the determinant of a square floating-point matrix.
dft(Mat, Mat) - Static method in class org.opencv.core.Core
Performs a forward or inverse Discrete Fourier transform of a 1D or 2D floating-point array.
dft(Mat, Mat, int) - Static method in class org.opencv.core.Core
Performs a forward or inverse Discrete Fourier transform of a 1D or 2D floating-point array.
dft(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
Performs a forward or inverse Discrete Fourier transform of a 1D or 2D floating-point array.
DFT_COMPLEX_INPUT - Static variable in class org.opencv.core.Core
 
DFT_COMPLEX_OUTPUT - Static variable in class org.opencv.core.Core
 
DFT_INVERSE - Static variable in class org.opencv.core.Core
 
DFT_REAL_OUTPUT - Static variable in class org.opencv.core.Core
 
DFT_ROWS - Static variable in class org.opencv.core.Core
 
DFT_SCALE - Static variable in class org.opencv.core.Core
 
diag() - Method in class org.opencv.core.Mat
 
diag(int) - Method in class org.opencv.core.Mat
 
diag(Mat) - Static method in class org.opencv.core.Mat
 
DICOM_CP_J2K - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_CP_JPG - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_CP_JPLS - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_CP_UNKNOWN - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_BIGENDIAN - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_DEFAULT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_FLOAT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_FORCE_RGB_CONVERSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_SIGNED - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_UNSIGNED - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_FLAG_YBR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_BITS_PER_SAMPLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_COLOR_MODEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_COMPONENTS - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_DCM_IMREAD - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_HEIGHT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_IMREAD - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_INTERLEAVE_MODE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_J2K_COMPRESSION_FACTOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_JPEG_MODE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_JPEG_PREDICTION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_JPEG_PT_TRANSFORM - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_JPEG_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_JPEGLS_LOSSY_ERROR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_STREAM_VR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
DICOM_PARAM_WIDTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
dicomJpgFileRead(String, MatOfDouble, MatOfDouble) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a jpeg image (jpeg, jpeg-losseless, jpeg-ls and jpeg-2000) from file segments.
dicomJpgFileRead(String, MatOfDouble, MatOfDouble, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a jpeg image (jpeg, jpeg-losseless, jpeg-ls and jpeg-2000) from file segments.
dicomJpgFileRead(String, MatOfDouble, MatOfDouble, int, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a jpeg image (jpeg, jpeg-losseless, jpeg-ls and jpeg-2000) from file segments.
dicomJpgMatRead(Mat) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a jpeg image (jpeg, jpeg-losseless, jpeg-ls and jpeg-2000) from Mat.
dicomJpgMatRead(Mat, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a jpeg image (jpeg, jpeg-losseless, jpeg-ls and jpeg-2000) from Mat.
dicomJpgMatRead(Mat, int, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a jpeg image (jpeg, jpeg-losseless, jpeg-ls and jpeg-2000) from Mat.
dicomJpgWrite(Mat, MatOfInt, String) - Static method in class org.opencv.imgcodecs.Imgcodecs
Encodes an DICOM image into a memory buffer.
dicomRawFileRead(String, MatOfDouble, MatOfDouble, MatOfInt, String) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a raw image (include RLE compressed image) from file segments.
dicomRawMatRead(Mat, MatOfInt, String) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a raw image (include RLE compressed image) from Mat.
dilate(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Dilates an image by using a specific structuring element.
dilate(Mat, Mat, Mat, Point) - Static method in class org.opencv.imgproc.Imgproc
Dilates an image by using a specific structuring element.
dilate(Mat, Mat, Mat, Point, int) - Static method in class org.opencv.imgproc.Imgproc
Dilates an image by using a specific structuring element.
dilate(Mat, Mat, Mat, Point, int, int) - Static method in class org.opencv.imgproc.Imgproc
Dilates an image by using a specific structuring element.
dilate(Mat, Mat, Mat, Point, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Dilates an image by using a specific structuring element.
dims() - Method in class org.opencv.core.Mat
 
DIST_C - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_FAIR - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_HUBER - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_L1 - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_L12 - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_L2 - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_LABEL_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_LABEL_PIXEL - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_MASK_3 - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_MASK_5 - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_MASK_PRECISE - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_USER - Static variable in class org.opencv.imgproc.Imgproc
 
DIST_WELSCH - Static variable in class org.opencv.imgproc.Imgproc
 
distance - Variable in class org.opencv.core.DMatch
 
distanceTransform(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
distanceTransform(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
distanceTransformWithLabels(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the distance to the closest zero pixel for each pixel of the source image.
distanceTransformWithLabels(Mat, Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the distance to the closest zero pixel for each pixel of the source image.
divide(double, Mat, Mat) - Static method in class org.opencv.core.Core
 
divide(double, Mat, Mat, int) - Static method in class org.opencv.core.Core
 
divide(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Performs per-element division of two arrays or a scalar by an array.
divide(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
Performs per-element division of two arrays or a scalar by an array.
divide(Mat, Mat, Mat, double, int) - Static method in class org.opencv.core.Core
Performs per-element division of two arrays or a scalar by an array.
divide(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
divide(Mat, Scalar, Mat, double) - Static method in class org.opencv.core.Core
 
divide(Mat, Scalar, Mat, double, int) - Static method in class org.opencv.core.Core
 
divSpectrums(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Performs the per-element division of the first Fourier spectrum by the second Fourier spectrum.
divSpectrums(Mat, Mat, Mat, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Performs the per-element division of the first Fourier spectrum by the second Fourier spectrum.
DMatch - Class in org.opencv.core
Structure for matching: query descriptor index, train descriptor index, train image index and distance between descriptors.
DMatch() - Constructor for class org.opencv.core.DMatch
 
DMatch(int, int, float) - Constructor for class org.opencv.core.DMatch
 
DMatch(int, int, int, float) - Constructor for class org.opencv.core.DMatch
 
dot(Mat) - Method in class org.opencv.core.Mat
 
dot(Point) - Method in class org.opencv.core.Point
 
dot(Point3) - Method in class org.opencv.core.Point3
 
drawContours(Mat, List<MatOfPoint>, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws contours outlines or filled contours.
drawContours(Mat, List<MatOfPoint>, int, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws contours outlines or filled contours.
drawContours(Mat, List<MatOfPoint>, int, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws contours outlines or filled contours.
drawContours(Mat, List<MatOfPoint>, int, Scalar, int, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
Draws contours outlines or filled contours.
drawContours(Mat, List<MatOfPoint>, int, Scalar, int, int, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Draws contours outlines or filled contours.
drawContours(Mat, List<MatOfPoint>, int, Scalar, int, int, Mat, int, Point) - Static method in class org.opencv.imgproc.Imgproc
Draws contours outlines or filled contours.
drawMarker(Mat, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws a marker on a predefined position in an image.
drawMarker(Mat, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a marker on a predefined position in an image.
drawMarker(Mat, Point, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a marker on a predefined position in an image.
drawMarker(Mat, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a marker on a predefined position in an image.
drawMarker(Mat, Point, Scalar, int, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a marker on a predefined position in an image.
drawSegments(Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
Draws the line segments on a given image.
dump() - Method in class org.opencv.core.Mat
 

E

edgeDst(int) - Method in class org.opencv.imgproc.Subdiv2D
Returns the edge destination.
edgeDst(int, Point) - Method in class org.opencv.imgproc.Subdiv2D
Returns the edge destination.
edgeOrg(int) - Method in class org.opencv.imgproc.Subdiv2D
Returns the edge origin.
edgeOrg(int, Point) - Method in class org.opencv.imgproc.Subdiv2D
Returns the edge origin.
eigen(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates eigenvalues and eigenvectors of a symmetric matrix.
eigen(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates eigenvalues and eigenvectors of a symmetric matrix.
eigenNonSymmetric(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates eigenvalues and eigenvectors of a non-symmetric matrix (real eigenvalues only).
ELEM_SIZE(int) - Static method in class org.opencv.core.CvType
 
elemSize() - Method in class org.opencv.core.Mat
 
elemSize1() - Method in class org.opencv.core.Mat
 
ellipse(Mat, Point, Size, double, double, double, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple or thick elliptic arc or fills an ellipse sector.
ellipse(Mat, Point, Size, double, double, double, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple or thick elliptic arc or fills an ellipse sector.
ellipse(Mat, Point, Size, double, double, double, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple or thick elliptic arc or fills an ellipse sector.
ellipse(Mat, Point, Size, double, double, double, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple or thick elliptic arc or fills an ellipse sector.
ellipse(Mat, RotatedRect, Scalar) - Static method in class org.opencv.imgproc.Imgproc
 
ellipse(Mat, RotatedRect, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
 
ellipse(Mat, RotatedRect, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
ellipse2Poly(Point, Size, int, int, int, int, MatOfPoint) - Static method in class org.opencv.imgproc.Imgproc
Approximates an elliptic arc with a polyline.
EMD(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Computes the "minimal work" distance between two weighted point configurations.
EMD(Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
Computes the "minimal work" distance between two weighted point configurations.
EMD(Mat, Mat, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Computes the "minimal work" distance between two weighted point configurations.
empty() - Method in class org.opencv.core.Algorithm
Returns true if the Algorithm is empty (e.g.
empty() - Method in class org.opencv.core.Mat
 
empty() - Method in class org.opencv.core.Range
 
empty() - Method in class org.opencv.core.Rect
 
empty() - Method in class org.opencv.core.Rect2d
 
empty() - Method in class org.opencv.core.Size
 
end - Variable in class org.opencv.core.Range
 
EPI_ARGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_CMYK - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_HSV - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_Missing - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_Monochrome1 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_Monochrome2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_PaletteColor - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_RGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_Unknown - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_YBR_Full - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_YBR_Full_422 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPI_YBR_Partial_422 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
EPS - Static variable in class org.opencv.core.TermCriteria
The desired accuracy threshold or change in parameters at which the iterative algorithm is terminated.
epsilon - Variable in class org.opencv.core.TermCriteria
 
equalizeHist(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Equalizes the histogram of a grayscale image.
equals(Object) - Method in class org.opencv.core.Point
 
equals(Object) - Method in class org.opencv.core.Point3
 
equals(Object) - Method in class org.opencv.core.Range
 
equals(Object) - Method in class org.opencv.core.Rect
 
equals(Object) - Method in class org.opencv.core.Rect2d
 
equals(Object) - Method in class org.opencv.core.RotatedRect
 
equals(Object) - Method in class org.opencv.core.Scalar
 
equals(Object) - Method in class org.opencv.core.Size
 
equals(Object) - Method in class org.opencv.core.TermCriteria
 
erode(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Erodes an image by using a specific structuring element.
erode(Mat, Mat, Mat, Point) - Static method in class org.opencv.imgproc.Imgproc
Erodes an image by using a specific structuring element.
erode(Mat, Mat, Mat, Point, int) - Static method in class org.opencv.imgproc.Imgproc
Erodes an image by using a specific structuring element.
erode(Mat, Mat, Mat, Point, int, int) - Static method in class org.opencv.imgproc.Imgproc
Erodes an image by using a specific structuring element.
erode(Mat, Mat, Mat, Point, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Erodes an image by using a specific structuring element.
exp(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the exponent of every array element.
extractChannel(Mat, Mat, int) - Static method in class org.opencv.core.Core
Extracts a single channel from src (coi is 0-based index)
eye(int, int, int) - Static method in class org.opencv.core.Mat
 
eye(Size, int) - Static method in class org.opencv.core.Mat
 

F

fastAtan2(float, float) - Static method in class org.opencv.core.Core
Calculates the angle of a 2D vector in degrees.
fillConvexPoly(Mat, MatOfPoint, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Fills a convex polygon.
fillConvexPoly(Mat, MatOfPoint, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Fills a convex polygon.
fillConvexPoly(Mat, MatOfPoint, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Fills a convex polygon.
FILLED - Static variable in class org.opencv.core.Core
 
FILLED - Static variable in class org.opencv.imgproc.Imgproc
 
fillPoly(Mat, List<MatOfPoint>, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Fills the area bounded by one or more polygons.
fillPoly(Mat, List<MatOfPoint>, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Fills the area bounded by one or more polygons.
fillPoly(Mat, List<MatOfPoint>, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Fills the area bounded by one or more polygons.
fillPoly(Mat, List<MatOfPoint>, Scalar, int, int, Point) - Static method in class org.opencv.imgproc.Imgproc
Fills the area bounded by one or more polygons.
FILTER_SCHARR - Static variable in class org.opencv.imgproc.Imgproc
 
filter2D(Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
Convolves an image with the kernel.
filter2D(Mat, Mat, int, Mat, Point) - Static method in class org.opencv.imgproc.Imgproc
Convolves an image with the kernel.
filter2D(Mat, Mat, int, Mat, Point, double) - Static method in class org.opencv.imgproc.Imgproc
Convolves an image with the kernel.
filter2D(Mat, Mat, int, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
Convolves an image with the kernel.
finalize() - Method in class org.opencv.core.Algorithm
 
finalize() - Method in class org.opencv.core.Mat
 
finalize() - Method in class org.opencv.core.TickMeter
 
finalize() - Method in class org.opencv.img_hash.AverageHash
 
finalize() - Method in class org.opencv.img_hash.BlockMeanHash
 
finalize() - Method in class org.opencv.img_hash.ColorMomentHash
 
finalize() - Method in class org.opencv.img_hash.ImgHashBase
 
finalize() - Method in class org.opencv.img_hash.MarrHildrethHash
 
finalize() - Method in class org.opencv.img_hash.PHash
 
finalize() - Method in class org.opencv.img_hash.RadialVarianceHash
 
finalize() - Method in class org.opencv.imgproc.CLAHE
 
finalize() - Method in class org.opencv.imgproc.GeneralizedHough
 
finalize() - Method in class org.opencv.imgproc.GeneralizedHoughBallard
 
finalize() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
finalize() - Method in class org.opencv.imgproc.IntelligentScissorsMB
 
finalize() - Method in class org.opencv.imgproc.LineSegmentDetector
 
finalize() - Method in class org.opencv.imgproc.Subdiv2D
 
findContours(Mat, List<MatOfPoint>, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Finds contours in a binary image.
findContours(Mat, List<MatOfPoint>, Mat, int, int, Point) - Static method in class org.opencv.imgproc.Imgproc
Finds contours in a binary image.
findFile(String) - Static method in class org.opencv.core.Core
Try to find requested data file
findFile(String, boolean) - Static method in class org.opencv.core.Core
Try to find requested data file
findFile(String, boolean, boolean) - Static method in class org.opencv.core.Core
Try to find requested data file
findFileOrKeep(String) - Static method in class org.opencv.core.Core
 
findFileOrKeep(String, boolean) - Static method in class org.opencv.core.Core
 
findNearest(Point) - Method in class org.opencv.imgproc.Subdiv2D
Finds the subdivision vertex closest to the given point.
findNearest(Point, Point) - Method in class org.opencv.imgproc.Subdiv2D
Finds the subdivision vertex closest to the given point.
findNonZero(Mat, Mat) - Static method in class org.opencv.core.Core
Returns the list of locations of non-zero pixels
fitEllipse(MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
Fits an ellipse around a set of 2D points.
fitEllipseAMS(Mat) - Static method in class org.opencv.imgproc.Imgproc
Fits an ellipse around a set of 2D points.
fitEllipseDirect(Mat) - Static method in class org.opencv.imgproc.Imgproc
Fits an ellipse around a set of 2D points.
fitLine(Mat, Mat, int, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Fits a line to a 2D or 3D point set.
flip(Mat, Mat, int) - Static method in class org.opencv.core.Core
Flips a 2D array around vertical, horizontal, or both axes.
flipND(Mat, Mat, int) - Static method in class org.opencv.core.Core
Flips a n-dimensional at given axis
floodFill(Mat, Mat, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Fills a connected component with the given color.
floodFill(Mat, Mat, Point, Scalar, Rect) - Static method in class org.opencv.imgproc.Imgproc
Fills a connected component with the given color.
floodFill(Mat, Mat, Point, Scalar, Rect, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Fills a connected component with the given color.
floodFill(Mat, Mat, Point, Scalar, Rect, Scalar, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Fills a connected component with the given color.
floodFill(Mat, Mat, Point, Scalar, Rect, Scalar, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Fills a connected component with the given color.
FLOODFILL_FIXED_RANGE - Static variable in class org.opencv.imgproc.Imgproc
 
FLOODFILL_MASK_ONLY - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_COMPLEX - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_COMPLEX_SMALL - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_DUPLEX - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_PLAIN - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_SCRIPT_COMPLEX - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_SCRIPT_SIMPLEX - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_SIMPLEX - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_HERSHEY_TRIPLEX - Static variable in class org.opencv.imgproc.Imgproc
 
FONT_ITALIC - Static variable in class org.opencv.imgproc.Imgproc
 
Formatter_FMT_C - Static variable in class org.opencv.core.Core
 
Formatter_FMT_CSV - Static variable in class org.opencv.core.Core
 
Formatter_FMT_DEFAULT - Static variable in class org.opencv.core.Core
 
Formatter_FMT_MATLAB - Static variable in class org.opencv.core.Core
 
Formatter_FMT_NUMPY - Static variable in class org.opencv.core.Core
 
Formatter_FMT_PYTHON - Static variable in class org.opencv.core.Core
 
fromArray(byte...) - Method in class org.opencv.core.MatOfByte
 
fromArray(double...) - Method in class org.opencv.core.MatOfDouble
 
fromArray(float...) - Method in class org.opencv.core.MatOfFloat
 
fromArray(float...) - Method in class org.opencv.core.MatOfFloat4
 
fromArray(float...) - Method in class org.opencv.core.MatOfFloat6
 
fromArray(int...) - Method in class org.opencv.core.MatOfInt
 
fromArray(int...) - Method in class org.opencv.core.MatOfInt4
 
fromArray(int, int, byte...) - Method in class org.opencv.core.MatOfByte
 
fromArray(DMatch...) - Method in class org.opencv.core.MatOfDMatch
 
fromArray(KeyPoint...) - Method in class org.opencv.core.MatOfKeyPoint
 
fromArray(Point...) - Method in class org.opencv.core.MatOfPoint
 
fromArray(Point...) - Method in class org.opencv.core.MatOfPoint2f
 
fromArray(Point3...) - Method in class org.opencv.core.MatOfPoint3
 
fromArray(Point3...) - Method in class org.opencv.core.MatOfPoint3f
 
fromArray(Rect...) - Method in class org.opencv.core.MatOfRect
 
fromArray(Rect2d...) - Method in class org.opencv.core.MatOfRect2d
 
fromArray(RotatedRect...) - Method in class org.opencv.core.MatOfRotatedRect
 
fromList(List<Byte>) - Method in class org.opencv.core.MatOfByte
 
fromList(List<Double>) - Method in class org.opencv.core.MatOfDouble
 
fromList(List<Float>) - Method in class org.opencv.core.MatOfFloat
 
fromList(List<Float>) - Method in class org.opencv.core.MatOfFloat4
 
fromList(List<Float>) - Method in class org.opencv.core.MatOfFloat6
 
fromList(List<Integer>) - Method in class org.opencv.core.MatOfInt
 
fromList(List<Integer>) - Method in class org.opencv.core.MatOfInt4
 
fromList(List<DMatch>) - Method in class org.opencv.core.MatOfDMatch
 
fromList(List<KeyPoint>) - Method in class org.opencv.core.MatOfKeyPoint
 
fromList(List<Point>) - Method in class org.opencv.core.MatOfPoint
 
fromList(List<Point>) - Method in class org.opencv.core.MatOfPoint2f
 
fromList(List<Point3>) - Method in class org.opencv.core.MatOfPoint3
 
fromList(List<Point3>) - Method in class org.opencv.core.MatOfPoint3f
 
fromList(List<Rect>) - Method in class org.opencv.core.MatOfRect
 
fromList(List<Rect2d>) - Method in class org.opencv.core.MatOfRect2d
 
fromList(List<RotatedRect>) - Method in class org.opencv.core.MatOfRotatedRect
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfByte
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfDMatch
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfDouble
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfFloat
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfFloat4
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfFloat6
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfInt
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfInt4
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfKeyPoint
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint2f
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint3
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint3f
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfRect
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfRect2d
 
fromNativeAddr(long) - Static method in class org.opencv.core.MatOfRotatedRect
 

G

GaussianBlur(Mat, Mat, Size, double) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using a Gaussian filter.
GaussianBlur(Mat, Mat, Size, double, double) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using a Gaussian filter.
GaussianBlur(Mat, Mat, Size, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using a Gaussian filter.
GC_BGD - Static variable in class org.opencv.imgproc.Imgproc
 
GC_EVAL - Static variable in class org.opencv.imgproc.Imgproc
 
GC_EVAL_FREEZE_MODEL - Static variable in class org.opencv.imgproc.Imgproc
 
GC_FGD - Static variable in class org.opencv.imgproc.Imgproc
 
GC_INIT_WITH_MASK - Static variable in class org.opencv.imgproc.Imgproc
 
GC_INIT_WITH_RECT - Static variable in class org.opencv.imgproc.Imgproc
 
GC_PR_BGD - Static variable in class org.opencv.imgproc.Imgproc
 
GC_PR_FGD - Static variable in class org.opencv.imgproc.Imgproc
 
gemm(Mat, Mat, double, Mat, double, Mat) - Static method in class org.opencv.core.Core
Performs generalized matrix multiplication.
gemm(Mat, Mat, double, Mat, double, Mat, int) - Static method in class org.opencv.core.Core
Performs generalized matrix multiplication.
GEMM_1_T - Static variable in class org.opencv.core.Core
 
GEMM_2_T - Static variable in class org.opencv.core.Core
 
GEMM_3_T - Static variable in class org.opencv.core.Core
 
GeneralizedHough - Class in org.opencv.imgproc
finds arbitrary template in the grayscale image using Generalized Hough Transform
GeneralizedHough(long) - Constructor for class org.opencv.imgproc.GeneralizedHough
 
GeneralizedHoughBallard - Class in org.opencv.imgproc
finds arbitrary template in the grayscale image using Generalized Hough Transform
GeneralizedHoughBallard(long) - Constructor for class org.opencv.imgproc.GeneralizedHoughBallard
 
GeneralizedHoughGuil - Class in org.opencv.imgproc
finds arbitrary template in the grayscale image using Generalized Hough Transform
GeneralizedHoughGuil(long) - Constructor for class org.opencv.imgproc.GeneralizedHoughGuil
 
get(int[]) - Method in class org.opencv.core.Mat
 
get(int[], byte[]) - Method in class org.opencv.core.Mat
 
get(int[], double[]) - Method in class org.opencv.core.Mat
 
get(int[], float[]) - Method in class org.opencv.core.Mat
 
get(int[], int[]) - Method in class org.opencv.core.Mat
 
get(int[], short[]) - Method in class org.opencv.core.Mat
 
get(int, int) - Method in class org.opencv.core.Mat
 
get(int, int, byte[]) - Method in class org.opencv.core.Mat
 
get(int, int, double[]) - Method in class org.opencv.core.Mat
 
get(int, int, float[]) - Method in class org.opencv.core.Mat
 
get(int, int, int[]) - Method in class org.opencv.core.Mat
 
get(int, int, short[]) - Method in class org.opencv.core.Mat
 
get_0() - Method in class org.opencv.core.Mat.Tuple2
 
get_0() - Method in class org.opencv.core.Mat.Tuple3
 
get_0() - Method in class org.opencv.core.Mat.Tuple4
 
get_1() - Method in class org.opencv.core.Mat.Tuple2
 
get_1() - Method in class org.opencv.core.Mat.Tuple3
 
get_1() - Method in class org.opencv.core.Mat.Tuple4
 
get_2() - Method in class org.opencv.core.Mat.Tuple3
 
get_2() - Method in class org.opencv.core.Mat.Tuple4
 
get_3() - Method in class org.opencv.core.Mat.Tuple4
 
get_m00() - Method in class org.opencv.imgproc.Moments
 
get_m01() - Method in class org.opencv.imgproc.Moments
 
get_m02() - Method in class org.opencv.imgproc.Moments
 
get_m03() - Method in class org.opencv.imgproc.Moments
 
get_m10() - Method in class org.opencv.imgproc.Moments
 
get_m11() - Method in class org.opencv.imgproc.Moments
 
get_m12() - Method in class org.opencv.imgproc.Moments
 
get_m20() - Method in class org.opencv.imgproc.Moments
 
get_m21() - Method in class org.opencv.imgproc.Moments
 
get_m30() - Method in class org.opencv.imgproc.Moments
 
get_mu02() - Method in class org.opencv.imgproc.Moments
 
get_mu03() - Method in class org.opencv.imgproc.Moments
 
get_mu11() - Method in class org.opencv.imgproc.Moments
 
get_mu12() - Method in class org.opencv.imgproc.Moments
 
get_mu20() - Method in class org.opencv.imgproc.Moments
 
get_mu21() - Method in class org.opencv.imgproc.Moments
 
get_mu30() - Method in class org.opencv.imgproc.Moments
 
get_nu02() - Method in class org.opencv.imgproc.Moments
 
get_nu03() - Method in class org.opencv.imgproc.Moments
 
get_nu11() - Method in class org.opencv.imgproc.Moments
 
get_nu12() - Method in class org.opencv.imgproc.Moments
 
get_nu20() - Method in class org.opencv.imgproc.Moments
 
get_nu21() - Method in class org.opencv.imgproc.Moments
 
get_nu30() - Method in class org.opencv.imgproc.Moments
 
getAffineTransform(MatOfPoint2f, MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
 
getAlpha() - Method in class org.opencv.img_hash.MarrHildrethHash
self explain
getAngleEpsilon() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getAngleStep() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getAngleThresh() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getAvgTimeMilli() - Method in class org.opencv.core.TickMeter
 
getAvgTimeSec() - Method in class org.opencv.core.TickMeter
 
getBuildInformation() - Static method in class org.opencv.core.Core
Returns full configuration time cmake output.
getCannyHighThresh() - Method in class org.opencv.imgproc.GeneralizedHough
 
getCannyLowThresh() - Method in class org.opencv.imgproc.GeneralizedHough
 
getClipLimit() - Method in class org.opencv.imgproc.CLAHE
 
getContour(Point, Mat) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Extracts optimal contour for the given target point on the image Note: buildMap() must be called before this call
getContour(Point, Mat, boolean) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Extracts optimal contour for the given target point on the image Note: buildMap() must be called before this call
getCounter() - Method in class org.opencv.core.TickMeter
 
getCPUFeaturesLine() - Static method in class org.opencv.core.Core
Returns list of CPU features enabled during compilation.
getCPUTickCount() - Static method in class org.opencv.core.Core
Returns the number of CPU ticks.
getDefaultName() - Method in class org.opencv.core.Algorithm
Returns the algorithm string identifier.
getDerivKernels(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Returns filter coefficients for computing spatial image derivatives.
getDerivKernels(Mat, Mat, int, int, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Returns filter coefficients for computing spatial image derivatives.
getDerivKernels(Mat, Mat, int, int, int, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
Returns filter coefficients for computing spatial image derivatives.
getDp() - Method in class org.opencv.imgproc.GeneralizedHough
 
getEdge(int, int) - Method in class org.opencv.imgproc.Subdiv2D
Returns one of the edges related to the given edge.
getEdgeList(MatOfFloat4) - Method in class org.opencv.imgproc.Subdiv2D
Returns a list of all edges.
getFontScaleFromHeight(int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the font-specific size to use to achieve a given height in pixels.
getFontScaleFromHeight(int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the font-specific size to use to achieve a given height in pixels.
getFPS() - Method in class org.opencv.core.TickMeter
 
getGaborKernel(Size, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Returns Gabor filter coefficients.
getGaborKernel(Size, double, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Returns Gabor filter coefficients.
getGaborKernel(Size, double, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Returns Gabor filter coefficients.
getGaussianKernel(int, double) - Static method in class org.opencv.imgproc.Imgproc
Returns Gaussian filter coefficients.
getGaussianKernel(int, double, int) - Static method in class org.opencv.imgproc.Imgproc
Returns Gaussian filter coefficients.
getHardwareFeatureName(int) - Static method in class org.opencv.core.Core
Returns feature name by ID
getIppVersion() - Static method in class org.opencv.core.Core
 
getLeadingEdgeList(MatOfInt) - Method in class org.opencv.imgproc.Subdiv2D
Returns a list of the leading edge ID connected to each triangle.
getLevels() - Method in class org.opencv.imgproc.GeneralizedHoughBallard
 
getLevels() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getMaxAngle() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getMaxBufferSize() - Method in class org.opencv.imgproc.GeneralizedHough
 
getMaxScale() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getMean() - Method in class org.opencv.img_hash.BlockMeanHash
 
getMinAngle() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getMinDist() - Method in class org.opencv.imgproc.GeneralizedHough
 
getMinScale() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getNativeObjAddr() - Method in class org.opencv.core.Algorithm
 
getNativeObjAddr() - Method in class org.opencv.core.Mat
 
getNativeObjAddr() - Method in class org.opencv.core.TickMeter
 
getNativeObjAddr() - Method in class org.opencv.imgproc.IntelligentScissorsMB
 
getNativeObjAddr() - Method in class org.opencv.imgproc.Subdiv2D
 
getNumberOfCPUs() - Static method in class org.opencv.core.Core
Returns the number of logical CPUs available for the process.
getNumOfAngleLine() - Method in class org.opencv.img_hash.RadialVarianceHash
 
getNumThreads() - Static method in class org.opencv.core.Core
Returns the number of threads used by OpenCV for parallel regions.
getOptimalDFTSize(int) - Static method in class org.opencv.core.Core
Returns the optimal DFT size for a given vector size.
getPerspectiveTransform(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Calculates a perspective transform from four pairs of the corresponding points.
getPerspectiveTransform(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates a perspective transform from four pairs of the corresponding points.
getPosThresh() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getRectSubPix(Mat, Size, Point, Mat) - Static method in class org.opencv.imgproc.Imgproc
Retrieves a pixel rectangle from an image with sub-pixel accuracy.
getRectSubPix(Mat, Size, Point, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Retrieves a pixel rectangle from an image with sub-pixel accuracy.
getRotationMatrix2D(Point, double, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates an affine matrix of 2D rotation.
getScale() - Method in class org.opencv.img_hash.MarrHildrethHash
self explain
getScaleStep() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getScaleThresh() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
getSigma() - Method in class org.opencv.img_hash.RadialVarianceHash
 
getStructuringElement(int, Size) - Static method in class org.opencv.imgproc.Imgproc
Returns a structuring element of the specified size and shape for morphological operations.
getStructuringElement(int, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
Returns a structuring element of the specified size and shape for morphological operations.
getTextSize(String, int, double, int, int[]) - Static method in class org.opencv.imgproc.Imgproc
 
getThreadNum() - Static method in class org.opencv.core.Core
Deprecated.
Current implementation doesn't corresponding to this documentation.

The exact meaning of the return value depends on the threading framework used by OpenCV library:

  • TBB - Unsupported with current 4.1 TBB release. Maybe will be supported in future.
  • OpenMP - The thread number, within the current team, of the calling thread.
  • Concurrency - An ID for the virtual processor that the current context is executing on (0 for master thread and unique number for others, but not necessary 1,2,3,...).
  • GCD - System calling thread's ID. Never returns 0 inside parallel region.
  • C= - The index of the current parallel task. SEE: setNumThreads, getNumThreads
getTickCount() - Static method in class org.opencv.core.Core
Returns the number of ticks.
getTickFrequency() - Static method in class org.opencv.core.Core
Returns the number of ticks per second.
getTilesGridSize() - Method in class org.opencv.imgproc.CLAHE
 
getTimeMicro() - Method in class org.opencv.core.TickMeter
 
getTimeMilli() - Method in class org.opencv.core.TickMeter
 
getTimeSec() - Method in class org.opencv.core.TickMeter
 
getTimeTicks() - Method in class org.opencv.core.TickMeter
 
getTriangleList(MatOfFloat6) - Method in class org.opencv.imgproc.Subdiv2D
Returns a list of all triangles.
getV() - Method in interface org.opencv.core.Mat.Atable
 
getV2c() - Method in interface org.opencv.core.Mat.Atable
 
getV3c() - Method in interface org.opencv.core.Mat.Atable
 
getV4c() - Method in interface org.opencv.core.Mat.Atable
 
getVersionMajor() - Static method in class org.opencv.core.Core
Returns major library version
getVersionMinor() - Static method in class org.opencv.core.Core
Returns minor library version
getVersionRevision() - Static method in class org.opencv.core.Core
Returns revision field of the library version
getVersionString() - Static method in class org.opencv.core.Core
Returns library version string
getVertex(int) - Method in class org.opencv.imgproc.Subdiv2D
Returns vertex location from vertex ID.
getVertex(int, int[]) - Method in class org.opencv.imgproc.Subdiv2D
Returns vertex location from vertex ID.
getVoronoiFacetList(MatOfInt, List<MatOfPoint2f>, MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
Returns a list of all Voronoi facets.
getVotesThreshold() - Method in class org.opencv.imgproc.GeneralizedHoughBallard
 
getXi() - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Determines strong corners on an image.
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat) - Static method in class org.opencv.imgproc.Imgproc
Determines strong corners on an image.
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Determines strong corners on an image.
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Determines strong corners on an image.
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, boolean, double) - Static method in class org.opencv.imgproc.Imgproc
Determines strong corners on an image.
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
 
goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, int, boolean, double) - Static method in class org.opencv.imgproc.Imgproc
 
goodFeaturesToTrackWithQuality(Mat, Mat, int, double, double, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Same as above, but returns also quality measure of the detected corners.
goodFeaturesToTrackWithQuality(Mat, Mat, int, double, double, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Same as above, but returns also quality measure of the detected corners.
goodFeaturesToTrackWithQuality(Mat, Mat, int, double, double, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Same as above, but returns also quality measure of the detected corners.
goodFeaturesToTrackWithQuality(Mat, Mat, int, double, double, Mat, Mat, int, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Same as above, but returns also quality measure of the detected corners.
goodFeaturesToTrackWithQuality(Mat, Mat, int, double, double, Mat, Mat, int, int, boolean, double) - Static method in class org.opencv.imgproc.Imgproc
Same as above, but returns also quality measure of the detected corners.
GpuApiCallError - Static variable in class org.opencv.core.Core
 
GpuNotSupported - Static variable in class org.opencv.core.Core
 
grabCut(Mat, Mat, Rect, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Runs the GrabCut algorithm.
grabCut(Mat, Mat, Rect, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Runs the GrabCut algorithm.

H

hashCode() - Method in class org.opencv.core.Point
 
hashCode() - Method in class org.opencv.core.Point3
 
hashCode() - Method in class org.opencv.core.Range
 
hashCode() - Method in class org.opencv.core.Rect
 
hashCode() - Method in class org.opencv.core.Rect2d
 
hashCode() - Method in class org.opencv.core.RotatedRect
 
hashCode() - Method in class org.opencv.core.Scalar
 
hashCode() - Method in class org.opencv.core.Size
 
hashCode() - Method in class org.opencv.core.TermCriteria
 
hasNonZero(Mat) - Static method in class org.opencv.core.Core
Checks for the presence of at least one non-zero array element.
haveImageReader(String) - Static method in class org.opencv.imgcodecs.Imgcodecs
Returns true if the specified image can be decoded by OpenCV
haveImageWriter(String) - Static method in class org.opencv.imgcodecs.Imgcodecs
Returns true if an image with the specified filename can be encoded by OpenCV
hconcat(List<Mat>, Mat) - Static method in class org.opencv.core.Core
std::vector<cv::Mat> matrices = { cv::Mat(4, 1, CV_8UC1, cv::Scalar(1)), cv::Mat(4, 1, CV_8UC1, cv::Scalar(2)), cv::Mat(4, 1, CV_8UC1, cv::Scalar(3)),};
HeaderIsNull - Static variable in class org.opencv.core.Core
 
height - Variable in class org.opencv.core.Rect
 
height - Variable in class org.opencv.core.Rect2d
 
height - Variable in class org.opencv.core.Size
 
height() - Method in class org.opencv.core.Mat
 
HISTCMP_BHATTACHARYYA - Static variable in class org.opencv.imgproc.Imgproc
 
HISTCMP_CHISQR - Static variable in class org.opencv.imgproc.Imgproc
 
HISTCMP_CHISQR_ALT - Static variable in class org.opencv.imgproc.Imgproc
 
HISTCMP_CORREL - Static variable in class org.opencv.imgproc.Imgproc
 
HISTCMP_HELLINGER - Static variable in class org.opencv.imgproc.Imgproc
 
HISTCMP_INTERSECT - Static variable in class org.opencv.imgproc.Imgproc
 
HISTCMP_KL_DIV - Static variable in class org.opencv.imgproc.Imgproc
 
HOUGH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
 
HOUGH_GRADIENT_ALT - Static variable in class org.opencv.imgproc.Imgproc
 
HOUGH_MULTI_SCALE - Static variable in class org.opencv.imgproc.Imgproc
 
HOUGH_PROBABILISTIC - Static variable in class org.opencv.imgproc.Imgproc
 
HOUGH_STANDARD - Static variable in class org.opencv.imgproc.Imgproc
 
HoughCircles(Mat, Mat, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds circles in a grayscale image using the Hough transform.
HoughCircles(Mat, Mat, int, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds circles in a grayscale image using the Hough transform.
HoughCircles(Mat, Mat, int, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds circles in a grayscale image using the Hough transform.
HoughCircles(Mat, Mat, int, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Finds circles in a grayscale image using the Hough transform.
HoughCircles(Mat, Mat, int, double, double, double, double, int, int) - Static method in class org.opencv.imgproc.Imgproc
Finds circles in a grayscale image using the Hough transform.
HoughLines(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform.
HoughLines(Mat, Mat, double, double, int, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform.
HoughLines(Mat, Mat, double, double, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform.
HoughLines(Mat, Mat, double, double, int, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform.
HoughLines(Mat, Mat, double, double, int, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform.
HoughLinesP(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Finds line segments in a binary image using the probabilistic Hough transform.
HoughLinesP(Mat, Mat, double, double, int, double) - Static method in class org.opencv.imgproc.Imgproc
Finds line segments in a binary image using the probabilistic Hough transform.
HoughLinesP(Mat, Mat, double, double, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds line segments in a binary image using the probabilistic Hough transform.
HoughLinesPointSet(Mat, Mat, int, int, double, double, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a set of points using the standard Hough transform.
HoughLinesWithAccumulator(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform and get accumulator.
HoughLinesWithAccumulator(Mat, Mat, double, double, int, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform and get accumulator.
HoughLinesWithAccumulator(Mat, Mat, double, double, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform and get accumulator.
HoughLinesWithAccumulator(Mat, Mat, double, double, int, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform and get accumulator.
HoughLinesWithAccumulator(Mat, Mat, double, double, int, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
Finds lines in a binary image using the standard Hough transform and get accumulator.
HuMoments(Moments, Mat) - Static method in class org.opencv.imgproc.Imgproc
 

I

idct(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the inverse Discrete Cosine Transform of a 1D or 2D array.
idct(Mat, Mat, int) - Static method in class org.opencv.core.Core
Calculates the inverse Discrete Cosine Transform of a 1D or 2D array.
idft(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the inverse Discrete Fourier Transform of a 1D or 2D array.
idft(Mat, Mat, int) - Static method in class org.opencv.core.Core
Calculates the inverse Discrete Fourier Transform of a 1D or 2D array.
idft(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
Calculates the inverse Discrete Fourier Transform of a 1D or 2D array.
ILV_LINE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
ILV_NONE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
ILV_SAMPLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
imcount(String) - Static method in class org.opencv.imgcodecs.Imgcodecs
Returns the number of images inside the give file
imcount(String, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Returns the number of images inside the give file
imdecode(Mat, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Reads an image from a buffer in memory.
imdecodemulti(Mat, int, List<Mat>) - Static method in class org.opencv.imgcodecs.Imgcodecs
Reads a multi-page image from a buffer in memory.
imencode(String, Mat, MatOfByte) - Static method in class org.opencv.imgcodecs.Imgcodecs
Encodes an image into a memory buffer.
imencode(String, Mat, MatOfByte, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
Encodes an image into a memory buffer.
Img_hash - Class in org.opencv.img_hash
 
Img_hash() - Constructor for class org.opencv.img_hash.Img_hash
 
Imgcodecs - Class in org.opencv.imgcodecs
 
Imgcodecs() - Constructor for class org.opencv.imgcodecs.Imgcodecs
 
ImgHashBase - Class in org.opencv.img_hash
The base class for image hash algorithms
ImgHashBase(long) - Constructor for class org.opencv.img_hash.ImgHashBase
 
imgIdx - Variable in class org.opencv.core.DMatch
Train image index.
Imgproc - Class in org.opencv.imgproc
 
Imgproc() - Constructor for class org.opencv.imgproc.Imgproc
 
imread(String, List<String>) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads an image from a file.
imread(String, List<String>, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads an image from a file.
IMREAD_ANYCOLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_ANYDEPTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_COLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_IGNORE_ORIENTATION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_LOAD_GDAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_REDUCED_COLOR_2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_REDUCED_COLOR_4 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_REDUCED_COLOR_8 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_REDUCED_GRAYSCALE_2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_REDUCED_GRAYSCALE_4 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_REDUCED_GRAYSCALE_8 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMREAD_UNCHANGED - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
imreadmulti(String, List<Mat>) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a multi-page image from a file.
imreadmulti(String, List<Mat>, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a multi-page image from a file.
imreadmulti(String, List<Mat>, int, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a of images of a multi-page image from a file.
imreadmulti(String, List<Mat>, int, int, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
Loads a of images of a multi-page image from a file.
imwrite(String, Mat) - Static method in class org.opencv.imgcodecs.Imgcodecs
Saves an image to a specified file.
imwrite(String, Mat, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
Saves an image to a specified file.
IMWRITE_AVIF_DEPTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_AVIF_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_AVIF_SPEED - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_B44 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_B44A - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_DWAA - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_DWAB - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_NO - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_PIZ - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_PXR24 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_ZIP - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_COMPRESSION_ZIPS - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_DWA_COMPRESSION_LEVEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_TYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_TYPE_FLOAT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_EXR_TYPE_HALF - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_HDR_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_HDR_COMPRESSION_NONE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_HDR_COMPRESSION_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_CHROMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_LUMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_OPTIMIZE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_PROGRESSIVE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_RST_INTERVAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_SAMPLING_FACTOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_SAMPLING_FACTOR_411 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_SAMPLING_FACTOR_420 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_SAMPLING_FACTOR_422 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_SAMPLING_FACTOR_440 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG_SAMPLING_FACTOR_444 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_JPEG2000_COMPRESSION_X1000 - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_FORMAT_BLACKANDWHITE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_FORMAT_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_FORMAT_GRAYSCALE_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_FORMAT_NULL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_FORMAT_RGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_FORMAT_RGB_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PAM_TUPLETYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_BILEVEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_STRATEGY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_STRATEGY_DEFAULT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_STRATEGY_FILTERED - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_STRATEGY_FIXED - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PNG_STRATEGY_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_PXM_BINARY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_TIFF_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_TIFF_RESUNIT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_TIFF_XDPI - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_TIFF_YDPI - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
IMWRITE_WEBP_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
imwritemulti(String, List<Mat>) - Static method in class org.opencv.imgcodecs.Imgcodecs
 
imwritemulti(String, List<Mat>, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
 
init() - Method in class org.opencv.osgi.OpenCVNativeLoader
 
initDelaunay(Rect) - Method in class org.opencv.imgproc.Subdiv2D
Creates a new empty Delaunay subdivision
inRange(Mat, Scalar, Scalar, Mat) - Static method in class org.opencv.core.Core
Checks if array elements lie between the elements of two other arrays.
insert(MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
Insert multiple points into a Delaunay triangulation.
insert(Point) - Method in class org.opencv.imgproc.Subdiv2D
Insert a single point into a Delaunay triangulation.
insertChannel(Mat, Mat, int) - Static method in class org.opencv.core.Core
Inserts a single channel to dst (coi is 0-based index)
inside(Rect) - Method in class org.opencv.core.Point
 
integral(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
 
integral(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
 
integral2(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
 
integral2(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
 
integral2(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
 
integral3(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Calculates the integral of an image.
integral3(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the integral of an image.
integral3(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the integral of an image.
IntelligentScissorsMB - Class in org.opencv.imgproc
Intelligent Scissors image segmentation
IntelligentScissorsMB() - Constructor for class org.opencv.imgproc.IntelligentScissorsMB
 
IntelligentScissorsMB(long) - Constructor for class org.opencv.imgproc.IntelligentScissorsMB
 
INTER_AREA - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_BITS - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_BITS2 - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_CUBIC - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_LANCZOS4 - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_LINEAR - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_LINEAR_EXACT - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_MAX - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_NEAREST - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_NEAREST_EXACT - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_TAB_SIZE - Static variable in class org.opencv.imgproc.Imgproc
 
INTER_TAB_SIZE2 - Static variable in class org.opencv.imgproc.Imgproc
 
INTERSECT_FULL - Static variable in class org.opencv.imgproc.Imgproc
 
INTERSECT_NONE - Static variable in class org.opencv.imgproc.Imgproc
 
INTERSECT_PARTIAL - Static variable in class org.opencv.imgproc.Imgproc
 
intersectConvexConvex(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Finds intersection of two convex polygons
intersectConvexConvex(Mat, Mat, Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
Finds intersection of two convex polygons
intersection(Range) - Method in class org.opencv.core.Range
 
inv() - Method in class org.opencv.core.Mat
 
inv(int) - Method in class org.opencv.core.Mat
 
invert(Mat, Mat) - Static method in class org.opencv.core.Core
Finds the inverse or pseudo-inverse of a matrix.
invert(Mat, Mat, int) - Static method in class org.opencv.core.Core
Finds the inverse or pseudo-inverse of a matrix.
invertAffineTransform(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Inverts an affine transformation.
isContinuous() - Method in class org.opencv.core.Mat
 
isContourConvex(MatOfPoint) - Static method in class org.opencv.imgproc.Imgproc
Tests a contour convexity.
isInteger(int) - Static method in class org.opencv.core.CvType
 
isReal() - Method in class org.opencv.core.Scalar
 
isSubmatrix() - Method in class org.opencv.core.Mat
 

J

JPEG_baseline - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
JPEG_lossless - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
JPEG_progressive - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
JPEG_sequential - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
JPEG_spectralSelection - Static variable in class org.opencv.imgcodecs.Imgcodecs
 

K

KeyPoint - Class in org.opencv.core
 
KeyPoint() - Constructor for class org.opencv.core.KeyPoint
 
KeyPoint(float, float, float) - Constructor for class org.opencv.core.KeyPoint
 
KeyPoint(float, float, float, float) - Constructor for class org.opencv.core.KeyPoint
 
KeyPoint(float, float, float, float, float) - Constructor for class org.opencv.core.KeyPoint
 
KeyPoint(float, float, float, float, float, int) - Constructor for class org.opencv.core.KeyPoint
 
KeyPoint(float, float, float, float, float, int, int) - Constructor for class org.opencv.core.KeyPoint
 
kmeans(Mat, int, Mat, TermCriteria, int, int) - Static method in class org.opencv.core.Core
Finds centers of clusters and groups input samples around the clusters.
kmeans(Mat, int, Mat, TermCriteria, int, int, Mat) - Static method in class org.opencv.core.Core
Finds centers of clusters and groups input samples around the clusters.
KMEANS_PP_CENTERS - Static variable in class org.opencv.core.Core
 
KMEANS_RANDOM_CENTERS - Static variable in class org.opencv.core.Core
 
KMEANS_USE_INITIAL_LABELS - Static variable in class org.opencv.core.Core
 

L

Laplacian(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the Laplacian of an image.
Laplacian(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the Laplacian of an image.
Laplacian(Mat, Mat, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates the Laplacian of an image.
Laplacian(Mat, Mat, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates the Laplacian of an image.
Laplacian(Mat, Mat, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the Laplacian of an image.
lessThan(DMatch) - Method in class org.opencv.core.DMatch
 
line(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws a line segment connecting two points.
line(Mat, Point, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a line segment connecting two points.
line(Mat, Point, Point, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a line segment connecting two points.
line(Mat, Point, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a line segment connecting two points.
LINE_4 - Static variable in class org.opencv.imgproc.Imgproc
 
LINE_8 - Static variable in class org.opencv.imgproc.Imgproc
 
LINE_AA - Static variable in class org.opencv.imgproc.Imgproc
 
linearPolar(Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
Deprecated.
This function produces same result as cv::warpPolar(src, dst, src.size(), center, maxRadius, flags)

Transform the source image using the following transformation (See REF: polar_remaps_reference_image "Polar remaps reference image c)"): \(\begin{array}{l} dst( \rho , \phi ) = src(x,y) \\ dst.size() \leftarrow src.size() \end{array}\)

where \(\begin{array}{l} I = (dx,dy) = (x - center.x,y - center.y) \\ \rho = Kmag \cdot \texttt{magnitude} (I) ,\\ \phi = angle \cdot \texttt{angle} (I) \end{array}\)

and \(\begin{array}{l} Kx = src.cols / maxRadius \\ Ky = src.rows / 2\Pi \end{array}\)

LineSegmentDetector - Class in org.opencv.imgproc
Line segment detector class
LineSegmentDetector(long) - Constructor for class org.opencv.imgproc.LineSegmentDetector
 
locate(Point, int[], int[]) - Method in class org.opencv.imgproc.Subdiv2D
Returns the location of a point within a Delaunay triangulation.
locateROI(Size, Point) - Method in class org.opencv.core.Mat
 
log(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the natural logarithm of every array element.
logPolar(Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
Deprecated.
This function produces same result as cv::warpPolar(src, dst, src.size(), center, maxRadius, flags+WARP_POLAR_LOG);

Transform the source image using the following transformation (See REF: polar_remaps_reference_image "Polar remaps reference image d)"): \(\begin{array}{l} dst( \rho , \phi ) = src(x,y) \\ dst.size() \leftarrow src.size() \end{array}\)

where \(\begin{array}{l} I = (dx,dy) = (x - center.x,y - center.y) \\ \rho = M \cdot log_e(\texttt{magnitude} (I)) ,\\ \phi = Kangle \cdot \texttt{angle} (I) \\ \end{array}\)

and \(\begin{array}{l} M = src.cols / log_e(maxRadius) \\ Kangle = src.rows / 2\Pi \\ \end{array}\)

The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking and so forth.

LSD_REFINE_ADV - Static variable in class org.opencv.imgproc.Imgproc
 
LSD_REFINE_NONE - Static variable in class org.opencv.imgproc.Imgproc
 
LSD_REFINE_STD - Static variable in class org.opencv.imgproc.Imgproc
 
LUT(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Performs a look-up table transform of an array.

M

m00 - Variable in class org.opencv.imgproc.Moments
 
m01 - Variable in class org.opencv.imgproc.Moments
 
m02 - Variable in class org.opencv.imgproc.Moments
 
m03 - Variable in class org.opencv.imgproc.Moments
 
m10 - Variable in class org.opencv.imgproc.Moments
 
m11 - Variable in class org.opencv.imgproc.Moments
 
m12 - Variable in class org.opencv.imgproc.Moments
 
m20 - Variable in class org.opencv.imgproc.Moments
 
m21 - Variable in class org.opencv.imgproc.Moments
 
m30 - Variable in class org.opencv.imgproc.Moments
 
magnitude(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the magnitude of 2D vectors.
Mahalanobis(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the Mahalanobis distance between two vectors.
makeType(int, int) - Static method in class org.opencv.core.CvType
 
MARKER_CROSS - Static variable in class org.opencv.imgproc.Imgproc
 
MARKER_DIAMOND - Static variable in class org.opencv.imgproc.Imgproc
 
MARKER_SQUARE - Static variable in class org.opencv.imgproc.Imgproc
 
MARKER_STAR - Static variable in class org.opencv.imgproc.Imgproc
 
MARKER_TILTED_CROSS - Static variable in class org.opencv.imgproc.Imgproc
 
MARKER_TRIANGLE_DOWN - Static variable in class org.opencv.imgproc.Imgproc
 
MARKER_TRIANGLE_UP - Static variable in class org.opencv.imgproc.Imgproc
 
marrHildrethHash(Mat, Mat) - Static method in class org.opencv.img_hash.Img_hash
Computes average hash value of the input image
marrHildrethHash(Mat, Mat, float) - Static method in class org.opencv.img_hash.Img_hash
Computes average hash value of the input image
marrHildrethHash(Mat, Mat, float, float) - Static method in class org.opencv.img_hash.Img_hash
Computes average hash value of the input image
MarrHildrethHash - Class in org.opencv.img_hash
Marr-Hildreth Operator Based Hash, slowest but more discriminative.
MarrHildrethHash(long) - Constructor for class org.opencv.img_hash.MarrHildrethHash
 
MaskIsTiled - Static variable in class org.opencv.core.Core
 
Mat - Class in org.opencv.core
 
Mat() - Constructor for class org.opencv.core.Mat
 
Mat(int[], int) - Constructor for class org.opencv.core.Mat
 
Mat(int[], int, Scalar) - Constructor for class org.opencv.core.Mat
 
Mat(int, int, int) - Constructor for class org.opencv.core.Mat
 
Mat(int, int, int, ByteBuffer) - Constructor for class org.opencv.core.Mat
 
Mat(int, int, int, ByteBuffer, long) - Constructor for class org.opencv.core.Mat
 
Mat(int, int, int, Scalar) - Constructor for class org.opencv.core.Mat
 
Mat(long) - Constructor for class org.opencv.core.Mat
 
Mat(Mat, Range) - Constructor for class org.opencv.core.Mat
 
Mat(Mat, Range[]) - Constructor for class org.opencv.core.Mat
 
Mat(Mat, Range, Range) - Constructor for class org.opencv.core.Mat
 
Mat(Mat, Rect) - Constructor for class org.opencv.core.Mat
 
Mat(Size, int) - Constructor for class org.opencv.core.Mat
 
Mat(Size, int, Scalar) - Constructor for class org.opencv.core.Mat
 
Mat_to_vector_char(Mat, List<Byte>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_DMatch(Mat, List<DMatch>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_double(Mat, List<Double>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_float(Mat, List<Float>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_int(Mat, List<Integer>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_KeyPoint(Mat, List<KeyPoint>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Mat(Mat, List<Mat>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point(Mat, List<Point>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point2d(Mat, List<Point>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point2f(Mat, List<Point>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point3(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point3d(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point3f(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Point3i(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Rect(Mat, List<Rect>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_Rect2d(Mat, List<Rect2d>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_RotatedRect(Mat, List<RotatedRect>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_uchar(Mat, List<Byte>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_vector_char(Mat, List<List<Byte>>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_vector_DMatch(Mat, List<MatOfDMatch>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_vector_KeyPoint(Mat, List<MatOfKeyPoint>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_vector_Point(Mat, List<MatOfPoint>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_vector_Point2f(Mat, List<MatOfPoint2f>) - Static method in class org.opencv.utils.Converters
 
Mat_to_vector_vector_Point3f(Mat, List<MatOfPoint3f>) - Static method in class org.opencv.utils.Converters
 
Mat.Atable<T> - Interface in org.opencv.core
 
Mat.Tuple2<T> - Class in org.opencv.core
 
Mat.Tuple3<T> - Class in org.opencv.core
 
Mat.Tuple4<T> - Class in org.opencv.core
 
matchShapes(Mat, Mat, int, double) - Static method in class org.opencv.imgproc.Imgproc
Compares two shapes.
matchTemplate(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Compares a template against overlapped image regions.
matchTemplate(Mat, Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
Compares a template against overlapped image regions.
matMul(Mat) - Method in class org.opencv.core.Mat
Matrix multiplication
MatOfByte - Class in org.opencv.core
 
MatOfByte() - Constructor for class org.opencv.core.MatOfByte
 
MatOfByte(byte...) - Constructor for class org.opencv.core.MatOfByte
 
MatOfByte(int, int, byte...) - Constructor for class org.opencv.core.MatOfByte
 
MatOfByte(long) - Constructor for class org.opencv.core.MatOfByte
 
MatOfByte(Mat) - Constructor for class org.opencv.core.MatOfByte
 
MatOfDMatch - Class in org.opencv.core
 
MatOfDMatch() - Constructor for class org.opencv.core.MatOfDMatch
 
MatOfDMatch(long) - Constructor for class org.opencv.core.MatOfDMatch
 
MatOfDMatch(DMatch...) - Constructor for class org.opencv.core.MatOfDMatch
 
MatOfDMatch(Mat) - Constructor for class org.opencv.core.MatOfDMatch
 
MatOfDouble - Class in org.opencv.core
 
MatOfDouble() - Constructor for class org.opencv.core.MatOfDouble
 
MatOfDouble(double...) - Constructor for class org.opencv.core.MatOfDouble
 
MatOfDouble(long) - Constructor for class org.opencv.core.MatOfDouble
 
MatOfDouble(Mat) - Constructor for class org.opencv.core.MatOfDouble
 
MatOfFloat - Class in org.opencv.core
 
MatOfFloat() - Constructor for class org.opencv.core.MatOfFloat
 
MatOfFloat(float...) - Constructor for class org.opencv.core.MatOfFloat
 
MatOfFloat(long) - Constructor for class org.opencv.core.MatOfFloat
 
MatOfFloat(Mat) - Constructor for class org.opencv.core.MatOfFloat
 
MatOfFloat4 - Class in org.opencv.core
 
MatOfFloat4() - Constructor for class org.opencv.core.MatOfFloat4
 
MatOfFloat4(float...) - Constructor for class org.opencv.core.MatOfFloat4
 
MatOfFloat4(long) - Constructor for class org.opencv.core.MatOfFloat4
 
MatOfFloat4(Mat) - Constructor for class org.opencv.core.MatOfFloat4
 
MatOfFloat6 - Class in org.opencv.core
 
MatOfFloat6() - Constructor for class org.opencv.core.MatOfFloat6
 
MatOfFloat6(float...) - Constructor for class org.opencv.core.MatOfFloat6
 
MatOfFloat6(long) - Constructor for class org.opencv.core.MatOfFloat6
 
MatOfFloat6(Mat) - Constructor for class org.opencv.core.MatOfFloat6
 
MatOfInt - Class in org.opencv.core
 
MatOfInt() - Constructor for class org.opencv.core.MatOfInt
 
MatOfInt(int...) - Constructor for class org.opencv.core.MatOfInt
 
MatOfInt(long) - Constructor for class org.opencv.core.MatOfInt
 
MatOfInt(Mat) - Constructor for class org.opencv.core.MatOfInt
 
MatOfInt4 - Class in org.opencv.core
 
MatOfInt4() - Constructor for class org.opencv.core.MatOfInt4
 
MatOfInt4(int...) - Constructor for class org.opencv.core.MatOfInt4
 
MatOfInt4(long) - Constructor for class org.opencv.core.MatOfInt4
 
MatOfInt4(Mat) - Constructor for class org.opencv.core.MatOfInt4
 
MatOfKeyPoint - Class in org.opencv.core
 
MatOfKeyPoint() - Constructor for class org.opencv.core.MatOfKeyPoint
 
MatOfKeyPoint(long) - Constructor for class org.opencv.core.MatOfKeyPoint
 
MatOfKeyPoint(KeyPoint...) - Constructor for class org.opencv.core.MatOfKeyPoint
 
MatOfKeyPoint(Mat) - Constructor for class org.opencv.core.MatOfKeyPoint
 
MatOfPoint - Class in org.opencv.core
 
MatOfPoint() - Constructor for class org.opencv.core.MatOfPoint
 
MatOfPoint(long) - Constructor for class org.opencv.core.MatOfPoint
 
MatOfPoint(Mat) - Constructor for class org.opencv.core.MatOfPoint
 
MatOfPoint(Point...) - Constructor for class org.opencv.core.MatOfPoint
 
MatOfPoint2f - Class in org.opencv.core
 
MatOfPoint2f() - Constructor for class org.opencv.core.MatOfPoint2f
 
MatOfPoint2f(long) - Constructor for class org.opencv.core.MatOfPoint2f
 
MatOfPoint2f(Mat) - Constructor for class org.opencv.core.MatOfPoint2f
 
MatOfPoint2f(Point...) - Constructor for class org.opencv.core.MatOfPoint2f
 
MatOfPoint3 - Class in org.opencv.core
 
MatOfPoint3() - Constructor for class org.opencv.core.MatOfPoint3
 
MatOfPoint3(long) - Constructor for class org.opencv.core.MatOfPoint3
 
MatOfPoint3(Mat) - Constructor for class org.opencv.core.MatOfPoint3
 
MatOfPoint3(Point3...) - Constructor for class org.opencv.core.MatOfPoint3
 
MatOfPoint3f - Class in org.opencv.core
 
MatOfPoint3f() - Constructor for class org.opencv.core.MatOfPoint3f
 
MatOfPoint3f(long) - Constructor for class org.opencv.core.MatOfPoint3f
 
MatOfPoint3f(Mat) - Constructor for class org.opencv.core.MatOfPoint3f
 
MatOfPoint3f(Point3...) - Constructor for class org.opencv.core.MatOfPoint3f
 
MatOfRect - Class in org.opencv.core
 
MatOfRect() - Constructor for class org.opencv.core.MatOfRect
 
MatOfRect(long) - Constructor for class org.opencv.core.MatOfRect
 
MatOfRect(Mat) - Constructor for class org.opencv.core.MatOfRect
 
MatOfRect(Rect...) - Constructor for class org.opencv.core.MatOfRect
 
MatOfRect2d - Class in org.opencv.core
 
MatOfRect2d() - Constructor for class org.opencv.core.MatOfRect2d
 
MatOfRect2d(long) - Constructor for class org.opencv.core.MatOfRect2d
 
MatOfRect2d(Mat) - Constructor for class org.opencv.core.MatOfRect2d
 
MatOfRect2d(Rect2d...) - Constructor for class org.opencv.core.MatOfRect2d
 
MatOfRotatedRect - Class in org.opencv.core
 
MatOfRotatedRect() - Constructor for class org.opencv.core.MatOfRotatedRect
 
MatOfRotatedRect(long) - Constructor for class org.opencv.core.MatOfRotatedRect
 
MatOfRotatedRect(Mat) - Constructor for class org.opencv.core.MatOfRotatedRect
 
MatOfRotatedRect(RotatedRect...) - Constructor for class org.opencv.core.MatOfRotatedRect
 
max(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates per-element maximum of two arrays or an array and a scalar.
max(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
MAX_ITER - Static variable in class org.opencv.core.TermCriteria
The maximum number of iterations or elements to compute
maxCount - Variable in class org.opencv.core.TermCriteria
 
maxLoc - Variable in class org.opencv.core.Core.MinMaxLocResult
 
maxVal - Variable in class org.opencv.core.Core.MinMaxLocResult
 
mean(Mat) - Static method in class org.opencv.core.Core
Calculates an average (mean) of array elements.
mean(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates an average (mean) of array elements.
meanStdDev(Mat, MatOfDouble, MatOfDouble) - Static method in class org.opencv.core.Core
Calculates a mean and standard deviation of array elements.
meanStdDev(Mat, MatOfDouble, MatOfDouble, Mat) - Static method in class org.opencv.core.Core
Calculates a mean and standard deviation of array elements.
medianBlur(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the median filter.
merge(List<Mat>, Mat) - Static method in class org.opencv.core.Core
 
min(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates per-element minimum of two arrays or an array and a scalar.
min(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
minAreaRect(MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
Finds a rotated rectangle of the minimum area enclosing the input 2D point set.
minEnclosingCircle(MatOfPoint2f, Point, float[]) - Static method in class org.opencv.imgproc.Imgproc
Finds a circle of the minimum area enclosing a 2D point set.
minEnclosingTriangle(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Finds a triangle of minimum area enclosing a 2D point set and returns its area.
minLoc - Variable in class org.opencv.core.Core.MinMaxLocResult
 
minMaxLoc(Mat) - Static method in class org.opencv.core.Core
 
minMaxLoc(Mat, Mat) - Static method in class org.opencv.core.Core
 
MinMaxLocResult() - Constructor for class org.opencv.core.Core.MinMaxLocResult
 
minVal - Variable in class org.opencv.core.Core.MinMaxLocResult
 
mixChannels(List<Mat>, List<Mat>, MatOfInt) - Static method in class org.opencv.core.Core
 
moments(Mat) - Static method in class org.opencv.imgproc.Imgproc
Calculates all of the moments up to the third order of a polygon or rasterized shape.
moments(Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
Calculates all of the moments up to the third order of a polygon or rasterized shape.
Moments - Class in org.opencv.imgproc
 
Moments() - Constructor for class org.opencv.imgproc.Moments
 
Moments(double[]) - Constructor for class org.opencv.imgproc.Moments
 
Moments(double, double, double, double, double, double, double, double, double, double) - Constructor for class org.opencv.imgproc.Moments
 
MORPH_BLACKHAT - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_CLOSE - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_CROSS - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_DILATE - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_ELLIPSE - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_ERODE - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_HITMISS - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_OPEN - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_RECT - Static variable in class org.opencv.imgproc.Imgproc
 
MORPH_TOPHAT - Static variable in class org.opencv.imgproc.Imgproc
 
morphologyEx(Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
Performs advanced morphological transformations.
morphologyEx(Mat, Mat, int, Mat, Point) - Static method in class org.opencv.imgproc.Imgproc
Performs advanced morphological transformations.
morphologyEx(Mat, Mat, int, Mat, Point, int) - Static method in class org.opencv.imgproc.Imgproc
Performs advanced morphological transformations.
morphologyEx(Mat, Mat, int, Mat, Point, int, int) - Static method in class org.opencv.imgproc.Imgproc
Performs advanced morphological transformations.
morphologyEx(Mat, Mat, int, Mat, Point, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Performs advanced morphological transformations.
mu02 - Variable in class org.opencv.imgproc.Moments
 
mu03 - Variable in class org.opencv.imgproc.Moments
 
mu11 - Variable in class org.opencv.imgproc.Moments
 
mu12 - Variable in class org.opencv.imgproc.Moments
 
mu20 - Variable in class org.opencv.imgproc.Moments
 
mu21 - Variable in class org.opencv.imgproc.Moments
 
mu30 - Variable in class org.opencv.imgproc.Moments
 
mul(Mat) - Method in class org.opencv.core.Mat
Element-wise multiplication
mul(Mat, double) - Method in class org.opencv.core.Mat
Element-wise multiplication with scale factor
mul(Scalar) - Method in class org.opencv.core.Scalar
 
mul(Scalar, double) - Method in class org.opencv.core.Scalar
 
mulSpectrums(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
Performs the per-element multiplication of two Fourier spectrums.
mulSpectrums(Mat, Mat, Mat, int, boolean) - Static method in class org.opencv.core.Core
Performs the per-element multiplication of two Fourier spectrums.
multiply(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element scaled product of two arrays.
multiply(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
Calculates the per-element scaled product of two arrays.
multiply(Mat, Mat, Mat, double, int) - Static method in class org.opencv.core.Core
Calculates the per-element scaled product of two arrays.
multiply(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
multiply(Mat, Scalar, Mat, double) - Static method in class org.opencv.core.Core
 
multiply(Mat, Scalar, Mat, double, int) - Static method in class org.opencv.core.Core
 
mulTransposed(Mat, Mat, boolean) - Static method in class org.opencv.core.Core
Calculates the product of a matrix and its transposition.
mulTransposed(Mat, Mat, boolean, Mat) - Static method in class org.opencv.core.Core
Calculates the product of a matrix and its transposition.
mulTransposed(Mat, Mat, boolean, Mat, double) - Static method in class org.opencv.core.Core
Calculates the product of a matrix and its transposition.
mulTransposed(Mat, Mat, boolean, Mat, double, int) - Static method in class org.opencv.core.Core
Calculates the product of a matrix and its transposition.

N

NATIVE_LIBRARY_NAME - Static variable in class org.opencv.core.Core
 
nativeObj - Variable in class org.opencv.core.Algorithm
 
nativeObj - Variable in class org.opencv.core.Mat
 
nativeObj - Variable in class org.opencv.core.TickMeter
 
nativeObj - Variable in class org.opencv.imgproc.IntelligentScissorsMB
 
nativeObj - Variable in class org.opencv.imgproc.Subdiv2D
 
NEXT_AROUND_DST - Static variable in class org.opencv.imgproc.Subdiv2D
 
NEXT_AROUND_LEFT - Static variable in class org.opencv.imgproc.Subdiv2D
 
NEXT_AROUND_ORG - Static variable in class org.opencv.imgproc.Subdiv2D
 
NEXT_AROUND_RIGHT - Static variable in class org.opencv.imgproc.Subdiv2D
 
nextEdge(int) - Method in class org.opencv.imgproc.Subdiv2D
Returns next edge around the edge origin.
norm(Mat) - Static method in class org.opencv.core.Core
Calculates the absolute norm of an array.
norm(Mat, int) - Static method in class org.opencv.core.Core
Calculates the absolute norm of an array.
norm(Mat, int, Mat) - Static method in class org.opencv.core.Core
Calculates the absolute norm of an array.
norm(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates an absolute difference norm or a relative difference norm.
norm(Mat, Mat, int) - Static method in class org.opencv.core.Core
Calculates an absolute difference norm or a relative difference norm.
norm(Mat, Mat, int, Mat) - Static method in class org.opencv.core.Core
Calculates an absolute difference norm or a relative difference norm.
NORM_HAMMING - Static variable in class org.opencv.core.Core
 
NORM_HAMMING2 - Static variable in class org.opencv.core.Core
 
NORM_INF - Static variable in class org.opencv.core.Core
 
NORM_L1 - Static variable in class org.opencv.core.Core
 
NORM_L2 - Static variable in class org.opencv.core.Core
 
NORM_L2SQR - Static variable in class org.opencv.core.Core
 
NORM_MINMAX - Static variable in class org.opencv.core.Core
 
NORM_RELATIVE - Static variable in class org.opencv.core.Core
 
NORM_TYPE_MASK - Static variable in class org.opencv.core.Core
 
normalize(Mat, Mat) - Static method in class org.opencv.core.Core
Normalizes the norm or value range of an array.
normalize(Mat, Mat, double) - Static method in class org.opencv.core.Core
Normalizes the norm or value range of an array.
normalize(Mat, Mat, double, double) - Static method in class org.opencv.core.Core
Normalizes the norm or value range of an array.
normalize(Mat, Mat, double, double, int) - Static method in class org.opencv.core.Core
Normalizes the norm or value range of an array.
normalize(Mat, Mat, double, double, int, int) - Static method in class org.opencv.core.Core
Normalizes the norm or value range of an array.
normalize(Mat, Mat, double, double, int, int, Mat) - Static method in class org.opencv.core.Core
Normalizes the norm or value range of an array.
nu02 - Variable in class org.opencv.imgproc.Moments
 
nu03 - Variable in class org.opencv.imgproc.Moments
 
nu11 - Variable in class org.opencv.imgproc.Moments
 
nu12 - Variable in class org.opencv.imgproc.Moments
 
nu20 - Variable in class org.opencv.imgproc.Moments
 
nu21 - Variable in class org.opencv.imgproc.Moments
 
nu30 - Variable in class org.opencv.imgproc.Moments
 

O

octave - Variable in class org.opencv.core.KeyPoint
Octave (pyramid layer), from which the keypoint has been extracted.
ones(int[], int) - Static method in class org.opencv.core.Mat
 
ones(int, int, int) - Static method in class org.opencv.core.Mat
 
ones(Size, int) - Static method in class org.opencv.core.Mat
 
OpenCLApiCallError - Static variable in class org.opencv.core.Core
 
OpenCLDoubleNotSupported - Static variable in class org.opencv.core.Core
 
OpenCLInitError - Static variable in class org.opencv.core.Core
 
OpenCLNoAMDBlasFft - Static variable in class org.opencv.core.Core
 
OpenCVInterface - Interface in org.opencv.osgi
Dummy interface to allow some integration testing within OSGi implementation.
OpenCVNativeLoader - Class in org.opencv.osgi
This class is intended to provide a convenient way to load OpenCV's native library from the Java bundle.
OpenCVNativeLoader() - Constructor for class org.opencv.osgi.OpenCVNativeLoader
 
OpenGlApiCallError - Static variable in class org.opencv.core.Core
 
OpenGlNotSupported - Static variable in class org.opencv.core.Core
 
org.opencv.core - package org.opencv.core
 
org.opencv.img_hash - package org.opencv.img_hash
 
org.opencv.imgcodecs - package org.opencv.imgcodecs
 
org.opencv.imgproc - package org.opencv.imgproc
 
org.opencv.osgi - package org.opencv.osgi
 
org.opencv.utils - package org.opencv.utils
 

P

Param_ALGORITHM - Static variable in class org.opencv.core.Core
 
Param_BOOLEAN - Static variable in class org.opencv.core.Core
 
Param_FLOAT - Static variable in class org.opencv.core.Core
 
Param_INT - Static variable in class org.opencv.core.Core
 
Param_MAT - Static variable in class org.opencv.core.Core
 
Param_MAT_VECTOR - Static variable in class org.opencv.core.Core
 
Param_REAL - Static variable in class org.opencv.core.Core
 
Param_SCALAR - Static variable in class org.opencv.core.Core
 
Param_STRING - Static variable in class org.opencv.core.Core
 
Param_UCHAR - Static variable in class org.opencv.core.Core
 
Param_UINT64 - Static variable in class org.opencv.core.Core
 
Param_UNSIGNED_INT - Static variable in class org.opencv.core.Core
 
patchNaNs(Mat) - Static method in class org.opencv.core.Core
converts NaNs to the given number
patchNaNs(Mat, double) - Static method in class org.opencv.core.Core
converts NaNs to the given number
PCA_DATA_AS_COL - Static variable in class org.opencv.core.Core
 
PCA_DATA_AS_ROW - Static variable in class org.opencv.core.Core
 
PCA_USE_AVG - Static variable in class org.opencv.core.Core
 
PCABackProject(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
wrap PCA::backProject
PCACompute(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
wrap PCA::operator()
PCACompute(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
wrap PCA::operator()
PCACompute(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
wrap PCA::operator()
PCACompute2(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
wrap PCA::operator() and add eigenvalues output parameter
PCACompute2(Mat, Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
wrap PCA::operator() and add eigenvalues output parameter
PCACompute2(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
wrap PCA::operator() and add eigenvalues output parameter
PCAProject(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
wrap PCA::project
perspectiveTransform(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Performs the perspective matrix transformation of vectors.
phase(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the rotation angle of 2D vectors.
phase(Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
Calculates the rotation angle of 2D vectors.
phaseCorrelate(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
The function is used to detect translational shifts that occur between two images.
phaseCorrelate(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
The function is used to detect translational shifts that occur between two images.
phaseCorrelate(Mat, Mat, Mat, double[]) - Static method in class org.opencv.imgproc.Imgproc
The function is used to detect translational shifts that occur between two images.
pHash(Mat, Mat) - Static method in class org.opencv.img_hash.Img_hash
Computes pHash value of the input image
PHash - Class in org.opencv.img_hash
pHash
PHash(long) - Constructor for class org.opencv.img_hash.PHash
 
Point - Class in org.opencv.core
 
Point() - Constructor for class org.opencv.core.Point
 
Point(double[]) - Constructor for class org.opencv.core.Point
 
Point(double, double) - Constructor for class org.opencv.core.Point
 
Point3 - Class in org.opencv.core
 
Point3() - Constructor for class org.opencv.core.Point3
 
Point3(double[]) - Constructor for class org.opencv.core.Point3
 
Point3(double, double, double) - Constructor for class org.opencv.core.Point3
 
Point3(Point) - Constructor for class org.opencv.core.Point3
 
pointPolygonTest(MatOfPoint2f, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
Performs a point-in-contour test.
points(Point[]) - Method in class org.opencv.core.RotatedRect
 
polarToCart(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates x and y coordinates of 2D vectors from their magnitude and angle.
polarToCart(Mat, Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
Calculates x and y coordinates of 2D vectors from their magnitude and angle.
polylines(Mat, List<MatOfPoint>, boolean, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws several polygonal curves.
polylines(Mat, List<MatOfPoint>, boolean, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws several polygonal curves.
polylines(Mat, List<MatOfPoint>, boolean, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws several polygonal curves.
polylines(Mat, List<MatOfPoint>, boolean, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws several polygonal curves.
POS_COPYRIGHT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_DATE_TIME - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_IMAGE_DESCRIPTION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_MAKE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_MODEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_ORIENTATION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_RESOLUTION_UNIT - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_SOFTWARE - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_XRESOLUTION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
POS_YRESOLUTION - Static variable in class org.opencv.imgcodecs.Imgcodecs
 
pow(Mat, double, Mat) - Static method in class org.opencv.core.Core
Raises every array element to a power.
preCornerDetect(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates a feature map for corner detection.
preCornerDetect(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates a feature map for corner detection.
PREV_AROUND_DST - Static variable in class org.opencv.imgproc.Subdiv2D
 
PREV_AROUND_LEFT - Static variable in class org.opencv.imgproc.Subdiv2D
 
PREV_AROUND_ORG - Static variable in class org.opencv.imgproc.Subdiv2D
 
PREV_AROUND_RIGHT - Static variable in class org.opencv.imgproc.Subdiv2D
 
PSNR(Mat, Mat) - Static method in class org.opencv.core.Core
Computes the Peak Signal-to-Noise Ratio (PSNR) image quality metric.
PSNR(Mat, Mat, double) - Static method in class org.opencv.core.Core
Computes the Peak Signal-to-Noise Ratio (PSNR) image quality metric.
pt - Variable in class org.opencv.core.KeyPoint
Coordinates of the keypoint.
PTLOC_ERROR - Static variable in class org.opencv.imgproc.Subdiv2D
 
PTLOC_INSIDE - Static variable in class org.opencv.imgproc.Subdiv2D
 
PTLOC_ON_EDGE - Static variable in class org.opencv.imgproc.Subdiv2D
 
PTLOC_OUTSIDE_RECT - Static variable in class org.opencv.imgproc.Subdiv2D
 
PTLOC_VERTEX - Static variable in class org.opencv.imgproc.Subdiv2D
 
push_back(Mat) - Method in class org.opencv.core.Mat
 
put(int[], byte[]) - Method in class org.opencv.core.Mat
 
put(int[], byte[], int, int) - Method in class org.opencv.core.Mat
 
put(int[], double...) - Method in class org.opencv.core.Mat
 
put(int[], float[]) - Method in class org.opencv.core.Mat
 
put(int[], int[]) - Method in class org.opencv.core.Mat
 
put(int[], short[]) - Method in class org.opencv.core.Mat
 
put(int, int, byte[]) - Method in class org.opencv.core.Mat
 
put(int, int, byte[], int, int) - Method in class org.opencv.core.Mat
 
put(int, int, double...) - Method in class org.opencv.core.Mat
 
put(int, int, float[]) - Method in class org.opencv.core.Mat
 
put(int, int, int[]) - Method in class org.opencv.core.Mat
 
put(int, int, short[]) - Method in class org.opencv.core.Mat
 
putText(Mat, String, Point, int, double, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws a text string.
putText(Mat, String, Point, int, double, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a text string.
putText(Mat, String, Point, int, double, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a text string.
putText(Mat, String, Point, int, double, Scalar, int, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
Draws a text string.
pyrDown(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image and downsamples it.
pyrDown(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image and downsamples it.
pyrDown(Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image and downsamples it.
pyrMeanShiftFiltering(Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
Performs initial step of meanshift segmentation of an image.
pyrMeanShiftFiltering(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Performs initial step of meanshift segmentation of an image.
pyrMeanShiftFiltering(Mat, Mat, double, double, int, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
Performs initial step of meanshift segmentation of an image.
pyrUp(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Upsamples an image and then blurs it.
pyrUp(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Upsamples an image and then blurs it.
pyrUp(Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
Upsamples an image and then blurs it.

Q

queryIdx - Variable in class org.opencv.core.DMatch
Query descriptor index.

R

radialVarianceHash(Mat, Mat) - Static method in class org.opencv.img_hash.Img_hash
Computes radial variance hash of the input image
radialVarianceHash(Mat, Mat, double) - Static method in class org.opencv.img_hash.Img_hash
Computes radial variance hash of the input image
radialVarianceHash(Mat, Mat, double, int) - Static method in class org.opencv.img_hash.Img_hash
Computes radial variance hash of the input image
RadialVarianceHash - Class in org.opencv.img_hash
Image hash based on Radon transform.
RadialVarianceHash(long) - Constructor for class org.opencv.img_hash.RadialVarianceHash
 
randn(Mat, double, double) - Static method in class org.opencv.core.Core
Fills the array with normally distributed random numbers.
randShuffle(Mat) - Static method in class org.opencv.core.Core
Shuffles the array elements randomly.
randShuffle(Mat, double) - Static method in class org.opencv.core.Core
Shuffles the array elements randomly.
randu(Mat, double, double) - Static method in class org.opencv.core.Core
Generates a single uniformly-distributed random number or an array of random numbers.
Range - Class in org.opencv.core
 
Range() - Constructor for class org.opencv.core.Range
 
Range(double[]) - Constructor for class org.opencv.core.Range
 
Range(int, int) - Constructor for class org.opencv.core.Range
 
Rect - Class in org.opencv.core
 
Rect() - Constructor for class org.opencv.core.Rect
 
Rect(double[]) - Constructor for class org.opencv.core.Rect
 
Rect(int, int, int, int) - Constructor for class org.opencv.core.Rect
 
Rect(Point, Point) - Constructor for class org.opencv.core.Rect
 
Rect(Point, Size) - Constructor for class org.opencv.core.Rect
 
Rect2d - Class in org.opencv.core
 
Rect2d() - Constructor for class org.opencv.core.Rect2d
 
Rect2d(double[]) - Constructor for class org.opencv.core.Rect2d
 
Rect2d(double, double, double, double) - Constructor for class org.opencv.core.Rect2d
 
Rect2d(Point, Point) - Constructor for class org.opencv.core.Rect2d
 
Rect2d(Point, Size) - Constructor for class org.opencv.core.Rect2d
 
rectangle(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple, thick, or filled up-right rectangle.
rectangle(Mat, Point, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple, thick, or filled up-right rectangle.
rectangle(Mat, Point, Point, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple, thick, or filled up-right rectangle.
rectangle(Mat, Point, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Draws a simple, thick, or filled up-right rectangle.
rectangle(Mat, Rect, Scalar) - Static method in class org.opencv.imgproc.Imgproc
use rec parameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite corners
rectangle(Mat, Rect, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
use rec parameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite corners
rectangle(Mat, Rect, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
use rec parameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite corners
rectangle(Mat, Rect, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
use rec parameter as alternative specification of the drawn rectangle: `r.tl() and r.br()-Point(1,1)` are opposite corners
reduce(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
Reduces a matrix to a vector.
reduce(Mat, Mat, int, int, int) - Static method in class org.opencv.core.Core
Reduces a matrix to a vector.
REDUCE_AVG - Static variable in class org.opencv.core.Core
 
REDUCE_MAX - Static variable in class org.opencv.core.Core
 
REDUCE_MIN - Static variable in class org.opencv.core.Core
 
REDUCE_SUM - Static variable in class org.opencv.core.Core
 
REDUCE_SUM2 - Static variable in class org.opencv.core.Core
 
reduceArgMax(Mat, Mat, int) - Static method in class org.opencv.core.Core
Finds indices of max elements along provided axis Note: - If input or output array is not continuous, this function will create an internal copy.
reduceArgMax(Mat, Mat, int, boolean) - Static method in class org.opencv.core.Core
Finds indices of max elements along provided axis Note: - If input or output array is not continuous, this function will create an internal copy.
reduceArgMin(Mat, Mat, int) - Static method in class org.opencv.core.Core
Finds indices of min elements along provided axis Note: - If input or output array is not continuous, this function will create an internal copy.
reduceArgMin(Mat, Mat, int, boolean) - Static method in class org.opencv.core.Core
Finds indices of min elements along provided axis Note: - If input or output array is not continuous, this function will create an internal copy.
release() - Method in class org.opencv.core.Mat
 
remap(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a generic geometrical transformation to an image.
remap(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a generic geometrical transformation to an image.
remap(Mat, Mat, Mat, Mat, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Applies a generic geometrical transformation to an image.
repeat(Mat, int, int, Mat) - Static method in class org.opencv.core.Core
Fills the output array with repeated copies of the input array.
reset() - Method in class org.opencv.core.TickMeter
 
reshape(int) - Method in class org.opencv.core.Mat
 
reshape(int, int) - Method in class org.opencv.core.Mat
 
reshape(int, int[]) - Method in class org.opencv.core.Mat
 
resize(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Resizes an image.
resize(Mat, Mat, Size, double) - Static method in class org.opencv.imgproc.Imgproc
Resizes an image.
resize(Mat, Mat, Size, double, double) - Static method in class org.opencv.imgproc.Imgproc
Resizes an image.
resize(Mat, Mat, Size, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Resizes an image.
response - Variable in class org.opencv.core.KeyPoint
The response, by which the strongest keypoints have been selected.
RETR_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
 
RETR_EXTERNAL - Static variable in class org.opencv.imgproc.Imgproc
 
RETR_FLOODFILL - Static variable in class org.opencv.imgproc.Imgproc
 
RETR_LIST - Static variable in class org.opencv.imgproc.Imgproc
 
RETR_TREE - Static variable in class org.opencv.imgproc.Imgproc
 
RNG_NORMAL - Static variable in class org.opencv.core.Core
 
RNG_UNIFORM - Static variable in class org.opencv.core.Core
 
rotate(Mat, Mat, int) - Static method in class org.opencv.core.Core
Rotates a 2D array in multiples of 90 degrees.
ROTATE_180 - Static variable in class org.opencv.core.Core
 
ROTATE_90_CLOCKWISE - Static variable in class org.opencv.core.Core
 
ROTATE_90_COUNTERCLOCKWISE - Static variable in class org.opencv.core.Core
 
RotatedRect - Class in org.opencv.core
 
RotatedRect() - Constructor for class org.opencv.core.RotatedRect
 
RotatedRect(double[]) - Constructor for class org.opencv.core.RotatedRect
 
RotatedRect(Point, Size, double) - Constructor for class org.opencv.core.RotatedRect
 
rotatedRectangleIntersection(RotatedRect, RotatedRect, Mat) - Static method in class org.opencv.imgproc.Imgproc
Finds out if there is any intersection between two rotated rectangles.
rotateEdge(int, int) - Method in class org.opencv.imgproc.Subdiv2D
Returns another edge of the same quad-edge.
row(int) - Method in class org.opencv.core.Mat
 
rowRange(int, int) - Method in class org.opencv.core.Mat
 
rowRange(Range) - Method in class org.opencv.core.Mat
 
rows() - Method in class org.opencv.core.Mat
 

S

save(String) - Method in class org.opencv.core.Algorithm
Saves the algorithm to a file.
Scalar - Class in org.opencv.core
 
Scalar(double) - Constructor for class org.opencv.core.Scalar
 
Scalar(double[]) - Constructor for class org.opencv.core.Scalar
 
Scalar(double, double) - Constructor for class org.opencv.core.Scalar
 
Scalar(double, double, double) - Constructor for class org.opencv.core.Scalar
 
Scalar(double, double, double, double) - Constructor for class org.opencv.core.Scalar
 
scaleAdd(Mat, double, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the sum of a scaled array and another array.
Scharr(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first x- or y- image derivative using Scharr operator.
Scharr(Mat, Mat, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first x- or y- image derivative using Scharr operator.
Scharr(Mat, Mat, int, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first x- or y- image derivative using Scharr operator.
Scharr(Mat, Mat, int, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first x- or y- image derivative using Scharr operator.
sepFilter2D(Mat, Mat, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Applies a separable linear filter to an image.
sepFilter2D(Mat, Mat, int, Mat, Mat, Point) - Static method in class org.opencv.imgproc.Imgproc
Applies a separable linear filter to an image.
sepFilter2D(Mat, Mat, int, Mat, Mat, Point, double) - Static method in class org.opencv.imgproc.Imgproc
Applies a separable linear filter to an image.
sepFilter2D(Mat, Mat, int, Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a separable linear filter to an image.
set(double[]) - Method in class org.opencv.core.Point
 
set(double[]) - Method in class org.opencv.core.Point3
 
set(double[]) - Method in class org.opencv.core.Range
 
set(double[]) - Method in class org.opencv.core.Rect
 
set(double[]) - Method in class org.opencv.core.Rect2d
 
set(double[]) - Method in class org.opencv.core.RotatedRect
 
set(double[]) - Method in class org.opencv.core.Scalar
 
set(double[]) - Method in class org.opencv.core.Size
 
set(double[]) - Method in class org.opencv.core.TermCriteria
 
set(double[]) - Method in class org.opencv.imgproc.Moments
 
set_m00(double) - Method in class org.opencv.imgproc.Moments
 
set_m01(double) - Method in class org.opencv.imgproc.Moments
 
set_m02(double) - Method in class org.opencv.imgproc.Moments
 
set_m03(double) - Method in class org.opencv.imgproc.Moments
 
set_m10(double) - Method in class org.opencv.imgproc.Moments
 
set_m11(double) - Method in class org.opencv.imgproc.Moments
 
set_m12(double) - Method in class org.opencv.imgproc.Moments
 
set_m20(double) - Method in class org.opencv.imgproc.Moments
 
set_m21(double) - Method in class org.opencv.imgproc.Moments
 
set_m30(double) - Method in class org.opencv.imgproc.Moments
 
set_mu02(double) - Method in class org.opencv.imgproc.Moments
 
set_mu03(double) - Method in class org.opencv.imgproc.Moments
 
set_mu11(double) - Method in class org.opencv.imgproc.Moments
 
set_mu12(double) - Method in class org.opencv.imgproc.Moments
 
set_mu20(double) - Method in class org.opencv.imgproc.Moments
 
set_mu21(double) - Method in class org.opencv.imgproc.Moments
 
set_mu30(double) - Method in class org.opencv.imgproc.Moments
 
set_nu02(double) - Method in class org.opencv.imgproc.Moments
 
set_nu03(double) - Method in class org.opencv.imgproc.Moments
 
set_nu11(double) - Method in class org.opencv.imgproc.Moments
 
set_nu12(double) - Method in class org.opencv.imgproc.Moments
 
set_nu20(double) - Method in class org.opencv.imgproc.Moments
 
set_nu21(double) - Method in class org.opencv.imgproc.Moments
 
set_nu30(double) - Method in class org.opencv.imgproc.Moments
 
setAngleEpsilon(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setAngleStep(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setAngleThresh(int) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setCannyHighThresh(int) - Method in class org.opencv.imgproc.GeneralizedHough
 
setCannyLowThresh(int) - Method in class org.opencv.imgproc.GeneralizedHough
 
setClipLimit(double) - Method in class org.opencv.imgproc.CLAHE
Sets threshold for contrast limiting.
setDp(double) - Method in class org.opencv.imgproc.GeneralizedHough
 
setEdgeFeatureCannyParameters(double, double) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Switch edge feature extractor to use Canny edge detector Note: "Laplacian Zero-Crossing" feature extractor is used by default (following to original article)
setEdgeFeatureCannyParameters(double, double, int) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Switch edge feature extractor to use Canny edge detector Note: "Laplacian Zero-Crossing" feature extractor is used by default (following to original article)
setEdgeFeatureCannyParameters(double, double, int, boolean) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Switch edge feature extractor to use Canny edge detector Note: "Laplacian Zero-Crossing" feature extractor is used by default (following to original article)
setEdgeFeatureZeroCrossingParameters() - Method in class org.opencv.imgproc.IntelligentScissorsMB
Switch to "Laplacian Zero-Crossing" edge feature extractor and specify its parameters
setEdgeFeatureZeroCrossingParameters(float) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Switch to "Laplacian Zero-Crossing" edge feature extractor and specify its parameters
setErrorVerbosity(boolean) - Static method in class org.opencv.core.Core
 
setGradientMagnitudeMaxLimit() - Method in class org.opencv.imgproc.IntelligentScissorsMB
Specify gradient magnitude max value threshold
setGradientMagnitudeMaxLimit(float) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Specify gradient magnitude max value threshold
setIdentity(Mat) - Static method in class org.opencv.core.Core
Initializes a scaled identity matrix.
setIdentity(Mat, Scalar) - Static method in class org.opencv.core.Core
Initializes a scaled identity matrix.
setKernelParam(float, float) - Method in class org.opencv.img_hash.MarrHildrethHash
Set Mh kernel parameters
setLevels(int) - Method in class org.opencv.imgproc.GeneralizedHoughBallard
 
setLevels(int) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setMaxAngle(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setMaxBufferSize(int) - Method in class org.opencv.imgproc.GeneralizedHough
 
setMaxScale(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setMinAngle(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setMinDist(double) - Method in class org.opencv.imgproc.GeneralizedHough
 
setMinScale(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setMode(int) - Method in class org.opencv.img_hash.BlockMeanHash
Create BlockMeanHash object
setNumOfAngleLine(int) - Method in class org.opencv.img_hash.RadialVarianceHash
 
setNumThreads(int) - Static method in class org.opencv.core.Core
OpenCV will try to set the number of threads for subsequent parallel regions.
setPosThresh(int) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setRNGSeed(int) - Static method in class org.opencv.core.Core
Sets state of default random number generator.
setScaleStep(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setScaleThresh(int) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
setSigma(double) - Method in class org.opencv.img_hash.RadialVarianceHash
 
setTemplate(Mat) - Method in class org.opencv.imgproc.GeneralizedHough
 
setTemplate(Mat, Mat, Mat) - Method in class org.opencv.imgproc.GeneralizedHough
 
setTemplate(Mat, Mat, Mat, Point) - Method in class org.opencv.imgproc.GeneralizedHough
 
setTemplate(Mat, Point) - Method in class org.opencv.imgproc.GeneralizedHough
 
setTilesGridSize(Size) - Method in class org.opencv.imgproc.CLAHE
Sets size of grid for histogram equalization.
setTo(Mat) - Method in class org.opencv.core.Mat
 
setTo(Mat, Mat) - Method in class org.opencv.core.Mat
 
setTo(Scalar) - Method in class org.opencv.core.Mat
 
setTo(Scalar, Mat) - Method in class org.opencv.core.Mat
 
setUseIPP(boolean) - Static method in class org.opencv.core.Core
 
setUseIPP_NotExact(boolean) - Static method in class org.opencv.core.Core
 
setUseOptimized(boolean) - Static method in class org.opencv.core.Core
Enables or disables the optimized code.
setV(T) - Method in interface org.opencv.core.Mat.Atable
 
setV2c(Mat.Tuple2<T>) - Method in interface org.opencv.core.Mat.Atable
 
setV3c(Mat.Tuple3<T>) - Method in interface org.opencv.core.Mat.Atable
 
setV4c(Mat.Tuple4<T>) - Method in interface org.opencv.core.Mat.Atable
 
setVotesThreshold(int) - Method in class org.opencv.imgproc.GeneralizedHoughBallard
 
setWeights(float, float, float) - Method in class org.opencv.imgproc.IntelligentScissorsMB
Specify weights of feature functions
setXi(double) - Method in class org.opencv.imgproc.GeneralizedHoughGuil
 
shift(int) - Method in class org.opencv.core.Range
 
size - Variable in class org.opencv.core.KeyPoint
Diameter of the useful keypoint adjacent area.
size - Variable in class org.opencv.core.RotatedRect
 
size() - Method in class org.opencv.core.Mat
 
size() - Method in class org.opencv.core.Range
 
size() - Method in class org.opencv.core.Rect
 
size() - Method in class org.opencv.core.Rect2d
 
size(int) - Method in class org.opencv.core.Mat
 
Size - Class in org.opencv.core
 
Size() - Constructor for class org.opencv.core.Size
 
Size(double[]) - Constructor for class org.opencv.core.Size
 
Size(double, double) - Constructor for class org.opencv.core.Size
 
Size(Point) - Constructor for class org.opencv.core.Size
 
Sobel(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
Sobel(Mat, Mat, int, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
Sobel(Mat, Mat, int, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
Sobel(Mat, Mat, int, int, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
Sobel(Mat, Mat, int, int, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first, second, third, or mixed image derivatives using an extended Sobel operator.
solve(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Solves one or more linear systems or least-squares problems.
solve(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
Solves one or more linear systems or least-squares problems.
solveCubic(Mat, Mat) - Static method in class org.opencv.core.Core
Finds the real roots of a cubic equation.
solvePoly(Mat, Mat) - Static method in class org.opencv.core.Core
Finds the real or complex roots of a polynomial equation.
solvePoly(Mat, Mat, int) - Static method in class org.opencv.core.Core
Finds the real or complex roots of a polynomial equation.
sort(Mat, Mat, int) - Static method in class org.opencv.core.Core
Sorts each row or each column of a matrix.
SORT_ASCENDING - Static variable in class org.opencv.core.Core
 
SORT_DESCENDING - Static variable in class org.opencv.core.Core
 
SORT_EVERY_COLUMN - Static variable in class org.opencv.core.Core
 
SORT_EVERY_ROW - Static variable in class org.opencv.core.Core
 
sortIdx(Mat, Mat, int) - Static method in class org.opencv.core.Core
Sorts each row or each column of a matrix.
spatialGradient(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first order image derivative in both x and y using a Sobel operator
spatialGradient(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first order image derivative in both x and y using a Sobel operator
spatialGradient(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the first order image derivative in both x and y using a Sobel operator
split(Mat, List<Mat>) - Static method in class org.opencv.core.Core
 
sqrBoxFilter(Mat, Mat, int, Size) - Static method in class org.opencv.imgproc.Imgproc
Calculates the normalized sum of squares of the pixel values overlapping the filter.
sqrBoxFilter(Mat, Mat, int, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
Calculates the normalized sum of squares of the pixel values overlapping the filter.
sqrBoxFilter(Mat, Mat, int, Size, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
Calculates the normalized sum of squares of the pixel values overlapping the filter.
sqrBoxFilter(Mat, Mat, int, Size, Point, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
Calculates the normalized sum of squares of the pixel values overlapping the filter.
sqrt(Mat, Mat) - Static method in class org.opencv.core.Core
Calculates a square root of array elements.
stackBlur(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Blurs an image using the stackBlur.
start - Variable in class org.opencv.core.Range
 
start() - Method in class org.opencv.core.TickMeter
 
step1() - Method in class org.opencv.core.Mat
 
step1(int) - Method in class org.opencv.core.Mat
 
stop() - Method in class org.opencv.core.TickMeter
 
StsAssert - Static variable in class org.opencv.core.Core
 
StsAutoTrace - Static variable in class org.opencv.core.Core
 
StsBackTrace - Static variable in class org.opencv.core.Core
 
StsBadArg - Static variable in class org.opencv.core.Core
 
StsBadFlag - Static variable in class org.opencv.core.Core
 
StsBadFunc - Static variable in class org.opencv.core.Core
 
StsBadMask - Static variable in class org.opencv.core.Core
 
StsBadMemBlock - Static variable in class org.opencv.core.Core
 
StsBadPoint - Static variable in class org.opencv.core.Core
 
StsBadSize - Static variable in class org.opencv.core.Core
 
StsDivByZero - Static variable in class org.opencv.core.Core
 
StsError - Static variable in class org.opencv.core.Core
 
StsFilterOffsetErr - Static variable in class org.opencv.core.Core
 
StsFilterStructContentErr - Static variable in class org.opencv.core.Core
 
StsInplaceNotSupported - Static variable in class org.opencv.core.Core
 
StsInternal - Static variable in class org.opencv.core.Core
 
StsKernelStructContentErr - Static variable in class org.opencv.core.Core
 
StsNoConv - Static variable in class org.opencv.core.Core
 
StsNoMem - Static variable in class org.opencv.core.Core
 
StsNotImplemented - Static variable in class org.opencv.core.Core
 
StsNullPtr - Static variable in class org.opencv.core.Core
 
StsObjectNotFound - Static variable in class org.opencv.core.Core
 
StsOk - Static variable in class org.opencv.core.Core
 
StsOutOfRange - Static variable in class org.opencv.core.Core
 
StsParseError - Static variable in class org.opencv.core.Core
 
StsUnmatchedFormats - Static variable in class org.opencv.core.Core
 
StsUnmatchedSizes - Static variable in class org.opencv.core.Core
 
StsUnsupportedFormat - Static variable in class org.opencv.core.Core
 
StsVecLengthErr - Static variable in class org.opencv.core.Core
 
Subdiv2D - Class in org.opencv.imgproc
 
Subdiv2D() - Constructor for class org.opencv.imgproc.Subdiv2D
creates an empty Subdiv2D object.
Subdiv2D(long) - Constructor for class org.opencv.imgproc.Subdiv2D
 
Subdiv2D(Rect) - Constructor for class org.opencv.imgproc.Subdiv2D
 
submat(int, int, int, int) - Method in class org.opencv.core.Mat
 
submat(Range[]) - Method in class org.opencv.core.Mat
 
submat(Range, Range) - Method in class org.opencv.core.Mat
 
submat(Rect) - Method in class org.opencv.core.Mat
 
subtract(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element difference between two arrays or array and a scalar.
subtract(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Calculates the per-element difference between two arrays or array and a scalar.
subtract(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
Calculates the per-element difference between two arrays or array and a scalar.
subtract(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
 
subtract(Mat, Scalar, Mat, Mat) - Static method in class org.opencv.core.Core
 
subtract(Mat, Scalar, Mat, Mat, int) - Static method in class org.opencv.core.Core
 
sumElems(Mat) - Static method in class org.opencv.core.Core
Calculates the sum of array elements.
SVBackSubst(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
wrap SVD::backSubst
SVD_FULL_UV - Static variable in class org.opencv.core.Core
 
SVD_MODIFY_A - Static variable in class org.opencv.core.Core
 
SVD_NO_UV - Static variable in class org.opencv.core.Core
 
SVDecomp(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
wrap SVD::compute
SVDecomp(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
wrap SVD::compute
symEdge(int) - Method in class org.opencv.imgproc.Subdiv2D
 

T

t() - Method in class org.opencv.core.Mat
 
TermCriteria - Class in org.opencv.core
 
TermCriteria() - Constructor for class org.opencv.core.TermCriteria
Termination criteria for iterative algorithms.
TermCriteria(double[]) - Constructor for class org.opencv.core.TermCriteria
 
TermCriteria(int, int, double) - Constructor for class org.opencv.core.TermCriteria
Termination criteria for iterative algorithms.
THRESH_BINARY - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_BINARY_INV - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_MASK - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_OTSU - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_TOZERO - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_TOZERO_INV - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_TRIANGLE - Static variable in class org.opencv.imgproc.Imgproc
 
THRESH_TRUNC - Static variable in class org.opencv.imgproc.Imgproc
 
threshold(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a fixed-level threshold to each array element.
TickMeter - Class in org.opencv.core
a Class to measure passing time.
TickMeter() - Constructor for class org.opencv.core.TickMeter
 
TickMeter(long) - Constructor for class org.opencv.core.TickMeter
 
tl() - Method in class org.opencv.core.Rect
 
tl() - Method in class org.opencv.core.Rect2d
 
TM_CCOEFF - Static variable in class org.opencv.imgproc.Imgproc
 
TM_CCOEFF_NORMED - Static variable in class org.opencv.imgproc.Imgproc
 
TM_CCORR - Static variable in class org.opencv.imgproc.Imgproc
 
TM_CCORR_NORMED - Static variable in class org.opencv.imgproc.Imgproc
 
TM_SQDIFF - Static variable in class org.opencv.imgproc.Imgproc
 
TM_SQDIFF_NORMED - Static variable in class org.opencv.imgproc.Imgproc
 
toArray() - Method in class org.opencv.core.MatOfByte
 
toArray() - Method in class org.opencv.core.MatOfDMatch
 
toArray() - Method in class org.opencv.core.MatOfDouble
 
toArray() - Method in class org.opencv.core.MatOfFloat
 
toArray() - Method in class org.opencv.core.MatOfFloat4
 
toArray() - Method in class org.opencv.core.MatOfFloat6
 
toArray() - Method in class org.opencv.core.MatOfInt
 
toArray() - Method in class org.opencv.core.MatOfInt4
 
toArray() - Method in class org.opencv.core.MatOfKeyPoint
 
toArray() - Method in class org.opencv.core.MatOfPoint
 
toArray() - Method in class org.opencv.core.MatOfPoint2f
 
toArray() - Method in class org.opencv.core.MatOfPoint3
 
toArray() - Method in class org.opencv.core.MatOfPoint3f
 
toArray() - Method in class org.opencv.core.MatOfRect
 
toArray() - Method in class org.opencv.core.MatOfRect2d
 
toArray() - Method in class org.opencv.core.MatOfRotatedRect
 
toList() - Method in class org.opencv.core.MatOfByte
 
toList() - Method in class org.opencv.core.MatOfDMatch
 
toList() - Method in class org.opencv.core.MatOfDouble
 
toList() - Method in class org.opencv.core.MatOfFloat
 
toList() - Method in class org.opencv.core.MatOfFloat4
 
toList() - Method in class org.opencv.core.MatOfFloat6
 
toList() - Method in class org.opencv.core.MatOfInt
 
toList() - Method in class org.opencv.core.MatOfInt4
 
toList() - Method in class org.opencv.core.MatOfKeyPoint
 
toList() - Method in class org.opencv.core.MatOfPoint
 
toList() - Method in class org.opencv.core.MatOfPoint2f
 
toList() - Method in class org.opencv.core.MatOfPoint3
 
toList() - Method in class org.opencv.core.MatOfPoint3f
 
toList() - Method in class org.opencv.core.MatOfRect
 
toList() - Method in class org.opencv.core.MatOfRect2d
 
toList() - Method in class org.opencv.core.MatOfRotatedRect
 
toString() - Method in exception class org.opencv.core.CvException
 
toString() - Method in class org.opencv.core.DMatch
 
toString() - Method in class org.opencv.core.KeyPoint
 
toString() - Method in class org.opencv.core.Mat
 
toString() - Method in class org.opencv.core.Point
 
toString() - Method in class org.opencv.core.Point3
 
toString() - Method in class org.opencv.core.Range
 
toString() - Method in class org.opencv.core.Rect
 
toString() - Method in class org.opencv.core.Rect2d
 
toString() - Method in class org.opencv.core.RotatedRect
 
toString() - Method in class org.opencv.core.Scalar
 
toString() - Method in class org.opencv.core.Size
 
toString() - Method in class org.opencv.core.TermCriteria
 
toString() - Method in class org.opencv.imgproc.Moments
 
total() - Method in class org.opencv.core.Mat
 
trace(Mat) - Static method in class org.opencv.core.Core
Returns the trace of a matrix.
trainIdx - Variable in class org.opencv.core.DMatch
Train descriptor index.
transform(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
Performs the matrix transformation of every array element.
transpose(Mat, Mat) - Static method in class org.opencv.core.Core
Transposes a matrix.
transposeND(Mat, MatOfInt, Mat) - Static method in class org.opencv.core.Core
Transpose for n-dimensional matrices.
Tuple2(T, T) - Constructor for class org.opencv.core.Mat.Tuple2
 
Tuple3(T, T, T) - Constructor for class org.opencv.core.Mat.Tuple3
 
Tuple4(T, T, T, T) - Constructor for class org.opencv.core.Mat.Tuple4
 
type - Variable in class org.opencv.core.TermCriteria
 
type() - Method in class org.opencv.core.Mat
 
typeToString(int) - Static method in class org.opencv.core.CvType
 

U

useIPP() - Static method in class org.opencv.core.Core
proxy for hal::Cholesky
useIPP_NotExact() - Static method in class org.opencv.core.Core
 
useOptimized() - Static method in class org.opencv.core.Core
Returns the status of optimized code usage.

V

val - Variable in class org.opencv.core.Scalar
 
vconcat(List<Mat>, Mat) - Static method in class org.opencv.core.Core
std::vector<cv::Mat> matrices = { cv::Mat(1, 4, CV_8UC1, cv::Scalar(1)), cv::Mat(1, 4, CV_8UC1, cv::Scalar(2)), cv::Mat(1, 4, CV_8UC1, cv::Scalar(3)),};
vector_char_to_Mat(List<Byte>) - Static method in class org.opencv.utils.Converters
 
vector_DMatch_to_Mat(List<DMatch>) - Static method in class org.opencv.utils.Converters
 
vector_double_to_Mat(List<Double>) - Static method in class org.opencv.utils.Converters
 
vector_float_to_Mat(List<Float>) - Static method in class org.opencv.utils.Converters
 
vector_int_to_Mat(List<Integer>) - Static method in class org.opencv.utils.Converters
 
vector_KeyPoint_to_Mat(List<KeyPoint>) - Static method in class org.opencv.utils.Converters
 
vector_Mat_to_Mat(List<Mat>) - Static method in class org.opencv.utils.Converters
 
vector_Point_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
 
vector_Point_to_Mat(List<Point>, int) - Static method in class org.opencv.utils.Converters
 
vector_Point2d_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
 
vector_Point2f_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
 
vector_Point3_to_Mat(List<Point3>, int) - Static method in class org.opencv.utils.Converters
 
vector_Point3d_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
 
vector_Point3f_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
 
vector_Point3i_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
 
vector_Rect_to_Mat(List<Rect>) - Static method in class org.opencv.utils.Converters
 
vector_Rect2d_to_Mat(List<Rect2d>) - Static method in class org.opencv.utils.Converters
 
vector_RotatedRect_to_Mat(List<RotatedRect>) - Static method in class org.opencv.utils.Converters
 
vector_uchar_to_Mat(List<Byte>) - Static method in class org.opencv.utils.Converters
 
vector_vector_char_to_Mat(List<MatOfByte>, List<Mat>) - Static method in class org.opencv.utils.Converters
 
vector_vector_DMatch_to_Mat(List<MatOfDMatch>, List<Mat>) - Static method in class org.opencv.utils.Converters
 
vector_vector_KeyPoint_to_Mat(List<MatOfKeyPoint>, List<Mat>) - Static method in class org.opencv.utils.Converters
 
vector_vector_Point_to_Mat(List<MatOfPoint>, List<Mat>) - Static method in class org.opencv.utils.Converters
 
vector_vector_Point2f_to_Mat(List<MatOfPoint2f>, List<Mat>) - Static method in class org.opencv.utils.Converters
 
vector_vector_Point3f_to_Mat(List<MatOfPoint3f>, List<Mat>) - Static method in class org.opencv.utils.Converters
 
VERSION - Static variable in class org.opencv.core.Core
 
VERSION_MAJOR - Static variable in class org.opencv.core.Core
 
VERSION_MINOR - Static variable in class org.opencv.core.Core
 
VERSION_REVISION - Static variable in class org.opencv.core.Core
 
VERSION_STATUS - Static variable in class org.opencv.core.Core
 

W

WARP_FILL_OUTLIERS - Static variable in class org.opencv.imgproc.Imgproc
 
WARP_INVERSE_MAP - Static variable in class org.opencv.imgproc.Imgproc
 
WARP_POLAR_LINEAR - Static variable in class org.opencv.imgproc.Imgproc
 
WARP_POLAR_LOG - Static variable in class org.opencv.imgproc.Imgproc
 
warpAffine(Mat, Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Applies an affine transformation to an image.
warpAffine(Mat, Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
Applies an affine transformation to an image.
warpAffine(Mat, Mat, Mat, Size, int, int) - Static method in class org.opencv.imgproc.Imgproc
Applies an affine transformation to an image.
warpAffine(Mat, Mat, Mat, Size, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Applies an affine transformation to an image.
warpPerspective(Mat, Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
Applies a perspective transformation to an image.
warpPerspective(Mat, Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a perspective transformation to an image.
warpPerspective(Mat, Mat, Mat, Size, int, int) - Static method in class org.opencv.imgproc.Imgproc
Applies a perspective transformation to an image.
warpPerspective(Mat, Mat, Mat, Size, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
Applies a perspective transformation to an image.
warpPolar(Mat, Mat, Size, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
Remaps an image to polar or semilog-polar coordinates space
watershed(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
Performs a marker-based image segmentation using the watershed algorithm.
width - Variable in class org.opencv.core.Rect
 
width - Variable in class org.opencv.core.Rect2d
 
width - Variable in class org.opencv.core.Size
 
width() - Method in class org.opencv.core.Mat
 

X

x - Variable in class org.opencv.core.Point
 
x - Variable in class org.opencv.core.Point3
 
x - Variable in class org.opencv.core.Rect
 
x - Variable in class org.opencv.core.Rect2d
 

Y

y - Variable in class org.opencv.core.Point
 
y - Variable in class org.opencv.core.Point3
 
y - Variable in class org.opencv.core.Rect
 
y - Variable in class org.opencv.core.Rect2d
 

Z

z - Variable in class org.opencv.core.Point3
 
zeros(int[], int) - Static method in class org.opencv.core.Mat
 
zeros(int, int, int) - Static method in class org.opencv.core.Mat
 
zeros(Size, int) - Static method in class org.opencv.core.Mat
 

_

__fromPtr__(long) - Static method in class org.opencv.core.Algorithm
 
__fromPtr__(long) - Static method in class org.opencv.core.TickMeter
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.AverageHash
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.BlockMeanHash
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.ColorMomentHash
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.ImgHashBase
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.MarrHildrethHash
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.PHash
 
__fromPtr__(long) - Static method in class org.opencv.img_hash.RadialVarianceHash
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.CLAHE
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.GeneralizedHough
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.GeneralizedHoughBallard
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.GeneralizedHoughGuil
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.IntelligentScissorsMB
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.LineSegmentDetector
 
__fromPtr__(long) - Static method in class org.opencv.imgproc.Subdiv2D
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form