|
OpenCV 2.4.8 | |||||||
PREV NEXT | FRAMES NO FRAMES |
- 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
-
- angle -
Variable in class org.opencv.core.RotatedRect
-
- angle -
Variable in class org.opencv.features2d.KeyPoint
- Computed orientation of the keypoint (-1 if not applicable).
- apply(Mat, Mat) -
Method in class org.opencv.imgproc.CLAHE
-
- apply(Mat, Mat, double) -
Method in class org.opencv.video.BackgroundSubtractor
- Computes a foreground mask.
- apply(Mat, Mat) -
Method in class org.opencv.video.BackgroundSubtractor
- Computes a foreground mask.
- 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.Size
-
- assignTo(Mat, int) -
Method in class org.opencv.core.Mat
- Provides a functional form of
convertTo
.
- assignTo(Mat) -
Method in class org.opencv.core.Mat
- Provides a functional form of
convertTo
.
- CvKNearest - Class in org.opencv.ml
- The class implements K-Nearest Neighbors model as described in the beginning
of this section.
- CvKNearest() -
Constructor for class org.opencv.ml.CvKNearest
- Default and training constructors.
- CvKNearest(Mat, Mat, Mat, boolean, int) -
Constructor for class org.opencv.ml.CvKNearest
- Default and training constructors.
- CvKNearest(Mat, Mat) -
Constructor for class org.opencv.ml.CvKNearest
- Default and training constructors.
- CvNormalBayesClassifier - Class in org.opencv.ml
- Bayes classifier for normally distributed data.
- CvNormalBayesClassifier() -
Constructor for class org.opencv.ml.CvNormalBayesClassifier
- Default and training constructors.
- CvNormalBayesClassifier(Mat, Mat, Mat, Mat) -
Constructor for class org.opencv.ml.CvNormalBayesClassifier
- Default and training constructors.
- CvNormalBayesClassifier(Mat, Mat) -
Constructor for class org.opencv.ml.CvNormalBayesClassifier
- Default and training constructors.
- CvParamGrid - Class in org.opencv.ml
- The structure represents the logarithmic grid range of statmodel parameters.
- CvParamGrid() -
Constructor for class org.opencv.ml.CvParamGrid
- The constructors.
- CvRTParams - Class in org.opencv.ml
- Training parameters of random trees.
- CvRTParams() -
Constructor for class org.opencv.ml.CvRTParams
-
- CvRTrees - Class in org.opencv.ml
- The class implements the random forest predictor as described in the
beginning of this section.
- CvRTrees() -
Constructor for class org.opencv.ml.CvRTrees
-
- CvStatModel - Class in org.opencv.ml
- Base class for statistical models in ML.
- CvSVM - Class in org.opencv.ml
- Support Vector Machines.
- CvSVM() -
Constructor for class org.opencv.ml.CvSVM
- Default and training constructors.
- CvSVM(Mat, Mat, Mat, Mat, CvSVMParams) -
Constructor for class org.opencv.ml.CvSVM
- Default and training constructors.
- CvSVM(Mat, Mat) -
Constructor for class org.opencv.ml.CvSVM
- Default and training constructors.
- CvSVMParams - Class in org.opencv.ml
- SVM training parameters.
- CvSVMParams() -
Constructor for class org.opencv.ml.CvSVMParams
- The constructors.
- cvtColor(Mat, Mat, int, int) -
Static method in class org.opencv.imgproc.Imgproc
- Converts an image from one color space to another.
- cvtColor(Mat, Mat, int) -
Static method in class org.opencv.imgproc.Imgproc
- Converts an image from one color space to another.
- CvType - Class in org.opencv.core
-
- CvType() -
Constructor for class org.opencv.core.CvType
-
true
if the array has no elements.
fastNlMeansDenoising
function for colored images
fastNlMeansDenoising
function for colored images
fastNlMeansDenoisingMulti
function for colored
images sequences
fastNlMeansDenoisingMulti
function for colored
images sequences
fastNlMeansDenoising
function for images
sequence where consequtive images have been captured in small period of time.
fastNlMeansDenoising
function for images
sequence where consequtive images have been captured in small period of time.
trainDescCollection
.
true
if a generic descriptor matcher supports masking
permissible matches.
k
best matches for each query keypoint.
k
best matches for each query keypoint.
k
best matches for each query keypoint.
k
best matches for each query keypoint.
- Point(double, double) -
Constructor for class org.opencv.core.Point
-
- Point() -
Constructor for class org.opencv.core.Point
-
- Point(double[]) -
Constructor for class org.opencv.core.Point
-
- Point3 - Class in org.opencv.core
- template
class CV_EXPORTS Point3_ - Point3(double, double, double) -
Constructor for class org.opencv.core.Point3
-
- Point3() -
Constructor for class org.opencv.core.Point3
-
- Point3(Point) -
Constructor for class org.opencv.core.Point3
-
- Point3(double[]) -
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, boolean) -
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) -
Static method in class org.opencv.core.Core
- Calculates x and y coordinates of 2D vectors from their magnitude and angle.
- POLY -
Static variable in class org.opencv.ml.CvSVM
-
- polylines(Mat, List<MatOfPoint>, boolean, Scalar, int, int, int) -
Static method in class org.opencv.core.Core
- Draws several polygonal curves.
- polylines(Mat, List<MatOfPoint>, boolean, Scalar, int) -
Static method in class org.opencv.core.Core
- Draws several polygonal curves.
- polylines(Mat, List<MatOfPoint>, boolean, Scalar) -
Static method in class org.opencv.core.Core
- Draws several polygonal curves.
- pow(Mat, double, Mat) -
Static method in class org.opencv.core.Core
- Raises every array element to a power.
- preCornerDetect(Mat, Mat, int, int) -
Static method in class org.opencv.imgproc.Imgproc
- Calculates a feature map for corner detection.
- preCornerDetect(Mat, Mat, int) -
Static method in class org.opencv.imgproc.Imgproc
- Calculates a feature map for corner detection.
- predict(Mat, Mat) -
Method in class org.opencv.ml.CvANN_MLP
- Predicts responses for input samples.
- predict(Mat, Mat, Range, boolean, boolean) -
Method in class org.opencv.ml.CvBoost
- Predicts a response for an input sample.
- predict(Mat) -
Method in class org.opencv.ml.CvBoost
- Predicts a response for an input sample.
- predict(Mat, Mat, Range, int) -
Method in class org.opencv.ml.CvGBTrees
- Predicts a response for an input sample.
- predict(Mat) -
Method in class org.opencv.ml.CvGBTrees
- Predicts a response for an input sample.
- predict(Mat, Mat) -
Method in class org.opencv.ml.CvNormalBayesClassifier
- Predicts the response for sample(s).
- predict(Mat) -
Method in class org.opencv.ml.CvNormalBayesClassifier
- Predicts the response for sample(s).
- predict(Mat, Mat) -
Method in class org.opencv.ml.CvRTrees
- Predicts the output for an input sample.
- predict(Mat) -
Method in class org.opencv.ml.CvRTrees
- Predicts the output for an input sample.
- predict(Mat, boolean) -
Method in class org.opencv.ml.CvSVM
- Predicts the response for input sample(s).
- predict(Mat) -
Method in class org.opencv.ml.CvSVM
- Predicts the response for input sample(s).
- predict(Mat, Mat) -
Method in class org.opencv.ml.EM
- Returns a likelihood logarithm value and an index of the most probable
mixture component for the given sample.
- predict(Mat) -
Method in class org.opencv.ml.EM
- Returns a likelihood logarithm value and an index of the most probable
mixture component for the given sample.
- predict(Mat) -
Method in class org.opencv.video.KalmanFilter
- Computes a predicted state.
- predict() -
Method in class org.opencv.video.KalmanFilter
- Computes a predicted state.
- predict_all(Mat, Mat) -
Method in class org.opencv.ml.CvSVM
- Predicts the response for input sample(s).
- predict_prob(Mat, Mat) -
Method in class org.opencv.ml.CvRTrees
- Returns a fuzzy-predicted class label.
- predict_prob(Mat) -
Method in class org.opencv.ml.CvRTrees
- Returns a fuzzy-predicted class label.
- PREFILTER_NORMALIZED_RESPONSE -
Static variable in class org.opencv.calib3d.StereoBM
-
- PREFILTER_XSOBEL -
Static variable in class org.opencv.calib3d.StereoBM
-
- 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
-
- PROJ_SPHERICAL_EQRECT -
Static variable in class org.opencv.imgproc.Imgproc
-
- PROJ_SPHERICAL_ORTHO -
Static variable in class org.opencv.imgproc.Imgproc
-
- projectPoints(MatOfPoint3f, Mat, Mat, Mat, MatOfDouble, MatOfPoint2f, Mat, double) -
Static method in class org.opencv.calib3d.Calib3d
- Projects 3D points to an image plane.
- projectPoints(MatOfPoint3f, Mat, Mat, Mat, MatOfDouble, MatOfPoint2f) -
Static method in class org.opencv.calib3d.Calib3d
- Projects 3D points to an image plane.
- prune(Range) -
Method in class org.opencv.ml.CvBoost
- Removes the specified weak classifiers.
- PSNR(Mat, Mat) -
Static method in class org.opencv.imgproc.Imgproc
-
- pt -
Variable in class org.opencv.features2d.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
- Adds elements to the bottom of the matrix.
- 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
-
- put(int, int, byte[]) -
Method in class org.opencv.core.Mat
-
- putText(Mat, String, Point, int, double, Scalar, int, int, boolean) -
Static method in class org.opencv.core.Core
- Draws a text string.
- putText(Mat, String, Point, int, double, Scalar, int) -
Static method in class org.opencv.core.Core
- Draws a text string.
- putText(Mat, String, Point, int, double, Scalar) -
Static method in class org.opencv.core.Core
- Draws a text string.
- PYRAMID_BRISK -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_DENSE -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_FAST -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_GFTT -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_HARRIS -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_MSER -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_ORB -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_SIFT -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_SIMPLEBLOB -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_STAR -
Static variable in class org.opencv.features2d.FeatureDetector
-
- PYRAMID_SURF -
Static variable in class org.opencv.features2d.FeatureDetector
-
- pyrDown(Mat, Mat, Size, int) -
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) -
Static method in class org.opencv.imgproc.Imgproc
- Blurs an image and downsamples it.
- pyrMeanShiftFiltering(Mat, Mat, double, double, int, TermCriteria) -
Static method in class org.opencv.imgproc.Imgproc
- Performs initial step of meanshift segmentation of an image.
- pyrMeanShiftFiltering(Mat, Mat, double, double) -
Static method in class org.opencv.imgproc.Imgproc
- Performs initial step of meanshift segmentation of an image.
- pyrUp(Mat, Mat, Size, int) -
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) -
Static method in class org.opencv.imgproc.Imgproc
- Upsamples an image and then blurs it.
- Rect(int, int, int, int) -
Constructor for class org.opencv.core.Rect
-
- Rect() -
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
-
- Rect(double[]) -
Constructor for class org.opencv.core.Rect
-
- rectangle(Mat, Point, Point, Scalar, int, int, int) -
Static method in class org.opencv.core.Core
- Draws a simple, thick, or filled up-right rectangle.
- rectangle(Mat, Point, Point, Scalar, int) -
Static method in class org.opencv.core.Core
- Draws a simple, thick, or filled up-right rectangle.
- rectangle(Mat, Point, Point, Scalar) -
Static method in class org.opencv.core.Core
- Draws a simple, thick, or filled up-right rectangle.
- rectify3Collinear(Mat, Mat, Mat, Mat, Mat, Mat, List<Mat>, List<Mat>, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, Mat, double, Size, Rect, Rect, int) -
Static method in class org.opencv.calib3d.Calib3d
-
- reduce(Mat, Mat, int, int, int) -
Static method in class org.opencv.core.Core
- Reduces a matrix to a vector.
- reduce(Mat, Mat, 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
-
- release() -
Method in class org.opencv.core.Mat
- Decrements the reference counter and deallocates the matrix if needed.
- release() -
Method in class org.opencv.highgui.VideoCapture
- Closes video file or capturing device.
- remap(Mat, Mat, Mat, Mat, int, int, Scalar) -
Static method in class org.opencv.imgproc.Imgproc
- Applies a generic geometrical transformation to an image.
- remap(Mat, Mat, Mat, Mat, int) -
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.
- reprojectImageTo3D(Mat, Mat, Mat, boolean, int) -
Static method in class org.opencv.calib3d.Calib3d
- Reprojects a disparity image to 3D space.
- reprojectImageTo3D(Mat, Mat, Mat, boolean) -
Static method in class org.opencv.calib3d.Calib3d
- Reprojects a disparity image to 3D space.
- reprojectImageTo3D(Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Reprojects a disparity image to 3D space.
- reshape(int, int) -
Method in class org.opencv.core.Mat
- Changes the shape and/or the number of channels of a 2D matrix without
copying the data.
- reshape(int) -
Method in class org.opencv.core.Mat
- Changes the shape and/or the number of channels of a 2D matrix without
copying the data.
- resize(Mat, Mat, Size, double, double, int) -
Static method in class org.opencv.imgproc.Imgproc
- Resizes an image.
- resize(Mat, Mat, Size) -
Static method in class org.opencv.imgproc.Imgproc
- Resizes an image.
- response -
Variable in class org.opencv.features2d.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
-
- retrieve(Mat, int) -
Method in class org.opencv.highgui.VideoCapture
- Decodes and returns the grabbed video frame.
- retrieve(Mat) -
Method in class org.opencv.highgui.VideoCapture
- Decodes and returns the grabbed video frame.
- rgba() -
Method in interface org.opencv.android.CameraBridgeViewBase.CvCameraViewFrame
- This method returns RGBA Mat with frame
- Rodrigues(Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Converts a rotation matrix to a rotation vector or vice versa.
- Rodrigues(Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Converts a rotation matrix to a rotation vector or vice versa.
- RotatedRect - Class in org.opencv.core
-
- RotatedRect() -
Constructor for class org.opencv.core.RotatedRect
-
- RotatedRect(Point, Size, double) -
Constructor for class org.opencv.core.RotatedRect
-
- RotatedRect(double[]) -
Constructor for class org.opencv.core.RotatedRect
-
- rotateEdge(int, int) -
Method in class org.opencv.imgproc.Subdiv2D
-
- row(int) -
Method in class org.opencv.core.Mat
- Creates a matrix header for the specified matrix row.
- rowRange(int, int) -
Method in class org.opencv.core.Mat
- Creates a matrix header for the specified row span.
- rowRange(Range) -
Method in class org.opencv.core.Mat
- Creates a matrix header for the specified row span.
- rows() -
Method in class org.opencv.core.Mat
-
- RPROP -
Static variable in class org.opencv.ml.CvANN_MLP_TrainParams
-
- RQDecomp3x3(Mat, Mat, Mat, Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Computes an RQ decomposition of 3x3 matrices.
- RQDecomp3x3(Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Computes an RQ decomposition of 3x3 matrices.
- Size(double, double) -
Constructor for class org.opencv.core.Size
-
- Size() -
Constructor for class org.opencv.core.Size
-
- Size(Point) -
Constructor for class org.opencv.core.Size
-
- Size(double[]) -
Constructor for class org.opencv.core.Size
-
- size -
Variable in class org.opencv.features2d.KeyPoint
- Diameter of the useful keypoint adjacent area.
- 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.
- 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) -
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, int) -
Static method in class org.opencv.core.Core
- Solves one or more linear systems or least-squares problems.
- solve(Mat, Mat, Mat) -
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.
- solvePnP(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat, boolean, int) -
Static method in class org.opencv.calib3d.Calib3d
- Finds an object pose from 3D-2D point correspondences.
- solvePnP(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Finds an object pose from 3D-2D point correspondences.
- solvePnPRansac(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat, boolean, int, float, int, Mat, int) -
Static method in class org.opencv.calib3d.Calib3d
- Finds an object pose from 3D-2D point correspondences using the RANSAC
scheme.
- solvePnPRansac(MatOfPoint3f, MatOfPoint2f, Mat, MatOfDouble, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Finds an object pose from 3D-2D point correspondences using the RANSAC
scheme.
- solvePoly(Mat, Mat, int) -
Static method in class org.opencv.core.Core
- Finds the real or complex roots of a polynomial equation.
- solvePoly(Mat, Mat) -
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.
- split(Mat, List<Mat>) -
Static method in class org.opencv.core.Core
- Divides a multi-channel array into several single-channel arrays.
- SQERR -
Static variable in class org.opencv.ml.CvBoost
-
- sqrt(Mat, Mat) -
Static method in class org.opencv.core.Core
- Calculates a square root of array elements.
- SQUARED_LOSS -
Static variable in class org.opencv.ml.CvGBTrees
-
- STAR -
Static variable in class org.opencv.features2d.FeatureDetector
-
- start -
Variable in class org.opencv.core.Range
-
- START_AUTO_STEP -
Static variable in class org.opencv.ml.EM
-
- START_E_STEP -
Static variable in class org.opencv.ml.EM
-
- START_M_STEP -
Static variable in class org.opencv.ml.EM
-
- step1(int) -
Method in class org.opencv.core.Mat
- Returns a normalized step.
- step1() -
Method in class org.opencv.core.Mat
- Returns a normalized step.
- StereoBM - Class in org.opencv.calib3d
- Class for computing stereo correspondence using the block matching algorithm.
- StereoBM() -
Constructor for class org.opencv.calib3d.StereoBM
- The constructors.
- StereoBM(int, int, int) -
Constructor for class org.opencv.calib3d.StereoBM
- The constructors.
- StereoBM(int) -
Constructor for class org.opencv.calib3d.StereoBM
- The constructors.
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, TermCriteria, int) -
Static method in class org.opencv.calib3d.Calib3d
- Calibrates the stereo camera.
- stereoCalibrate(List<Mat>, List<Mat>, List<Mat>, Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Calibrates the stereo camera.
- stereoRectify(Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat, int, double, Size, Rect, Rect) -
Static method in class org.opencv.calib3d.Calib3d
- Computes rectification transforms for each head of a calibrated stereo
camera.
- stereoRectify(Mat, Mat, Mat, Mat, Size, Mat, Mat, Mat, Mat, Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Computes rectification transforms for each head of a calibrated stereo
camera.
- stereoRectifyUncalibrated(Mat, Mat, Mat, Size, Mat, Mat, double) -
Static method in class org.opencv.calib3d.Calib3d
- Computes a rectification transform for an uncalibrated stereo camera.
- stereoRectifyUncalibrated(Mat, Mat, Mat, Size, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Computes a rectification transform for an uncalibrated stereo camera.
- StereoSGBM - Class in org.opencv.calib3d
- Class for computing stereo correspondence using the semi-global block
matching algorithm.
- StereoSGBM() -
Constructor for class org.opencv.calib3d.StereoSGBM
- Initializes
StereoSGBM
and sets parameters to custom values.??
- StereoSGBM(int, int, int, int, int, int, int, int, int, int, boolean) -
Constructor for class org.opencv.calib3d.StereoSGBM
- Initializes
StereoSGBM
and sets parameters to custom values.??
- StereoSGBM(int, int, int) -
Constructor for class org.opencv.calib3d.StereoSGBM
- Initializes
StereoSGBM
and sets parameters to custom values.??
- Subdiv2D - Class in org.opencv.imgproc
-
- Subdiv2D() -
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
- Extracts a rectangular submatrix.
- submat(Range, Range) -
Method in class org.opencv.core.Mat
- Extracts a rectangular submatrix.
- submat(Rect) -
Method in class org.opencv.core.Mat
- Extracts a rectangular submatrix.
- 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, 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) -
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, 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, Mat) -
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
- Calculates the per-element difference between two arrays or array and a
scalar.
- SUCCESS -
Static variable in interface org.opencv.android.LoaderCallbackInterface
- OpenCV initialization finished successfully.
- sumElems(Mat) -
Static method in class org.opencv.core.Core
- Calculates the sum of array elements.
- SURF -
Static variable in class org.opencv.features2d.DescriptorExtractor
-
- SURF -
Static variable in class org.opencv.features2d.FeatureDetector
-
- surfaceChanged(SurfaceHolder, int, int, int) -
Method in class org.opencv.android.CameraBridgeViewBase
-
- surfaceCreated(SurfaceHolder) -
Method in class org.opencv.android.CameraBridgeViewBase
-
- surfaceDestroyed(SurfaceHolder) -
Method in class org.opencv.android.CameraBridgeViewBase
-
- SVBackSubst(Mat, Mat, Mat, Mat, Mat) -
Static method in class org.opencv.core.Core
-
- 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, int) -
Static method in class org.opencv.core.Core
-
- SVDecomp(Mat, Mat, Mat, Mat) -
Static method in class org.opencv.core.Core
-
- SVM_C -
Static variable in class org.opencv.ml.CvParamGrid
-
- SVM_COEF -
Static variable in class org.opencv.ml.CvParamGrid
-
- SVM_DEGREE -
Static variable in class org.opencv.ml.CvParamGrid
-
- SVM_GAMMA -
Static variable in class org.opencv.ml.CvParamGrid
-
- SVM_NU -
Static variable in class org.opencv.ml.CvParamGrid
-
- SVM_P -
Static variable in class org.opencv.ml.CvParamGrid
-
- symEdge(int) -
Method in class org.opencv.imgproc.Subdiv2D
-
- TermCriteria(int, int, double) -
Constructor for class org.opencv.core.TermCriteria
- Termination criteria for iterative algorithms.
- TermCriteria() -
Constructor for class org.opencv.core.TermCriteria
- Termination criteria for iterative algorithms.
- TermCriteria(double[]) -
Constructor for class org.opencv.core.TermCriteria
-
- 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_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.
- tl() -
Method in class org.opencv.core.Rect
-
- 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
-
- 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
-
- toString() -
Method in exception org.opencv.core.CvException
-
- 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.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.features2d.DMatch
-
- toString() -
Method in class org.opencv.features2d.KeyPoint
-
- total() -
Method in class org.opencv.core.Mat
- Returns the total number of array elements.
- trace(Mat) -
Static method in class org.opencv.core.Core
- Returns the trace of a matrix.
- train() -
Method in class org.opencv.features2d.DescriptorMatcher
- Trains a descriptor matcher
- train() -
Method in class org.opencv.features2d.GenericDescriptorMatcher
- Trains descriptor matcher
- train(Mat, Mat, Mat, Mat, CvANN_MLP_TrainParams, int) -
Method in class org.opencv.ml.CvANN_MLP
- Trains/updates MLP.
- train(Mat, Mat, Mat) -
Method in class org.opencv.ml.CvANN_MLP
- Trains/updates MLP.
- train(Mat, int, Mat, Mat, Mat, Mat, Mat, CvBoostParams, boolean) -
Method in class org.opencv.ml.CvBoost
- Trains a boosted tree classifier.
- train(Mat, int, Mat) -
Method in class org.opencv.ml.CvBoost
- Trains a boosted tree classifier.
- train(Mat, int, Mat, Mat, Mat, Mat, Mat, CvDTreeParams) -
Method in class org.opencv.ml.CvDTree
- Trains a decision tree.
- train(Mat, int, Mat) -
Method in class org.opencv.ml.CvDTree
- Trains a decision tree.
- train(Mat, int, Mat, Mat, Mat, Mat, Mat, CvRTParams) -
Method in class org.opencv.ml.CvERTrees
-
- train(Mat, int, Mat) -
Method in class org.opencv.ml.CvERTrees
-
- train(Mat, int, Mat, Mat, Mat, Mat, Mat, CvGBTreesParams, boolean) -
Method in class org.opencv.ml.CvGBTrees
- Trains a Gradient boosted tree model.
- train(Mat, int, Mat) -
Method in class org.opencv.ml.CvGBTrees
- Trains a Gradient boosted tree model.
- train(Mat, Mat, Mat, boolean, int, boolean) -
Method in class org.opencv.ml.CvKNearest
- Trains the model.
- train(Mat, Mat) -
Method in class org.opencv.ml.CvKNearest
- Trains the model.
- train(Mat, Mat, Mat, Mat, boolean) -
Method in class org.opencv.ml.CvNormalBayesClassifier
- Trains the model.
- train(Mat, Mat) -
Method in class org.opencv.ml.CvNormalBayesClassifier
- Trains the model.
- train(Mat, int, Mat, Mat, Mat, Mat, Mat, CvRTParams) -
Method in class org.opencv.ml.CvRTrees
- Trains the Random Trees model.
- train(Mat, int, Mat) -
Method in class org.opencv.ml.CvRTrees
- Trains the Random Trees model.
- train(Mat, Mat, Mat, Mat, CvSVMParams) -
Method in class org.opencv.ml.CvSVM
- Trains an SVM.
- train(Mat, Mat) -
Method in class org.opencv.ml.CvSVM
- Trains an SVM.
- train(Mat, Mat, Mat, Mat) -
Method in class org.opencv.ml.EM
- Estimates the Gaussian mixture parameters from a samples set.
- train(Mat) -
Method in class org.opencv.ml.EM
- Estimates the Gaussian mixture parameters from a samples set.
- train_auto(Mat, Mat, Mat, Mat, CvSVMParams, int, CvParamGrid, CvParamGrid, CvParamGrid, CvParamGrid, CvParamGrid, CvParamGrid, boolean) -
Method in class org.opencv.ml.CvSVM
- Trains an SVM with optimal parameters.
- train_auto(Mat, Mat, Mat, Mat, CvSVMParams) -
Method in class org.opencv.ml.CvSVM
- Trains an SVM with optimal parameters.
- trainE(Mat, Mat, Mat, Mat, Mat, Mat, Mat) -
Method in class org.opencv.ml.EM
-
- trainE(Mat, Mat) -
Method in class org.opencv.ml.EM
-
- trainIdx -
Variable in class org.opencv.features2d.DMatch
- Train descriptor index.
- trainM(Mat, Mat, Mat, Mat, Mat) -
Method in class org.opencv.ml.EM
-
- trainM(Mat, Mat) -
Method in class org.opencv.ml.EM
-
- 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.
- triangulatePoints(Mat, Mat, Mat, Mat, Mat) -
Static method in class org.opencv.calib3d.Calib3d
- Reconstructs points by triangulation.
- type() -
Method in class org.opencv.core.Mat
- Returns the type of a matrix element.
- type -
Variable in class org.opencv.core.TermCriteria
-
- TYPE_MASK -
Static variable in class org.opencv.core.Core
-
- typeToString(int) -
Static method in class org.opencv.core.CvType
-
|
OpenCV 2.4.8 Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |