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