| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.ml |
| 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)
Creates a matrix header for the specified column span.
|
Range |
Range.intersection(Range r1) |
Mat |
Mat.rowRange(Range r)
Creates a matrix header for the specified row span.
|
Mat |
Mat.submat(Range rowRange,
Range colRange)
Extracts a rectangular submatrix.
|
| Constructor and Description |
|---|
Mat(Mat m,
Range rowRange)
Various Mat constructors
|
Mat(Mat m,
Range rowRange,
Range colRange)
Various Mat constructors
|
| Modifier and Type | Method and Description |
|---|---|
float |
CvBoost.predict(Mat sample,
Mat missing,
Range slice,
boolean rawMode,
boolean returnSum)
Predicts a response for an input sample.
|
float |
CvGBTrees.predict(Mat sample,
Mat missing,
Range slice,
int k)
Predicts a response for an input sample.
|
void |
CvBoost.prune(Range slice)
Removes the specified weak classifiers.
|
Copyright © 2014. All rights reserved.