Package | Description |
---|---|
org.openimaj.image | |
org.openimaj.image.analysis.colour | |
org.openimaj.image.processing.edges |
Modifier and Type | Method and Description |
---|---|
<OUT extends Image<?,OUT>,OTHER extends Image<?,OTHER>> |
Image.combineWith(ImageCombiner<I,OTHER,OUT> combiner,
OTHER other)
Combine this image with another using an
ImageCombiner . |
Modifier and Type | Class and Description |
---|---|
class |
CIEDE2000
Implementation of the CIE 2000 colour difference equation,
and a
ImageCombiner to calculate a colour disparity map between
two images. |
Modifier and Type | Class and Description |
---|---|
class |
NonMaximumSuppression
Non-maximum suppression using magnitude and orientation images.
|
class |
NonMaximumSuppressionTangent
Non-maximum suppression using X and Y gradient images.
|