Package | Description |
---|---|
org.openimaj.image.analysis.watershed.feature | |
org.openimaj.image.pixel | |
org.openimaj.image.processing.face.detection |
The detection package contains implementations
of face detectors.
|
org.openimaj.image.segmentation |
Modifier and Type | Class and Description |
---|---|
class |
PixelsFeature
PixelsFeature is used to dynamically create the ConnectedComponents
corresponding to MSERs.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedComponent
This class represents a connected region within an image and provides methods
for accessing and manipulating that region.
|
Modifier and Type | Method and Description |
---|---|
PixelSet |
CCDetectedFace.getConnectedComponent() |
Modifier and Type | Method and Description |
---|---|
List<? extends PixelSet> |
ThresholdSegmenter.segment(FImage image) |
List<? extends PixelSet> |
Segmenter.segment(I image)
Segment an image into
ConnectedComponent s. |
List<? extends PixelSet> |
KMColourSegmenter.segment(MBFImage image) |
Modifier and Type | Method and Description |
---|---|
static MBFImage |
SegmentationUtilities.renderSegments(int width,
int height,
List<? extends PixelSet> components)
Render the components to an image with randomly assigned colours.
|
static MBFImage |
SegmentationUtilities.renderSegments(MBFImage image,
List<? extends PixelSet> components)
Render the components to the image with randomly assigned colours.
|