public class PHOG extends AbstractFeatureDescriptor
run(ij.process.ImageProcessor) with an
pre processed image.Descriptor.SupportspcsDOES_ALL| Constructor and Description |
|---|
PHOG() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBins() |
java.lang.String |
getDescription()
Returns a short plain Text description about the Descriptor and the
semantics of the double array obtained from
FeatureDescriptor.getFeatures(). |
GradientSource |
getGradientSource() |
int |
getRecursions() |
void |
run(ij.process.ImageProcessor ip)
Start processing of this algorithm on the given image processor.
|
void |
setBins(int bins) |
void |
setGradientSource(GradientSource gradientSource) |
void |
setProperties(LibProperties properties)
Injects the properties class that can be used to retrieve several
properties.
|
void |
setRecursions(int recursions) |
java.util.EnumSet<Descriptor.Supports> |
supports()
Determine the capabilities of this algorithm.
|
addData, addData, addData, addPropertyChangeListener, endProgress, firePropertyChange, getFeatures, startProgresspublic void setProperties(LibProperties properties) throws java.io.IOException
FeatureDescriptorsetProperties in interface FeatureDescriptorsetProperties in class AbstractFeatureDescriptorjava.io.IOException - if something went wrongpublic void run(ij.process.ImageProcessor ip)
Descriptorpublic java.util.EnumSet<Descriptor.Supports> supports()
Descriptorsupports in interface Descriptorsupports in class AbstractFeatureDescriptorpublic java.lang.String getDescription()
FeatureDescriptorFeatureDescriptor.getFeatures().
May return null if no description is implemented - even though this
should be avoided by any means.public GradientSource getGradientSource()
public void setGradientSource(GradientSource gradientSource)
public int getBins()
public void setBins(int bins)
public int getRecursions()
public void setRecursions(int recursions)