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.processing.restoration.inpainting | |
org.openimaj.image.segmentation | |
org.openimaj.image.text.extraction.swt |
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 |
---|---|
void |
Inpainter.setMask(int width,
int height,
PixelSet... mask)
Set the mask.
|
void |
AbstractImageMaskInpainter.setMask(int width,
int height,
PixelSet... mask) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected PixelSet |
LetterCandidate.cc |
Constructor and Description |
---|
LetterCandidate(PixelSet cc,
float medianStrokeWidth,
FImage image) |