public class PatchDescriptor
extends java.lang.Object
Constructor and Description |
---|
PatchDescriptor() |
Modifier and Type | Method and Description |
---|---|
SimpleVector |
getFeatureVector() |
SimpleVector |
getResampledPatch() |
void |
setFeatureVector(SimpleVector featureVector) |
void |
setResampledPatch(SimpleVector resampledPatch) |
public SimpleVector getFeatureVector()
public void setFeatureVector(SimpleVector featureVector)
featureVector
- the featureVector to setpublic SimpleVector getResampledPatch()
public void setResampledPatch(SimpleVector resampledPatch)
resampledPatch
- the resampledPatch to set