public class OrientedPolygonExtractionProcessor extends Object implements ImageProcessor<FImage>
ProjectionProcessor
is used to perform the extraction. Concretely,
the projection processor is set up with a transform matrix combining the rotation of
the ellipse and a translation using the COG of the ellipse.Constructor and Description |
---|
OrientedPolygonExtractionProcessor(Polygon polygon,
float background) |
public OrientedPolygonExtractionProcessor(Polygon polygon, float background)
polygon
- background
- public void processImage(FImage image)
ImageProcessor
Image.internalAssign(Image)
.processImage
in interface ImageProcessor<FImage>
image
- The image to process in place.