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(org.openimaj.math.geometry.shape.Polygon polygon,
float background) |
public OrientedPolygonExtractionProcessor(org.openimaj.math.geometry.shape.Polygon polygon, float background)
polygon - background - public void processImage(FImage image)
processImage in interface ImageProcessor<FImage>