Package boofcv.alg.geo.calibration
Interface CalibrationPlanarGridZhang99.Listener
- Enclosing class:
- CalibrationPlanarGridZhang99
public static interface CalibrationPlanarGridZhang99.Listener
-
Method Summary
Modifier and Type Method Description boolean
zhangUpdate(String taskName)
Updated to update the status and request that processing be stopped
-
Method Details
-
zhangUpdate
Updated to update the status and request that processing be stopped- Parameters:
taskName
- Name of the task being performed- Returns:
- true to continue and false to request a stop
-