| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.imgcodecs |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.all() |
Range |
Range.clone() |
Range |
Range.intersection(Range r1) |
Range |
Range.shift(int delta) |
| Modifier and Type | Method and Description |
|---|---|
Mat |
Mat.colRange(Range r) |
Range |
Range.intersection(Range r1) |
Mat |
Mat.rowRange(Range r) |
Mat |
Mat.submat(Range[] ranges) |
Mat |
Mat.submat(Range rowRange,
Range colRange) |
| Constructor and Description |
|---|
Mat(Mat m,
Range rowRange) |
Mat(Mat m,
Range[] ranges) |
Mat(Mat m,
Range rowRange,
Range colRange) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Imgcodecs.imdecodemulti(Mat buf,
int flags,
List<Mat> mats,
Range range)
Reads a multi-page image from a buffer in memory.
|
Copyright © 2023. All rights reserved.