| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_imgproc |
| Modifier and Type | Method and Description |
|---|---|
static Scalar4f |
Scalar4f.all(float v0)
returns a scalar with all elements set to v0
|
Scalar4f |
Scalar4f.conj()
returns (v0, -v1, -v2, -v3)
|
Scalar4f |
Scalar4f.mul(Scalar4f a) |
Scalar4f |
Scalar4f.mul(Scalar4f a,
double scale)
per-element product
|
Scalar4f |
Scalar4f.put(Scalar4f s) |
| Modifier and Type | Method and Description |
|---|---|
Scalar4f |
Scalar4f.mul(Scalar4f a) |
Scalar4f |
Scalar4f.mul(Scalar4f a,
double scale)
per-element product
|
Scalar4f |
Scalar4f.put(Scalar4f s) |
| Constructor and Description |
|---|
Scalar4f(Scalar4f s) |
| Modifier and Type | Method and Description |
|---|---|
Scalar4f[] |
Vec4fVector.get() |
Scalar4f |
Vec4fVector.Iterator.get() |
Scalar4f |
Vec4fVector.get(long i) |
Scalar4f |
Vec4fVector.pop_back() |
| Modifier and Type | Method and Description |
|---|---|
Vec4fVector.Iterator |
Vec4fVector.insert(Vec4fVector.Iterator pos,
Scalar4f value) |
Vec4fVector |
Vec4fVector.push_back(Scalar4f value) |
Vec4fVector |
Vec4fVector.put(long i,
Scalar4f value) |
Vec4fVector |
Vec4fVector.put(Scalar4f... array) |
Vec4fVector |
Vec4fVector.put(Scalar4f value) |
| Constructor and Description |
|---|
Vec4fVector(Scalar4f... array) |
Vec4fVector(Scalar4f value) |
Copyright © 2022. All rights reserved.