| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
static Scalar4i |
opencv_ximgproc.HoughPoint2Line(Point houghPoint,
GpuMat srcImgInfo) |
static Scalar4i |
opencv_ximgproc.HoughPoint2Line(Point houghPoint,
GpuMat srcImgInfo,
int angleRange,
int makeSkew,
int rules) |
static Scalar4i |
opencv_ximgproc.HoughPoint2Line(Point houghPoint,
Mat srcImgInfo) |
static Scalar4i |
opencv_ximgproc.HoughPoint2Line(Point houghPoint,
Mat srcImgInfo,
int angleRange,
int makeSkew,
int rules)
\brief Calculates coordinates of line segment corresponded by point in Hough space.
|
static Scalar4i |
opencv_ximgproc.HoughPoint2Line(Point houghPoint,
UMat srcImgInfo) |
static Scalar4i |
opencv_ximgproc.HoughPoint2Line(Point houghPoint,
UMat srcImgInfo,
int angleRange,
int makeSkew,
int rules) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_aruco.drawCharucoDiamond(Dictionary dictionary,
Scalar4i ids,
int squareLength,
int markerLength,
GpuMat img) |
static void |
opencv_aruco.drawCharucoDiamond(Dictionary dictionary,
Scalar4i ids,
int squareLength,
int markerLength,
GpuMat img,
int marginSize,
int borderBits) |
static void |
opencv_aruco.drawCharucoDiamond(Dictionary dictionary,
Scalar4i ids,
int squareLength,
int markerLength,
Mat img) |
static void |
opencv_aruco.drawCharucoDiamond(Dictionary dictionary,
Scalar4i ids,
int squareLength,
int markerLength,
Mat img,
int marginSize,
int borderBits)
\brief Draw a ChArUco Diamond marker
|
static void |
opencv_aruco.drawCharucoDiamond(Dictionary dictionary,
Scalar4i ids,
int squareLength,
int markerLength,
UMat img) |
static void |
opencv_aruco.drawCharucoDiamond(Dictionary dictionary,
Scalar4i ids,
int squareLength,
int markerLength,
UMat img,
int marginSize,
int borderBits) |
static void |
opencv_cudaarithm.lshift(GpuMat src,
Scalar4i val,
GpuMat dst) |
static void |
opencv_cudaarithm.lshift(GpuMat src,
Scalar4i val,
GpuMat dst,
Stream stream) |
static void |
opencv_cudaarithm.lshift(Mat src,
Scalar4i val,
Mat dst) |
static void |
opencv_cudaarithm.lshift(Mat src,
Scalar4i val,
Mat dst,
Stream stream)
\brief Performs pixel by pixel right left of an image by a constant value.
|
static void |
opencv_cudaarithm.lshift(UMat src,
Scalar4i val,
UMat dst) |
static void |
opencv_cudaarithm.lshift(UMat src,
Scalar4i val,
UMat dst,
Stream stream) |
static void |
opencv_cudaarithm.rshift(GpuMat src,
Scalar4i val,
GpuMat dst) |
static void |
opencv_cudaarithm.rshift(GpuMat src,
Scalar4i val,
GpuMat dst,
Stream stream) |
static void |
opencv_cudaarithm.rshift(Mat src,
Scalar4i val,
Mat dst) |
static void |
opencv_cudaarithm.rshift(Mat src,
Scalar4i val,
Mat dst,
Stream stream)
\brief Performs pixel by pixel right shift of an image by a constant value.
|
static void |
opencv_cudaarithm.rshift(UMat src,
Scalar4i val,
UMat dst) |
static void |
opencv_cudaarithm.rshift(UMat src,
Scalar4i val,
UMat dst,
Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
static Scalar4i |
Scalar4i.all(int v0)
returns a scalar with all elements set to v0
|
Scalar4i |
Scalar4i.conj()
returns (v0, -v1, -v2, -v3)
|
Scalar4i |
Scalar4i.mul(Scalar4i a) |
Scalar4i |
Scalar4i.mul(Scalar4i a,
double scale)
per-element product
|
Scalar4i |
Scalar4i.position(long position) |
Scalar4i |
Scalar4i.put(Scalar4i s) |
| Modifier and Type | Method and Description |
|---|---|
Scalar4i |
Scalar4i.mul(Scalar4i a) |
Scalar4i |
Scalar4i.mul(Scalar4i a,
double scale)
per-element product
|
Scalar4i |
Scalar4i.put(Scalar4i s) |
| Constructor and Description |
|---|
Mat(Scalar4i scalar) |
Scalar4i(Scalar4i s) |
Copyright © 2019. All rights reserved.