MCvTermCriteria Constructor (Double) |
http://www.emgu.com
Create the termination Criteria using only the constrain of epsilon
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic MCvTermCriteria(
double eps
)
Public Sub New (
eps As Double
)
public:
MCvTermCriteria(
double eps
)
new :
eps : float -> MCvTermCriteria
Parameters
- eps
- Type: SystemDouble
The epsilon value
See Also