| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.Scalar4i |
opencv_core.Scalar4i.all(int v0)
returns a scalar with all elements set to v0
|
opencv_core.Scalar4i |
opencv_core.Scalar4i.conj()
returns (v0, -v1, -v2, -v3)
|
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.Scalar4i |
opencv_core.Scalar4i.mul(opencv_core.Scalar4i a) |
opencv_core.Scalar4i |
opencv_core.Scalar4i.mul(opencv_core.Scalar4i a,
double scale)
per-element product
|
opencv_core.Scalar4i |
opencv_core.Scalar4i.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_aruco.drawCharucoDiamond(opencv_aruco.Dictionary dictionary,
opencv_core.Scalar4i ids,
int squareLength,
int markerLength,
opencv_core.GpuMat img) |
static void |
opencv_aruco.drawCharucoDiamond(opencv_aruco.Dictionary dictionary,
opencv_core.Scalar4i ids,
int squareLength,
int markerLength,
opencv_core.GpuMat img,
int marginSize,
int borderBits) |
static void |
opencv_aruco.drawCharucoDiamond(opencv_aruco.Dictionary dictionary,
opencv_core.Scalar4i ids,
int squareLength,
int markerLength,
opencv_core.Mat img) |
static void |
opencv_aruco.drawCharucoDiamond(opencv_aruco.Dictionary dictionary,
opencv_core.Scalar4i ids,
int squareLength,
int markerLength,
opencv_core.Mat img,
int marginSize,
int borderBits)
\brief Draw a ChArUco Diamond marker
|
static void |
opencv_aruco.drawCharucoDiamond(opencv_aruco.Dictionary dictionary,
opencv_core.Scalar4i ids,
int squareLength,
int markerLength,
opencv_core.UMat img) |
static void |
opencv_aruco.drawCharucoDiamond(opencv_aruco.Dictionary dictionary,
opencv_core.Scalar4i ids,
int squareLength,
int markerLength,
opencv_core.UMat img,
int marginSize,
int borderBits) |
static void |
opencv_cudaarithm.lshift(opencv_core.GpuMat src,
opencv_core.Scalar4i val,
opencv_core.GpuMat dst) |
static void |
opencv_cudaarithm.lshift(opencv_core.GpuMat src,
opencv_core.Scalar4i val,
opencv_core.GpuMat dst,
opencv_core.Stream stream) |
static void |
opencv_cudaarithm.lshift(opencv_core.Mat src,
opencv_core.Scalar4i val,
opencv_core.Mat dst) |
static void |
opencv_cudaarithm.lshift(opencv_core.Mat src,
opencv_core.Scalar4i val,
opencv_core.Mat dst,
opencv_core.Stream stream)
\brief Performs pixel by pixel right left of an image by a constant value.
|
static void |
opencv_cudaarithm.lshift(opencv_core.UMat src,
opencv_core.Scalar4i val,
opencv_core.UMat dst) |
static void |
opencv_cudaarithm.lshift(opencv_core.UMat src,
opencv_core.Scalar4i val,
opencv_core.UMat dst,
opencv_core.Stream stream) |
opencv_core.Scalar4i |
opencv_core.Scalar4i.mul(opencv_core.Scalar4i a) |
opencv_core.Scalar4i |
opencv_core.Scalar4i.mul(opencv_core.Scalar4i a,
double scale)
per-element product
|
static void |
opencv_cudaarithm.rshift(opencv_core.GpuMat src,
opencv_core.Scalar4i val,
opencv_core.GpuMat dst) |
static void |
opencv_cudaarithm.rshift(opencv_core.GpuMat src,
opencv_core.Scalar4i val,
opencv_core.GpuMat dst,
opencv_core.Stream stream) |
static void |
opencv_cudaarithm.rshift(opencv_core.Mat src,
opencv_core.Scalar4i val,
opencv_core.Mat dst) |
static void |
opencv_cudaarithm.rshift(opencv_core.Mat src,
opencv_core.Scalar4i val,
opencv_core.Mat dst,
opencv_core.Stream stream)
\brief Performs pixel by pixel right shift of an image by a constant value.
|
static void |
opencv_cudaarithm.rshift(opencv_core.UMat src,
opencv_core.Scalar4i val,
opencv_core.UMat dst) |
static void |
opencv_cudaarithm.rshift(opencv_core.UMat src,
opencv_core.Scalar4i val,
opencv_core.UMat dst,
opencv_core.Stream stream) |
| Constructor and Description |
|---|
Mat(opencv_core.Scalar4i scalar) |
Copyright © 2018. All rights reserved.