Package | Description |
---|---|
org.opencv.core |
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) |
Copyright © 2020. All rights reserved.