Package | Description |
---|---|
org.openimaj.image.feature.local.affine | |
org.openimaj.image.feature.local.engine.asift | |
org.openimaj.image.processing.transform |
Modifier and Type | Field and Description |
---|---|
AffineParams |
AffineSimulationKeypoint.affineParams
The affine simulation parameters of the keypoint
|
Modifier and Type | Field and Description |
---|---|
Map<AffineParams,Q> |
AffineSimulationExtractor.mappedInterestPoints
The detected interest points, grouped by simulation
|
List<AffineParams> |
AffineSimulationExtractor.simulationOrder
The list of simulation parameters in the order the simulations were
performed
|
Modifier and Type | Method and Description |
---|---|
Map<AffineParams,Q> |
AffineSimulationExtractor.getKeypointsMap()
get the detected interest points, grouped by simulation
|
Modifier and Type | Method and Description |
---|---|
Q |
AffineSimulationExtractor.detectFeatures(I image,
AffineParams params)
Detect features from a single simulation.
|
Constructor and Description |
---|
AffineSimulationKeypoint(Keypoint k,
AffineParams afParams,
int index)
Construct from the given parameters
|
Modifier and Type | Method and Description |
---|---|
Map<AffineParams,LocalFeatureList<Keypoint>> |
ASIFTEngine.findKeypointsMapped(FImage image)
Find the features and return the resultant features in a per-simulation
format.
|
Map<AffineParams,LocalFeatureList<Keypoint>> |
ColourASIFTEngine.findKeypointsMapped(MBFImage image)
Find the features and return the resultant features in a per-simulation
format.
|
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<Keypoint> |
ASIFTEngine.findKeypoints(FImage image,
AffineParams params)
Find the features of a single simulation as a list of
Keypoint
objects |
LocalFeatureList<Keypoint> |
ColourASIFTEngine.findKeypoints(MBFImage image,
AffineParams params)
Find the features of a single simulation as a list of
Keypoint
objects |
Modifier and Type | Method and Description |
---|---|
static <I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> |
AffineSimulation.transformImage(I image,
AffineParams params)
Compute a single transformed image for a given rotation and tilt.
|
static Point2d |
AffineSimulation.transformToOriginal(Point2d pt,
Image<?,?> original,
AffineParams params)
Compute the position of a point in an image given the position in the
transformed image and the transform parameters.
|
static Point2d |
AffineSimulation.transformToOriginal(Point2d pt,
int width,
int height,
AffineParams params)
Compute the position of a point in an image given the position in the
transformed image and the transform parameters.
|