| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
GpuMatND |
GpuMatND.apply(RangeVector ranges)
\brief Extracts a sub-matrix.
|
GpuMatND |
GpuMatND.clone()
\brief Creates a full copy of the array and the underlying data.
|
GpuMatND |
GpuMatND.clone(Stream stream)
\overload
This overload is non-blocking, so it may return even if the copy operation is not finished.
|
GpuMatND |
GpuMatND.dims(int setter) |
GpuMatND |
GpuMatND.flags(int setter) |
GpuMatND |
GpuMatND.getPointer(long i) |
GpuMatND |
GpuMatND.position(long position) |
GpuMatND |
GpuMatND.put(GpuMatND arg0) |
GpuMatND |
GpuMatND.size(IntPointer setter) |
GpuMatND |
GpuMatND.step(SizeTPointer setter) |
| Modifier and Type | Method and Description |
|---|---|
GpuMatND |
GpuMatND.put(GpuMatND arg0) |
void |
GpuMatND.swap(GpuMatND m) |
| Constructor and Description |
|---|
GpuMatND(GpuMatND arg0) |
Copyright © 2022. All rights reserved.