OpenCV for Unity 2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.CoreModule.Core.MinMaxLocResult Class Reference

Public Member Functions

 MinMaxLocResult ()
 

Public Attributes

double minVal
 
double maxVal
 
Point minLoc
 
Point maxLoc
 

Constructor & Destructor Documentation

◆ MinMaxLocResult()

OpenCVForUnity.CoreModule.Core.MinMaxLocResult.MinMaxLocResult ( )

Member Data Documentation

◆ maxLoc

Point OpenCVForUnity.CoreModule.Core.MinMaxLocResult.maxLoc

◆ maxVal

double OpenCVForUnity.CoreModule.Core.MinMaxLocResult.maxVal

◆ minLoc

Point OpenCVForUnity.CoreModule.Core.MinMaxLocResult.minLoc

◆ minVal

double OpenCVForUnity.CoreModule.Core.MinMaxLocResult.minVal

The documentation for this class was generated from the following file: