@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, setMask
public Naturalness()
public Naturalness(FImage mask)
mask
- the mask.public void analyseImage(MBFImage image)
ImageAnalyser
analyseImage
in interface ImageAnalyser<MBFImage>
image
- The image to process in place.public double getNaturalness()
analyseImage(MBFImage)
.public DoubleFV getFeatureVector()
FeatureVectorProvider
getFeatureVector
in interface FeatureVectorProvider<DoubleFV>