extract
public float[][] extract(int maxFeatureValue,
int[] distanceSet,
int[][] img)
extract extracts an auto-correlogram from an Image. This method
create a cummulated auto-correlogram over different distances
instead of standard method. Also, uses a different normalization
method
- 指定者:
extract 在接口中 IAutoCorrelogramFeatureExtractor
- 参数:
maxFeatureValue - the maximum feature (color) value
distanceSet - the distance windows of auto-correlogram
img - the image
- 返回:
- float[][] the auto-correlogram A[color][distance]