| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Point |
opencv_core.Rect.br()
the bottom-right corner
|
opencv_core.Point |
opencv_photo.AlignMTB.calculateShift(opencv_core.GpuMat img0,
opencv_core.GpuMat img1) |
opencv_core.Point |
opencv_photo.AlignMTB.calculateShift(opencv_core.Mat img0,
opencv_core.Mat img1)
\brief Calculates shift between two images, i.
|
opencv_core.Point |
opencv_photo.AlignMTB.calculateShift(opencv_core.UMat img0,
opencv_core.UMat img1) |
opencv_core.Point[] |
opencv_core.PointVector.get() |
opencv_core.Point |
opencv_core.PointVector.Iterator.get() |
opencv_core.Point |
opencv_core.PointVector.get(long i) |
opencv_core.Point |
opencv_core.DeviceInfo.maxSurface1DLayered()
maximum 1D layered surface dimensions
|
opencv_core.Point |
opencv_core.DeviceInfo.maxSurface2D()
maximum 2D surface dimensions
|
opencv_core.Point |
opencv_core.DeviceInfo.maxSurfaceCubemapLayered()
maximum Cubemap layered surface dimensions
|
opencv_core.Point |
opencv_core.DeviceInfo.maxTexture1DLayered()
maximum 1D layered texture dimensions
|
opencv_core.Point |
opencv_core.DeviceInfo.maxTexture2D()
maximum 2D texture dimensions
|
opencv_core.Point |
opencv_core.DeviceInfo.maxTexture2DGather()
maximum 2D texture dimensions if texture gather operations have to be performed
|
opencv_core.Point |
opencv_core.DeviceInfo.maxTexture2DMipmap()
maximum 2D mipmapped texture dimensions
|
opencv_core.Point |
opencv_core.DeviceInfo.maxTextureCubemapLayered()
maximum Cubemap layered texture dimensions
|
opencv_core.Point |
opencv_core.PointVector.pop_back() |
opencv_core.Point |
opencv_core.MatConstIterator.pos()
returns the current iterator position
|
opencv_core.Point |
opencv_imgproc.LineIterator.pos()
\brief returns coordinates of the current pixel
|
opencv_core.Point |
opencv_core.Point.position(long position) |
opencv_core.Point |
opencv_core.Point.put(opencv_core.Point pt) |
static opencv_core.Point |
opencv_stitching.resultTl(opencv_core.PointVector corners) |
opencv_core.Point |
opencv_core.Rect.tl()
the top-left corner
|
opencv_core.Point |
opencv_stitching.RotationWarper.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarper.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.AffineWarper.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarper.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarper.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarper.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.GpuMat K,
opencv_core.GpuMat R,
opencv_core.GpuMat T,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.GpuMat src,
opencv_core.UMat K,
opencv_core.UMat R,
opencv_core.UMat T,
int interp_mode,
int border_mode,
opencv_core.GpuMat dst) |
opencv_core.Point |
opencv_stitching.RotationWarper.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst)
\brief Projects the image.
|
opencv_core.Point |
opencv_stitching.DetailPlaneWarper.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.AffineWarper.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarper.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarper.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarperGpu.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarperGpu.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarper.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.Mat src,
opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T,
int interp_mode,
int border_mode,
opencv_core.Mat dst) |
opencv_core.Point |
opencv_stitching.RotationWarper.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarper.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.AffineWarper.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarper.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarper.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailSphericalWarperGpu.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailCylindricalWarperGpu.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarper.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
opencv_core.UMat T,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_stitching.DetailPlaneWarperGpu.warp(opencv_core.UMat src,
opencv_core.UMat K,
opencv_core.UMat R,
opencv_core.UMat T,
int interp_mode,
int border_mode,
opencv_core.UMat dst) |
opencv_core.Point |
opencv_core.Point.x(int x) |
opencv_core.Point |
opencv_core.Point.y(int y) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
org.bytedeco.javacpp.BytePointer nameFont) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
org.bytedeco.javacpp.BytePointer nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing)
\brief Draws a text on the image.
|
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
opencv_highgui.QtFont font)
\brief Draws a text on the image.
|
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
opencv_highgui.QtFont font) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
String nameFont) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
String nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing) |
void |
opencv_stitching.ExposureCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.GpuMat image,
opencv_core.GpuMat mask) |
void |
opencv_stitching.NoExposureCompensator.apply(int arg0,
opencv_core.Point arg1,
opencv_core.GpuMat arg2,
opencv_core.GpuMat arg3) |
void |
opencv_stitching.GainCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.GpuMat image,
opencv_core.GpuMat mask) |
void |
opencv_stitching.BlocksGainCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.GpuMat image,
opencv_core.GpuMat mask) |
void |
opencv_stitching.ExposureCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.Mat image,
opencv_core.Mat mask)
\brief Compensate exposure in the specified image.
|
void |
opencv_stitching.NoExposureCompensator.apply(int arg0,
opencv_core.Point arg1,
opencv_core.Mat arg2,
opencv_core.Mat arg3) |
void |
opencv_stitching.GainCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.Mat image,
opencv_core.Mat mask) |
void |
opencv_stitching.BlocksGainCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.Mat image,
opencv_core.Mat mask) |
void |
opencv_stitching.ExposureCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.UMat image,
opencv_core.UMat mask) |
void |
opencv_stitching.NoExposureCompensator.apply(int arg0,
opencv_core.Point arg1,
opencv_core.UMat arg2,
opencv_core.UMat arg3) |
void |
opencv_stitching.GainCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.UMat image,
opencv_core.UMat mask) |
void |
opencv_stitching.BlocksGainCompensator.apply(int index,
opencv_core.Point corner,
opencv_core.UMat image,
opencv_core.UMat mask) |
static void |
opencv_imgproc.arrowedLine(opencv_core.GpuMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.arrowedLine(opencv_core.GpuMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int line_type,
int shift,
double tipLength) |
static void |
opencv_imgproc.arrowedLine(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.arrowedLine(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int line_type,
int shift,
double tipLength)
\brief Draws a arrow segment pointing from the first point to the second one.
|
static void |
opencv_imgproc.arrowedLine(opencv_core.UMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.arrowedLine(opencv_core.UMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int line_type,
int shift,
double tipLength) |
static void |
opencv_imgproc.blur(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderType) |
static void |
opencv_imgproc.blur(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderType)
\brief Blurs an image using the normalized box filter.
|
static void |
opencv_imgproc.blur(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderType) |
static void |
opencv_imgproc.boxFilter(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
int ddepth,
opencv_core.Size ksize,
opencv_core.Point anchor,
boolean normalize,
int borderType) |
static void |
opencv_imgproc.boxFilter(opencv_core.Mat src,
opencv_core.Mat dst,
int ddepth,
opencv_core.Size ksize,
opencv_core.Point anchor,
boolean normalize,
int borderType)
\brief Blurs an image using the box filter.
|
static void |
opencv_imgproc.boxFilter(opencv_core.UMat src,
opencv_core.UMat dst,
int ddepth,
opencv_core.Size ksize,
opencv_core.Point anchor,
boolean normalize,
int borderType) |
static boolean |
opencv_core.checkRange(opencv_core.GpuMat a,
boolean quiet,
opencv_core.Point pos,
double minVal,
double maxVal) |
static boolean |
opencv_core.checkRange(opencv_core.Mat a,
boolean quiet,
opencv_core.Point pos,
double minVal,
double maxVal)
\brief Checks every element of an input array for invalid values.
|
static boolean |
opencv_core.checkRange(opencv_core.UMat a,
boolean quiet,
opencv_core.Point pos,
double minVal,
double maxVal) |
static void |
opencv_imgproc.circle(opencv_core.GpuMat img,
opencv_core.Point center,
int radius,
opencv_core.Scalar color) |
static void |
opencv_imgproc.circle(opencv_core.GpuMat img,
opencv_core.Point center,
int radius,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.circle(opencv_core.Mat img,
opencv_core.Point center,
int radius,
opencv_core.Scalar color) |
static void |
opencv_imgproc.circle(opencv_core.Mat img,
opencv_core.Point center,
int radius,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift)
\brief Draws a circle.
|
static void |
opencv_imgproc.circle(opencv_core.UMat img,
opencv_core.Point center,
int radius,
opencv_core.Scalar color) |
static void |
opencv_imgproc.circle(opencv_core.UMat img,
opencv_core.Point center,
int radius,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static boolean |
opencv_imgproc.clipLine(opencv_core.Rect imgRect,
opencv_core.Point pt1,
opencv_core.Point pt2)
\overload
|
static boolean |
opencv_imgproc.clipLine(opencv_core.Size imgSize,
opencv_core.Point pt1,
opencv_core.Point pt2)
\brief Clips the line against the image rectangle.
|
static void |
opencv_bgsegm.BackgroundSubtractorLSBPDesc.compute(opencv_core.GpuMat desc,
opencv_core.Mat frame,
opencv_core.Point LSBPSamplePoints) |
static void |
opencv_bgsegm.BackgroundSubtractorLSBPDesc.compute(opencv_core.Mat desc,
opencv_core.Mat frame,
opencv_core.Point LSBPSamplePoints) |
static void |
opencv_bgsegm.BackgroundSubtractorLSBPDesc.compute(opencv_core.UMat desc,
opencv_core.Mat frame,
opencv_core.Point LSBPSamplePoints) |
static void |
opencv_bgsegm.BackgroundSubtractorLSBPDesc.computeFromLocalSVDValues(opencv_core.GpuMat desc,
opencv_core.Mat localSVDValues,
opencv_core.Point LSBPSamplePoints) |
static void |
opencv_bgsegm.BackgroundSubtractorLSBPDesc.computeFromLocalSVDValues(opencv_core.Mat desc,
opencv_core.Mat localSVDValues,
opencv_core.Point LSBPSamplePoints) |
static void |
opencv_bgsegm.BackgroundSubtractorLSBPDesc.computeFromLocalSVDValues(opencv_core.UMat desc,
opencv_core.Mat localSVDValues,
opencv_core.Point LSBPSamplePoints) |
boolean |
opencv_core.Rect.contains(opencv_core.Point pt)
checks whether the rectangle contains the point
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxFilter(int srcType,
int dstType,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a normalized 2D box filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxMaxFilter(int srcType,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates the maximum filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createBoxMinFilter(int srcType,
opencv_core.Size ksize,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates the minimum filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal)
\brief Creates a non-separable linear 2D filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createLinearFilter(int srcType,
int dstType,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int borderMode,
opencv_core.Scalar borderVal) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int iterations) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int iterations)
\brief Creates a 2D morphological filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createMorphologyFilter(int op,
int srcType,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int iterations) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.GpuMat rowKernel,
opencv_core.GpuMat columnKernel,
opencv_core.Point anchor,
int rowBorderMode,
int columnBorderMode) |
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.Mat rowKernel,
opencv_core.Mat columnKernel,
opencv_core.Point anchor,
int rowBorderMode,
int columnBorderMode)
\brief Creates a separable linear filter.
|
static opencv_cudafilters.Filter |
opencv_cudafilters.createSeparableLinearFilter(int srcType,
int dstType,
opencv_core.UMat rowKernel,
opencv_core.UMat columnKernel,
opencv_core.Point anchor,
int rowBorderMode,
int columnBorderMode) |
double |
opencv_core.Point.cross(opencv_core.Point pt)
cross-product
|
double |
opencv_core.Point.ddot(opencv_core.Point pt)
dot product computed in double-precision arithmetics
|
static void |
opencv_imgproc.dilate(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue) |
static void |
opencv_imgproc.dilate(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue)
\brief Dilates an image by using a specific structuring element.
|
static void |
opencv_imgproc.dilate(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue) |
int |
opencv_core.Point.dot(opencv_core.Point pt)
dot product
|
static void |
opencv_imgproc.drawContours(opencv_core.GpuMat image,
opencv_core.GpuMatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.GpuMat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_imgproc.drawContours(opencv_core.GpuMat image,
opencv_core.MatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.GpuMat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_imgproc.drawContours(opencv_core.GpuMat image,
opencv_core.UMatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.GpuMat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_imgproc.drawContours(opencv_core.Mat image,
opencv_core.GpuMatVector 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.Mat image,
opencv_core.MatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.Mat hierarchy,
int maxLevel,
opencv_core.Point offset)
\brief Draws contours outlines or filled contours.
|
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.GpuMatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.UMat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_imgproc.drawContours(opencv_core.UMat image,
opencv_core.MatVector contours,
int contourIdx,
opencv_core.Scalar color,
int thickness,
int lineType,
opencv_core.UMat 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,
int thickness,
int lineType,
opencv_core.UMat hierarchy,
int maxLevel,
opencv_core.Point offset) |
static void |
opencv_imgproc.drawMarker(opencv_core.Mat img,
opencv_core.Point position,
opencv_core.Scalar color) |
static void |
opencv_imgproc.drawMarker(opencv_core.Mat img,
opencv_core.Point position,
opencv_core.Scalar color,
int markerType,
int markerSize,
int thickness,
int line_type)
\brief Draws a marker on a predefined position in an image.
|
static void |
opencv_imgproc.ellipse(opencv_core.GpuMat img,
opencv_core.Point center,
opencv_core.Size axes,
double angle,
double startAngle,
double endAngle,
opencv_core.Scalar color) |
static void |
opencv_imgproc.ellipse(opencv_core.GpuMat img,
opencv_core.Point center,
opencv_core.Size axes,
double angle,
double startAngle,
double endAngle,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.ellipse(opencv_core.Mat img,
opencv_core.Point center,
opencv_core.Size axes,
double angle,
double startAngle,
double endAngle,
opencv_core.Scalar color) |
static void |
opencv_imgproc.ellipse(opencv_core.Mat img,
opencv_core.Point center,
opencv_core.Size axes,
double angle,
double startAngle,
double endAngle,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift)
\brief Draws a simple or thick elliptic arc or fills an ellipse sector.
|
static void |
opencv_imgproc.ellipse(opencv_core.UMat img,
opencv_core.Point center,
opencv_core.Size axes,
double angle,
double startAngle,
double endAngle,
opencv_core.Scalar color) |
static void |
opencv_imgproc.ellipse(opencv_core.UMat img,
opencv_core.Point center,
opencv_core.Size axes,
double angle,
double startAngle,
double endAngle,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.ellipse2Poly(opencv_core.Point center,
opencv_core.Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
opencv_core.PointVector pts)
\brief Approximates an elliptic arc with a polyline.
|
static void |
opencv_imgproc.erode(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue) |
static void |
opencv_imgproc.erode(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue)
\brief Erodes an image by using a specific structuring element.
|
static void |
opencv_imgproc.erode(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue) |
void |
opencv_stitching.Blender.feed(opencv_core.GpuMat img,
opencv_core.GpuMat mask,
opencv_core.Point tl) |
void |
opencv_stitching.FeatherBlender.feed(opencv_core.GpuMat img,
opencv_core.GpuMat mask,
opencv_core.Point tl) |
void |
opencv_stitching.MultiBandBlender.feed(opencv_core.GpuMat img,
opencv_core.GpuMat mask,
opencv_core.Point tl) |
void |
opencv_stitching.Blender.feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl)
\brief Processes the image.
|
void |
opencv_stitching.FeatherBlender.feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
void |
opencv_stitching.MultiBandBlender.feed(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
void |
opencv_stitching.Blender.feed(opencv_core.UMat img,
opencv_core.UMat mask,
opencv_core.Point tl) |
void |
opencv_stitching.FeatherBlender.feed(opencv_core.UMat img,
opencv_core.UMat mask,
opencv_core.Point tl) |
void |
opencv_stitching.MultiBandBlender.feed(opencv_core.UMat img,
opencv_core.UMat mask,
opencv_core.Point tl) |
static void |
opencv_imgproc.fillConvexPoly(opencv_core.Mat img,
opencv_core.Point pts,
int npts,
opencv_core.Scalar color) |
static void |
opencv_imgproc.fillConvexPoly(opencv_core.Mat img,
opencv_core.Point pts,
int npts,
opencv_core.Scalar color,
int lineType,
int shift)
\overload
|
static void |
opencv_imgproc.fillPoly(opencv_core.GpuMat img,
opencv_core.GpuMatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.GpuMat img,
opencv_core.MatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.GpuMat img,
opencv_core.UMatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.GpuMatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.MatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset)
\brief Fills the area bounded by one or more polygons.
|
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.Point pts,
int[] npts,
int ncontours,
opencv_core.Scalar color) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.Point pts,
int[] npts,
int ncontours,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.Point pts,
IntBuffer npts,
int ncontours,
opencv_core.Scalar color) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.Point pts,
IntBuffer npts,
int ncontours,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.Point pts,
org.bytedeco.javacpp.IntPointer npts,
int ncontours,
opencv_core.Scalar color) |
static void |
opencv_imgproc.fillPoly(opencv_core.Mat img,
opencv_core.Point pts,
org.bytedeco.javacpp.IntPointer npts,
int ncontours,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
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.Mat img,
org.bytedeco.javacpp.PointerPointer pts,
org.bytedeco.javacpp.IntPointer npts,
int ncontours,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset)
\overload
|
static void |
opencv_imgproc.fillPoly(opencv_core.UMat img,
opencv_core.GpuMatVector pts,
opencv_core.Scalar color,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.fillPoly(opencv_core.UMat img,
opencv_core.MatVector 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,
int lineType,
int shift,
opencv_core.Point offset) |
static void |
opencv_imgproc.filter2D(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
int ddepth,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
double delta,
int borderType) |
static void |
opencv_imgproc.filter2D(opencv_core.Mat src,
opencv_core.Mat dst,
int ddepth,
opencv_core.Mat kernel,
opencv_core.Point anchor,
double delta,
int borderType)
\brief Convolves an image with the kernel.
|
static void |
opencv_imgproc.filter2D(opencv_core.UMat src,
opencv_core.UMat dst,
int ddepth,
opencv_core.UMat kernel,
opencv_core.Point anchor,
double delta,
int borderType) |
static void |
opencv_imgproc.findContours(opencv_core.GpuMat image,
opencv_core.GpuMatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.GpuMat image,
opencv_core.GpuMatVector contours,
opencv_core.GpuMat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.GpuMat image,
opencv_core.MatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.GpuMat image,
opencv_core.MatVector contours,
opencv_core.GpuMat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.GpuMat image,
opencv_core.UMatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.GpuMat image,
opencv_core.UMatVector contours,
opencv_core.GpuMat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.GpuMatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.GpuMatVector contours,
opencv_core.Mat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.MatVector contours,
int mode,
int method,
opencv_core.Point offset)
\overload
|
static void |
opencv_imgproc.findContours(opencv_core.Mat image,
opencv_core.MatVector contours,
opencv_core.Mat hierarchy,
int mode,
int method,
opencv_core.Point offset)
\brief Finds contours in a binary image.
|
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,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.GpuMatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.GpuMatVector contours,
opencv_core.UMat hierarchy,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.MatVector contours,
int mode,
int method,
opencv_core.Point offset) |
static void |
opencv_imgproc.findContours(opencv_core.UMat image,
opencv_core.MatVector contours,
opencv_core.UMat 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,
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,
opencv_core.Point offset) |
static int |
opencv_imgproc.floodFill(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal) |
static int |
opencv_imgproc.floodFill(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal,
opencv_core.Rect rect,
opencv_core.Scalar loDiff,
opencv_core.Scalar upDiff,
int flags) |
static int |
opencv_imgproc.floodFill(opencv_core.GpuMat image,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal) |
static int |
opencv_imgproc.floodFill(opencv_core.GpuMat image,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal,
opencv_core.Rect rect,
opencv_core.Scalar loDiff,
opencv_core.Scalar upDiff,
int flags) |
static int |
opencv_imgproc.floodFill(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal) |
static int |
opencv_imgproc.floodFill(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal,
opencv_core.Rect rect,
opencv_core.Scalar loDiff,
opencv_core.Scalar upDiff,
int flags)
\brief Fills a connected component with the given color.
|
static int |
opencv_imgproc.floodFill(opencv_core.Mat image,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal) |
static int |
opencv_imgproc.floodFill(opencv_core.Mat image,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal,
opencv_core.Rect rect,
opencv_core.Scalar loDiff,
opencv_core.Scalar upDiff,
int flags)
\overload
|
static int |
opencv_imgproc.floodFill(opencv_core.UMat image,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal) |
static int |
opencv_imgproc.floodFill(opencv_core.UMat image,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal,
opencv_core.Rect rect,
opencv_core.Scalar loDiff,
opencv_core.Scalar upDiff,
int flags) |
static int |
opencv_imgproc.floodFill(opencv_core.UMat image,
opencv_core.UMat mask,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal) |
static int |
opencv_imgproc.floodFill(opencv_core.UMat image,
opencv_core.UMat mask,
opencv_core.Point seedPoint,
opencv_core.Scalar newVal,
opencv_core.Rect rect,
opencv_core.Scalar loDiff,
opencv_core.Scalar upDiff,
int flags) |
boolean |
opencv_structured_light.GrayCodePattern.getProjPixel(opencv_core.GpuMatVector patternImages,
int x,
int y,
opencv_core.Point projPix) |
boolean |
opencv_structured_light.GrayCodePattern.getProjPixel(opencv_core.MatVector patternImages,
int x,
int y,
opencv_core.Point projPix)
\brief For a (x,y) pixel of a camera returns the corresponding projector pixel.
|
boolean |
opencv_structured_light.GrayCodePattern.getProjPixel(opencv_core.UMatVector patternImages,
int x,
int y,
opencv_core.Point projPix) |
static opencv_core.Mat |
opencv_imgproc.getStructuringElement(int shape,
opencv_core.Size ksize,
opencv_core.Point anchor)
\brief Returns a structuring element of the specified size and shape for morphological operations.
|
static opencv_core.Scalar4i |
opencv_ximgproc.HoughPoint2Line(opencv_core.Point houghPoint,
opencv_core.GpuMat srcImgInfo) |
static opencv_core.Scalar4i |
opencv_ximgproc.HoughPoint2Line(opencv_core.Point houghPoint,
opencv_core.GpuMat srcImgInfo,
int angleRange,
int makeSkew,
int rules) |
static opencv_core.Scalar4i |
opencv_ximgproc.HoughPoint2Line(opencv_core.Point houghPoint,
opencv_core.Mat srcImgInfo) |
static opencv_core.Scalar4i |
opencv_ximgproc.HoughPoint2Line(opencv_core.Point houghPoint,
opencv_core.Mat srcImgInfo,
int angleRange,
int makeSkew,
int rules)
\brief Calculates coordinates of line segment corresponded by point in Hough space.
|
static opencv_core.Scalar4i |
opencv_ximgproc.HoughPoint2Line(opencv_core.Point houghPoint,
opencv_core.UMat srcImgInfo) |
static opencv_core.Scalar4i |
opencv_ximgproc.HoughPoint2Line(opencv_core.Point houghPoint,
opencv_core.UMat srcImgInfo,
int angleRange,
int makeSkew,
int rules) |
opencv_core.PointVector.Iterator |
opencv_core.PointVector.insert(opencv_core.PointVector.Iterator pos,
opencv_core.Point value) |
static void |
opencv_imgproc.line(opencv_core.GpuMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.line(opencv_core.GpuMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.line(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.line(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift)
\brief Draws a line segment connecting two points.
|
static void |
opencv_imgproc.line(opencv_core.UMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.line(opencv_core.UMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
void |
opencv_core.GpuMat.locateROI(opencv_core.Size wholeSize,
opencv_core.Point ofs)
locates GpuMat header within a parent GpuMat
|
void |
opencv_core.Mat.locateROI(opencv_core.Size wholeSize,
opencv_core.Point ofs)
\brief Locates the matrix header within a parent matrix.
|
void |
opencv_core.UMat.locateROI(opencv_core.Size wholeSize,
opencv_core.Point ofs)
locates matrix header within a parent matrix.
|
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.GpuMat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.GpuMat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.GpuMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.GpuMat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.GpuMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.GpuMat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.GpuMat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.GpuMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.GpuMat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.GpuMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.GpuMat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.GpuMat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.GpuMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.GpuMat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.GpuMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.Mat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.Mat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.Mat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.Mat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.Mat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.Mat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.Mat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.Mat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.Mat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.Mat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.Mat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.Mat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.Mat mask)
\brief Finds the global minimum and maximum in an array.
|
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.Mat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.Mat mask)
\brief Finds global minimum and maximum matrix elements and returns their values with locations.
|
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.UMat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.UMat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.UMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.UMat src,
double[] minVal,
double[] maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.UMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.UMat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.UMat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.UMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.UMat src,
DoubleBuffer minVal,
DoubleBuffer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.UMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.UMat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc) |
static void |
opencv_core.minMaxLoc(opencv_core.UMat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.UMat mask) |
static void |
opencv_cudaarithm.minMaxLoc(opencv_core.UMat src,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
opencv_core.Point minLoc,
opencv_core.Point maxLoc,
opencv_core.UMat mask) |
static void |
opencv_imgproc.morphologyEx(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
int op,
opencv_core.GpuMat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue) |
static void |
opencv_imgproc.morphologyEx(opencv_core.Mat src,
opencv_core.Mat dst,
int op,
opencv_core.Mat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue)
\brief Performs advanced morphological transformations.
|
static void |
opencv_imgproc.morphologyEx(opencv_core.UMat src,
opencv_core.UMat dst,
int op,
opencv_core.UMat kernel,
opencv_core.Point anchor,
int iterations,
int borderType,
opencv_core.Scalar borderValue) |
static boolean |
opencv_stitching.overlapRoi(opencv_core.Point tl1,
opencv_core.Point tl2,
opencv_core.Size sz1,
opencv_core.Size sz2,
opencv_core.Rect roi) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.Point pts,
int[] npts,
int ncontours,
boolean isClosed,
opencv_core.Scalar color) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.Point pts,
int[] npts,
int ncontours,
boolean isClosed,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.Point pts,
IntBuffer npts,
int ncontours,
boolean isClosed,
opencv_core.Scalar color) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.Point pts,
IntBuffer npts,
int ncontours,
boolean isClosed,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.Point pts,
org.bytedeco.javacpp.IntPointer npts,
int ncontours,
boolean isClosed,
opencv_core.Scalar color) |
static void |
opencv_imgproc.polylines(opencv_core.Mat img,
opencv_core.Point pts,
org.bytedeco.javacpp.IntPointer npts,
int ncontours,
boolean isClosed,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
void |
opencv_stitching.Timelapser.process(opencv_core.GpuMat img,
opencv_core.GpuMat mask,
opencv_core.Point tl) |
void |
opencv_stitching.Timelapser.process(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
void |
opencv_stitching.Timelapser.process(opencv_core.UMat img,
opencv_core.UMat mask,
opencv_core.Point tl) |
opencv_core.PointVector |
opencv_core.PointVector.push_back(opencv_core.Point value) |
opencv_core.PointVector |
opencv_core.PointVector.put(long i,
opencv_core.Point value) |
opencv_core.PointVector |
opencv_core.PointVector.put(opencv_core.Point... array) |
opencv_core.PointVector |
opencv_core.PointVector.put(opencv_core.Point value) |
opencv_core.Point |
opencv_core.Point.put(opencv_core.Point pt) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin)
\brief Draws a text string.
|
static void |
opencv_imgproc.putText(opencv_core.Mat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.rectangle(opencv_core.GpuMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.rectangle(opencv_core.GpuMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_imgproc.rectangle(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.rectangle(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift)
\brief Draws a simple, thick, or filled up-right rectangle.
|
static void |
opencv_imgproc.rectangle(opencv_core.UMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color) |
static void |
opencv_imgproc.rectangle(opencv_core.UMat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
opencv_core.Scalar color,
int thickness,
int lineType,
int shift) |
static void |
opencv_photo.seamlessClone(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.GpuMat mask,
opencv_core.Point p,
opencv_core.GpuMat blend,
int flags) |
static void |
opencv_photo.seamlessClone(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Mat mask,
opencv_core.Point p,
opencv_core.Mat blend,
int flags)
\brief Image editing tasks concern either global changes (color/intensity corrections, filters,
deformations) or local changes concerned to a selection.
|
static void |
opencv_photo.seamlessClone(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.UMat mask,
opencv_core.Point p,
opencv_core.UMat blend,
int flags) |
static void |
opencv_imgproc.sepFilter2D(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
int ddepth,
opencv_core.GpuMat kernelX,
opencv_core.GpuMat kernelY,
opencv_core.Point anchor,
double delta,
int borderType) |
static void |
opencv_imgproc.sepFilter2D(opencv_core.Mat src,
opencv_core.Mat dst,
int ddepth,
opencv_core.Mat kernelX,
opencv_core.Mat kernelY,
opencv_core.Point anchor,
double delta,
int borderType)
\brief Applies a separable linear filter to an image.
|
static void |
opencv_imgproc.sepFilter2D(opencv_core.UMat src,
opencv_core.UMat dst,
int ddepth,
opencv_core.UMat kernelX,
opencv_core.UMat kernelY,
opencv_core.Point anchor,
double delta,
int borderType) |
void |
opencv_imgproc.GeneralizedHough.setTemplate(opencv_core.GpuMat edges,
opencv_core.GpuMat dx,
opencv_core.GpuMat dy,
opencv_core.Point templCenter) |
void |
opencv_imgproc.GeneralizedHough.setTemplate(opencv_core.GpuMat templ,
opencv_core.Point templCenter) |
void |
opencv_imgproc.GeneralizedHough.setTemplate(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Point templCenter) |
void |
opencv_imgproc.GeneralizedHough.setTemplate(opencv_core.Mat templ,
opencv_core.Point templCenter)
set template to search
|
void |
opencv_imgproc.GeneralizedHough.setTemplate(opencv_core.UMat templ,
opencv_core.Point templCenter) |
void |
opencv_imgproc.GeneralizedHough.setTemplate(opencv_core.UMat edges,
opencv_core.UMat dx,
opencv_core.UMat dy,
opencv_core.Point templCenter) |
void |
opencv_photo.AlignMTB.shiftMat(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.Point shift) |
void |
opencv_photo.AlignMTB.shiftMat(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Point shift)
\brief Helper function, that shift Mat filling new regions with zeros.
|
void |
opencv_photo.AlignMTB.shiftMat(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.Point shift) |
static void |
opencv_imgproc.sqrBoxFilter(opencv_core.GpuMat _src,
opencv_core.GpuMat _dst,
int ddepth,
opencv_core.Size ksize,
opencv_core.Point anchor,
boolean normalize,
int borderType) |
static void |
opencv_imgproc.sqrBoxFilter(opencv_core.Mat _src,
opencv_core.Mat _dst,
int ddepth,
opencv_core.Size ksize,
opencv_core.Point anchor,
boolean normalize,
int borderType)
\brief Calculates the normalized sum of squares of the pixel values overlapping the filter.
|
static void |
opencv_imgproc.sqrBoxFilter(opencv_core.UMat _src,
opencv_core.UMat _dst,
int ddepth,
opencv_core.Size ksize,
opencv_core.Point anchor,
boolean normalize,
int borderType) |
| Constructor and Description |
|---|
LineIterator(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2) |
LineIterator(opencv_core.Mat img,
opencv_core.Point pt1,
opencv_core.Point pt2,
int connectivity,
boolean leftToRight)
\brief initializes the iterator
|
Mat(opencv_core.Point points) |
MatConstIterator(opencv_core.Mat _m,
opencv_core.Point _pt)
constructor that sets the iterator to the specified element of the matrix
|
Point(opencv_core.Point pt) |
Point3i(opencv_core.Point pt) |
PointVector(opencv_core.Point... array) |
PointVector(opencv_core.Point value) |
Rect(opencv_core.Point pt1,
opencv_core.Point pt2) |
Rect(opencv_core.Point org,
opencv_core.Size sz) |
Size(opencv_core.Point pt) |
Copyright © 2018. All rights reserved.