public class ImageColorHistogramSearchCriteria extends ImageSearchCriteria
Represents search criteria for finding images in a content. This search criteria uses image color histograms for calculating image similarity.
Constructor and Description |
---|
ImageColorHistogramSearchCriteria(InputStream stream)
Initializes a new instance of the
ImageColorHistogramSearchCriteria class. |
ImageColorHistogramSearchCriteria(String filePath)
Initializes a new instance of the
ImageColorHistogramSearchCriteria class. |
Modifier and Type | Method and Description |
---|---|
byte |
getBinsCount()
Gets a count of bins that will be used for building color histograms.
|
void |
setBinsCount(byte value)
Sets a count of bins that will be used for building color histograms.
|
getMaxDifference, setMaxDifference
and, not, or
public ImageColorHistogramSearchCriteria(String filePath)
Initializes a new instance of the ImageColorHistogramSearchCriteria
class.
filePath
- The file path to load image from.public ImageColorHistogramSearchCriteria(InputStream stream)
Initializes a new instance of the ImageColorHistogramSearchCriteria
class.
stream
- The stream to load image from.public final byte getBinsCount()
Gets a count of bins that will be used for building color histograms.
public final void setBinsCount(byte value)
Sets a count of bins that will be used for building color histograms.
value
- The default value is 10.Copyright © 2020. All rights reserved.