void |
opencv_features2d.DescriptorMatcher.add(opencv_core.UMatVector descriptors) |
void |
opencv_features2d.FlannBasedMatcher.add(opencv_core.UMatVector descriptors) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMatVector images,
opencv_stitching.ImageFeatures features) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois) |
static int |
opencv_video.buildOpticalFlowPyramid(opencv_core.Mat img,
opencv_core.UMatVector pyramid,
opencv_core.Size winSize,
int maxLevel) |
static int |
opencv_video.buildOpticalFlowPyramid(opencv_core.Mat img,
opencv_core.UMatVector pyramid,
opencv_core.Size winSize,
int maxLevel,
boolean withDerivatives,
int pyrBorder,
int derivBorder,
boolean tryReuseInputImage) |
static int |
opencv_video.buildOpticalFlowPyramid(opencv_core.UMat img,
opencv_core.UMatVector pyramid,
opencv_core.Size winSize,
int maxLevel) |
static int |
opencv_video.buildOpticalFlowPyramid(opencv_core.UMat img,
opencv_core.UMatVector pyramid,
opencv_core.Size winSize,
int maxLevel,
boolean withDerivatives,
int pyrBorder,
int derivBorder,
boolean tryReuseInputImage) |
static void |
opencv_imgproc.buildPyramid(opencv_core.Mat src,
opencv_core.UMatVector dst,
int maxlevel) |
static void |
opencv_imgproc.buildPyramid(opencv_core.Mat src,
opencv_core.UMatVector dst,
int maxlevel,
int borderType) |
static void |
opencv_imgproc.buildPyramid(opencv_core.UMat src,
opencv_core.UMatVector dst,
int maxlevel) |
static void |
opencv_imgproc.buildPyramid(opencv_core.UMat src,
opencv_core.UMatVector dst,
int maxlevel,
int borderType) |
static void |
opencv_imgproc.calcBackProject(opencv_core.UMatVector images,
int[] channels,
opencv_core.Mat hist,
opencv_core.Mat dst,
float[] ranges,
double scale) |
static void |
opencv_imgproc.calcBackProject(opencv_core.UMatVector images,
int[] channels,
opencv_core.UMat hist,
opencv_core.UMat dst,
float[] ranges,
double scale) |
static void |
opencv_imgproc.calcBackProject(opencv_core.UMatVector images,
IntBuffer channels,
opencv_core.Mat hist,
opencv_core.Mat dst,
FloatBuffer ranges,
double scale) |
static void |
opencv_imgproc.calcBackProject(opencv_core.UMatVector images,
IntBuffer channels,
opencv_core.UMat hist,
opencv_core.UMat dst,
FloatBuffer ranges,
double scale) |
static void |
opencv_imgproc.calcBackProject(opencv_core.UMatVector images,
IntPointer channels,
opencv_core.Mat hist,
opencv_core.Mat dst,
FloatPointer ranges,
double scale) |
static void |
opencv_imgproc.calcBackProject(opencv_core.UMatVector images,
IntPointer channels,
opencv_core.UMat hist,
opencv_core.UMat dst,
FloatPointer ranges,
double scale) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
int[] channels,
opencv_core.Mat mask,
opencv_core.Mat hist,
int[] histSize,
float[] ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
int[] channels,
opencv_core.Mat mask,
opencv_core.Mat hist,
int[] histSize,
float[] ranges,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
int[] channels,
opencv_core.UMat mask,
opencv_core.UMat hist,
int[] histSize,
float[] ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
int[] channels,
opencv_core.UMat mask,
opencv_core.UMat hist,
int[] histSize,
float[] ranges,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntBuffer channels,
opencv_core.Mat mask,
opencv_core.Mat hist,
IntBuffer histSize,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntBuffer channels,
opencv_core.Mat mask,
opencv_core.Mat hist,
IntBuffer histSize,
FloatBuffer ranges,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntBuffer channels,
opencv_core.UMat mask,
opencv_core.UMat hist,
IntBuffer histSize,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntBuffer channels,
opencv_core.UMat mask,
opencv_core.UMat hist,
IntBuffer histSize,
FloatBuffer ranges,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntPointer channels,
opencv_core.Mat mask,
opencv_core.Mat hist,
IntPointer histSize,
FloatPointer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntPointer channels,
opencv_core.Mat mask,
opencv_core.Mat hist,
IntPointer histSize,
FloatPointer ranges,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntPointer channels,
opencv_core.UMat mask,
opencv_core.UMat hist,
IntPointer histSize,
FloatPointer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.UMatVector images,
IntPointer channels,
opencv_core.UMat mask,
opencv_core.UMat hist,
IntPointer histSize,
FloatPointer ranges,
boolean accumulate) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.Mat K,
opencv_core.Mat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.Mat K,
opencv_core.Mat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.UMat K,
opencv_core.UMat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs) |
static double |
opencv_calib3d.calibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size image_size,
opencv_core.UMat K,
opencv_core.UMat D,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs) |
static double |
opencv_calib3d.calibrateCamera(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.Mat cameraMatrix,
opencv_core.Mat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.Mat stdDeviationsIntrinsics,
opencv_core.Mat stdDeviationsExtrinsics,
opencv_core.Mat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors) |
static double |
opencv_calib3d.calibrateCameraExtended(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
opencv_core.UMat cameraMatrix,
opencv_core.UMat distCoeffs,
opencv_core.UMatVector rvecs,
opencv_core.UMatVector tvecs,
opencv_core.UMat stdDeviationsIntrinsics,
opencv_core.UMat stdDeviationsExtrinsics,
opencv_core.UMat perViewErrors,
int flags,
opencv_core.TermCriteria criteria) |
int |
opencv_stitching.Stitcher.composePanorama(opencv_core.UMatVector images,
opencv_core.Mat pano) |
int |
opencv_stitching.Stitcher.composePanorama(opencv_core.UMatVector images,
opencv_core.UMat pano) |
void |
opencv_xfeatures2d.DAISY.compute(opencv_core.UMatVector images,
opencv_core.KeyPointVectorVector keypoints,
opencv_core.UMatVector descriptors) |
void |
opencv_features2d.Feature2D.compute(opencv_core.UMatVector images,
opencv_core.KeyPointVectorVector keypoints,
opencv_core.UMatVector descriptors) |
void |
opencv_core.LDA.compute(opencv_core.UMatVector src,
opencv_core.Mat labels) |
void |
opencv_core.LDA.compute(opencv_core.UMatVector src,
opencv_core.UMat labels) |
static void |
opencv_text.computeNMChannels(opencv_core.Mat _src,
opencv_core.UMatVector _channels) |
static void |
opencv_text.computeNMChannels(opencv_core.Mat _src,
opencv_core.UMatVector _channels,
int _mode) |
static void |
opencv_text.computeNMChannels(opencv_core.UMat _src,
opencv_core.UMatVector _channels) |
static void |
opencv_text.computeNMChannels(opencv_core.UMat _src,
opencv_core.UMatVector _channels,
int _mode) |
static void |
opencv_stitching.createLaplacePyr(opencv_core.Mat img,
int num_levels,
opencv_core.UMatVector pyr) |
static void |
opencv_stitching.createLaplacePyr(opencv_core.UMat img,
int num_levels,
opencv_core.UMatVector pyr) |
static void |
opencv_stitching.createLaplacePyrGpu(opencv_core.Mat img,
int num_levels,
opencv_core.UMatVector pyr) |
static void |
opencv_stitching.createLaplacePyrGpu(opencv_core.UMat img,
int num_levels,
opencv_core.UMatVector pyr) |
opencv_core.Rect |
opencv_stitching.FeatherBlender.createWeightMaps(opencv_core.UMatVector masks,
opencv_core.PointVector corners,
opencv_core.UMatVector weight_maps)
Creates weight maps for fixed set of source images by their masks and top-left corners.
|
static int |
opencv_calib3d.decomposeHomographyMat(opencv_core.Mat H,
opencv_core.Mat K,
opencv_core.UMatVector rotations,
opencv_core.UMatVector translations,
opencv_core.UMatVector normals) |
static int |
opencv_calib3d.decomposeHomographyMat(opencv_core.UMat H,
opencv_core.UMat K,
opencv_core.UMatVector rotations,
opencv_core.UMatVector translations,
opencv_core.UMatVector normals) |
void |
opencv_features2d.Feature2D.detect(opencv_core.UMatVector images,
opencv_core.KeyPointVectorVector keypoints) |
void |
opencv_features2d.Feature2D.detect(opencv_core.UMatVector images,
opencv_core.KeyPointVectorVector keypoints,
opencv_core.UMatVector masks) |
static void |
opencv_imgproc.drawContours(opencv_core.Mat image,
opencv_core.UMatVector contours,
int contourIdx,
opencv_core.Scalar color) |
static void |
opencv_imgproc.drawContours(opencv_core.Mat image,
opencv_core.UMatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.Mat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_imgproc.drawContours(opencv_core.UMat image,
opencv_core.UMatVector contours,
int contourIdx,
opencv_core.Scalar color) |
static void |
opencv_imgproc.drawContours(opencv_core.UMat image,
opencv_core.UMatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.UMat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_text.erGrouping(opencv_core.Mat img,
opencv_core.UMatVector channels,
opencv_text.ERStatVectorVector regions,
opencv_core.PointVectorVector groups,
opencv_core.RectVector groups_rects) |
static void |
opencv_text.erGrouping(opencv_core.Mat img,
opencv_core.UMatVector channels,
opencv_text.ERStatVectorVector regions,
opencv_core.PointVectorVector groups,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbablity) |
static void |
opencv_text.erGrouping(opencv_core.UMat img,
opencv_core.UMatVector channels,
opencv_text.ERStatVectorVector regions,
opencv_core.PointVectorVector groups,
opencv_core.RectVector groups_rects) |
static void |
opencv_text.erGrouping(opencv_core.UMat img,
opencv_core.UMatVector channels,
opencv_text.ERStatVectorVector regions,
opencv_core.PointVectorVector groups,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbablity) |
int |
opencv_stitching.Stitcher.estimateTransform(opencv_core.UMatVector images) |
int |
opencv_stitching.Stitcher.estimateTransform(opencv_core.UMatVector images,
opencv_core.RectVectorVector rois) |
static void |
opencv_photo.fastNlMeansDenoisingColoredMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingColoredMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float h,
float hColor,
int templateWindowSize,
int searchWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingColoredMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingColoredMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float h,
float hColor,
int templateWindowSize,
int searchWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float[] h) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float[] h,
int templateWindowSize,
int searchWindowSize,
int normType) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatBuffer h) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatBuffer h,
int templateWindowSize,
int searchWindowSize,
int normType) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float h,
int templateWindowSize,
int searchWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatPointer h) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.Mat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatPointer h,
int templateWindowSize,
int searchWindowSize,
int normType) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float[] h) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float[] h,
int templateWindowSize,
int searchWindowSize,
int normType) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatBuffer h) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatBuffer h,
int templateWindowSize,
int searchWindowSize,
int normType) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
float h,
int templateWindowSize,
int searchWindowSize) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatPointer h) |
static void |
opencv_photo.fastNlMeansDenoisingMulti(opencv_core.UMatVector srcImgs,
opencv_core.UMat dst,
int imgToDenoiseIndex,
int temporalWindowSize,
FloatPointer h,
int templateWindowSize,
int searchWindowSize,
int normType) |
void |
opencv_stitching.ExposureCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks)
\overload
|
void |
opencv_stitching.NoExposureCompensator.feed(opencv_core.PointVector arg0,
opencv_core.UMatVector arg1,
opencv_core.UMatBytePairVector arg2) |
void |
opencv_stitching.GainCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks) |
void |
opencv_stitching.BlocksGainCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks) |
void |
opencv_stitching.ExposureCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatVector masks) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.UMatVector pts,
opencv_core.Scalar color) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.UMatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.UMat img,
opencv_core.UMatVector pts,
opencv_core.Scalar color) |
static void |
opencv_imgproc.fillPoly(opencv_core.UMat img,
opencv_core.UMatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
void |
opencv_stitching.VoronoiSeamFinder.find(opencv_core.SizeVector size,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.SeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks)
\brief Estimates seams.
|
void |
opencv_stitching.NoSeamFinder.find(opencv_core.UMatVector arg0,
opencv_core.PointVector arg1,
opencv_core.UMatVector arg2) |
void |
opencv_stitching.PairwiseSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.VoronoiSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.DpSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.GraphCutSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.UMatVector contours,
int mode,
int method) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.UMatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.UMatVector contours,
opencv_core.Mat hierarchy,
int mode,
int method) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.UMatVector contours,
opencv_core.Mat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.UMatVector contours,
int mode,
int method) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.UMatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.UMatVector contours,
opencv_core.UMat hierarchy,
int mode,
int method) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.UMatVector contours,
opencv_core.UMat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_core.hconcat(opencv_core.UMatVector src,
opencv_core.Mat dst) |
static void |
opencv_core.hconcat(opencv_core.UMatVector src,
opencv_core.UMat dst) |
static opencv_core.Mat |
opencv_calib3d.initCameraMatrix2D(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize) |
static opencv_core.Mat |
opencv_calib3d.initCameraMatrix2D(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints,
opencv_core.Size imageSize,
double aspectRatio) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVector matches,
opencv_core.UMatVector masks) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVector matches,
opencv_core.UMatVector masks) |
static void |
opencv_core.merge(opencv_core.UMatVector mv,
opencv_core.Mat dst) |
static void |
opencv_core.merge(opencv_core.UMatVector mv,
opencv_core.UMat dst) |
static void |
opencv_core.mixChannels(opencv_core.UMatVector src,
opencv_core.UMatVector dst,
int[] fromTo) |
static void |
opencv_core.mixChannels(opencv_core.UMatVector src,
opencv_core.UMatVector dst,
int[] fromTo,
long npairs) |
static void |
opencv_core.mixChannels(opencv_core.UMatVector src,
opencv_core.UMatVector dst,
IntBuffer fromTo) |
static void |
opencv_core.mixChannels(opencv_core.UMatVector src,
opencv_core.UMatVector dst,
IntBuffer fromTo,
long npairs) |
static void |
opencv_core.mixChannels(opencv_core.UMatVector src,
opencv_core.UMatVector dst,
IntPointer fromTo) |
static void |
opencv_core.mixChannels(opencv_core.UMatVector src,
opencv_core.UMatVector dst,
IntPointer fromTo,
long npairs) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.UMatVector pts,
boolean isClosed,
opencv_core.Scalar color) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.UMatVector pts,
boolean isClosed,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.polylines(opencv_core.UMat img,
opencv_core.UMatVector pts,
boolean isClosed,
opencv_core.Scalar color) |
static void |
opencv_imgproc.polylines(opencv_core.UMat img,
opencv_core.UMatVector pts,
boolean isClosed,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
void |
opencv_photo.MergeMertens.process(opencv_core.UMatVector src,
opencv_core.Mat dst) |
void |
opencv_photo.CalibrateCRF.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times) |
void |
opencv_photo.MergeDebevec.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times) |
void |
opencv_photo.MergeRobertson.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times) |
void |
opencv_photo.MergeExposures.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
opencv_photo.MergeDebevec.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
opencv_photo.MergeMertens.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
opencv_photo.MergeRobertson.process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
opencv_photo.AlignMTB.process(opencv_core.UMatVector src,
opencv_core.MatVector dst) |
void |
opencv_photo.AlignExposures.process(opencv_core.UMatVector src,
opencv_core.MatVector dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
opencv_photo.AlignMTB.process(opencv_core.UMatVector src,
opencv_core.MatVector dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
opencv_photo.AlignExposures.process(opencv_core.UMatVector src,
opencv_core.MatVector dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
opencv_photo.AlignMTB.process(opencv_core.UMatVector src,
opencv_core.MatVector dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
opencv_photo.MergeMertens.process(opencv_core.UMatVector src,
opencv_core.UMat dst) |
void |
opencv_photo.CalibrateCRF.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times) |
void |
opencv_photo.MergeDebevec.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times) |
void |
opencv_photo.MergeRobertson.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times) |
void |
opencv_photo.MergeExposures.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
opencv_photo.MergeDebevec.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
opencv_photo.MergeMertens.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
opencv_photo.MergeRobertson.process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times,
opencv_core.UMat response) |
opencv_core.UMatVector |
opencv_core.UMatVector.put(opencv_core.UMatVector x) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.UMatVector masks,
boolean compactResult) |
static float |
opencv_calib3d.rectify3Collinear(opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Mat cameraMatrix3,
opencv_core.Mat distCoeffs3,
opencv_core.UMatVector imgpt1,
opencv_core.UMatVector imgpt3,
opencv_core.Size imageSize,
opencv_core.Mat R12,
opencv_core.Mat T12,
opencv_core.Mat R13,
opencv_core.Mat T13,
opencv_core.Mat R1,
opencv_core.Mat R2,
opencv_core.Mat R3,
opencv_core.Mat P1,
opencv_core.Mat P2,
opencv_core.Mat P3,
opencv_core.Mat Q,
double alpha,
opencv_core.Size newImgSize,
opencv_core.Rect roi1,
opencv_core.Rect roi2,
int flags) |
static float |
opencv_calib3d.rectify3Collinear(opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.UMat cameraMatrix3,
opencv_core.UMat distCoeffs3,
opencv_core.UMatVector imgpt1,
opencv_core.UMatVector imgpt3,
opencv_core.Size imageSize,
opencv_core.UMat R12,
opencv_core.UMat T12,
opencv_core.UMat R13,
opencv_core.UMat T13,
opencv_core.UMat R1,
opencv_core.UMat R2,
opencv_core.UMat R3,
opencv_core.UMat P1,
opencv_core.UMat P2,
opencv_core.UMat P3,
opencv_core.UMat Q,
double alpha,
opencv_core.Size newImgSize,
opencv_core.Rect roi1,
opencv_core.Rect roi2,
int flags) |
static void |
opencv_stitching.restoreImageFromLaplacePyr(opencv_core.UMatVector pyr) |
static void |
opencv_stitching.restoreImageFromLaplacePyrGpu(opencv_core.UMatVector pyr) |
static opencv_core.Rect |
opencv_stitching.resultRoi(opencv_core.PointVector corners,
opencv_core.UMatVector images) |
static void |
opencv_core.split(opencv_core.Mat m,
opencv_core.UMatVector mv) |
static void |
opencv_core.split(opencv_core.UMat m,
opencv_core.UMatVector mv) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat K1,
opencv_core.Mat D1,
opencv_core.Mat K2,
opencv_core.Mat D2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat K1,
opencv_core.Mat D1,
opencv_core.Mat K2,
opencv_core.Mat D2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.Mat cameraMatrix1,
opencv_core.Mat distCoeffs1,
opencv_core.Mat cameraMatrix2,
opencv_core.Mat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.Mat R,
opencv_core.Mat T,
opencv_core.Mat E,
opencv_core.Mat F,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat K1,
opencv_core.UMat D1,
opencv_core.UMat K2,
opencv_core.UMat D2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat K1,
opencv_core.UMat D1,
opencv_core.UMat K2,
opencv_core.UMat D2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
int flags,
opencv_core.TermCriteria criteria) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F) |
static double |
opencv_calib3d.stereoCalibrate(opencv_core.UMatVector objectPoints,
opencv_core.UMatVector imagePoints1,
opencv_core.UMatVector imagePoints2,
opencv_core.UMat cameraMatrix1,
opencv_core.UMat distCoeffs1,
opencv_core.UMat cameraMatrix2,
opencv_core.UMat distCoeffs2,
opencv_core.Size imageSize,
opencv_core.UMat R,
opencv_core.UMat T,
opencv_core.UMat E,
opencv_core.UMat F,
int flags,
opencv_core.TermCriteria criteria) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.UMatVector images,
opencv_core.Mat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.UMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.Mat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.UMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.UMat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.UMatVector images,
opencv_core.UMat pano) |
void |
opencv_face.FaceRecognizer.train(opencv_core.UMatVector src,
opencv_core.Mat labels) |
void |
opencv_face.FaceRecognizer.train(opencv_core.UMatVector src,
opencv_core.UMat labels) |
void |
opencv_face.FaceRecognizer.update(opencv_core.UMatVector src,
opencv_core.Mat labels) |
void |
opencv_face.FaceRecognizer.update(opencv_core.UMatVector src,
opencv_core.UMat labels) |
static void |
opencv_core.vconcat(opencv_core.UMatVector src,
opencv_core.Mat dst) |
static void |
opencv_core.vconcat(opencv_core.UMatVector src,
opencv_core.UMat dst) |