| Package | Description |
|---|---|
| org.opencv.core |
| Modifier and Type | Method and Description |
|---|---|
static Core.MinMaxLocResult |
Core.minMaxLoc(Mat src)
Finds the global minimum and maximum in an array.
|
static Core.MinMaxLocResult |
Core.minMaxLoc(Mat src,
Mat mask)
Finds the global minimum and maximum in an array.
|
Copyright © 2014. All rights reserved.