| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_imgproc |
| 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)
Deprecated.
Use CharucoBoard::generateImage()
|
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_core.read(FileNode node,
Scalar4i value,
Scalar4i default_value) |
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) |
static void |
opencv_core.write(FileStorage fs,
BytePointer name,
Scalar4i val) |
static void |
opencv_core.write(FileStorage fs,
Scalar4i value) |
static void |
opencv_core.write(FileStorage fs,
String name,
Scalar4i val) |
| 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.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)
Calls
Mat(scalar, false). |
Mat(Scalar4i scalar,
boolean copyData)
|
Scalar4i(Scalar4i s) |
| Modifier and Type | Method and Description |
|---|---|
Scalar4i |
Vec4iVector.back() |
Scalar4i |
Vec4iVector.front() |
Scalar4i[] |
Vec4iVector.get() |
Scalar4i |
Vec4iVector.Iterator.get() |
Scalar4i |
Vec4iVector.get(long i) |
Scalar4i |
Vec4iVector.pop_back() |
| Modifier and Type | Method and Description |
|---|---|
Vec4iVector.Iterator |
Vec4iVector.insert(Vec4iVector.Iterator pos,
Scalar4i value) |
Vec4iVector |
Vec4iVector.push_back(Scalar4i value) |
Vec4iVector |
Vec4iVector.put(long i,
Scalar4i value) |
Vec4iVector |
Vec4iVector.put(Scalar4i... array) |
Vec4iVector |
Vec4iVector.put(Scalar4i value) |
| Constructor and Description |
|---|
Vec4iVector(Scalar4i... array) |
Vec4iVector(Scalar4i value) |
Copyright © 2025. All rights reserved.