public class IntensityImageMapping
extends java.lang.Object
Constructor and Description |
---|
IntensityImageMapping(java.util.ArrayList<PatchDescriptor> in,
java.util.ArrayList<PatchDescriptor> out)
Constructor for a IntensityImageMapping.
|
Modifier and Type | Method and Description |
---|---|
void |
fitMapping()
starts the actual mapping process.
|
Function |
getMapping() |
void |
setMapping(Function f)
Set the mapping that is used in the fitting process.
|
public IntensityImageMapping(java.util.ArrayList<PatchDescriptor> in, java.util.ArrayList<PatchDescriptor> out)
in
- the reference patchesout
- the target patches