|
OpenCV 3.0.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opencv.core.Core.MinMaxLocResult
public static class Core.MinMaxLocResult
Field Summary | |
---|---|
Point |
maxLoc
|
double |
maxVal
|
Point |
minLoc
|
double |
minVal
|
Constructor Summary | |
---|---|
Core.MinMaxLocResult()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Point maxLoc
public double maxVal
public Point minLoc
public double minVal
Constructor Detail |
---|
public Core.MinMaxLocResult()
|
OpenCV 3.0.0 Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |