@Reference(type=Article, author={"Huang, Kai-Qi","Wang, Qiao","Wu, Zhen-Yang"}, title="Natural color image enhancement and evaluation algorithm based on human visual system", year="2006", journal="Comput. Vis. Image Underst.", pages={"52","","63"}, url="http://dx.doi.org/10.1016/j.cviu.2006.02.007", month="jul", number="1", publisher="Elsevier Science Inc.", volume="103") public class Naturalness extends AbstractMaskedObject<FImage> implements ImageAnalyser<MBFImage>, FeatureVectorProvider<DoubleFV>
mask| Constructor and Description |
|---|
Naturalness()
Construct with no mask set
|
Naturalness(FImage mask)
Construct with a mask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(MBFImage image)
Analyse an image.
|
DoubleFV |
getFeatureVector()
Get the FeatureVector associated with this object.
|
double |
getNaturalness()
Get the naturalness value for the image previously analysed with
analyseImage(MBFImage). |
getMask, setMaskpublic Naturalness()
public Naturalness(FImage mask)
mask - the mask.public void analyseImage(MBFImage image)
ImageAnalyseranalyseImage in interface ImageAnalyser<MBFImage>image - The image to process in place.public double getNaturalness()
analyseImage(MBFImage).public DoubleFV getFeatureVector()
FeatureVectorProvidergetFeatureVector in interface FeatureVectorProvider<DoubleFV>