Package boofcv.alg.geo.calibration
Class ScoreCalibrationFill.RegionInfo
java.lang.Object
boofcv.alg.geo.calibration.ScoreCalibrationFill.RegionInfo
- Enclosing class:
- ScoreCalibrationFill
Specifies where a region is and if it's an inner region or border region.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
true if it's an inner region or false if it's a border regionBounding box of region in pixels -
Constructor Summary
-
Method Summary
-
Field Details
-
inner
public boolean innertrue if it's an inner region or false if it's a border region -
region
Bounding box of region in pixels
-
-
Constructor Details
-
RegionInfo
public RegionInfo()
-
-
Method Details
-
reset
public void reset() -
setTo
-