Package georegression.fitting
Interface FitShapeToPoints_F32<Point,Shape>
- All Superinterfaces:
FitShapeToPoints<Point,
Shape>
- All Known Implementing Classes:
FitConicA_F32
,FitConicAtA_F32
@Generated("georegression.fitting.FitShapeToPoints_F64")
public interface FitShapeToPoints_F32<Point,Shape>
extends FitShapeToPoints<Point,Shape>
General interface for fitting a shape to a set of points. Similar to
ModelFitter
interface
but is more specific. No initial estimate and weights can be specified.-
Method Summary
Methods inherited from interface georegression.fitting.FitShapeToPoints
process
-
Method Details
-
process
Fits the shape to the points by minimizing some metric.- Parameters:
points
- (Input) pointsweights
- (Input) Weight of each point.output
- (Output) found shape- Returns:
- true if successful or false if it failed
-