com.groupdocs.watermark.search

Interfaces

Classes

com.groupdocs.watermark.search

Class ImageSearchCriteria

    • Constructor Detail

      • ImageSearchCriteria

        protected ImageSearchCriteria(String filePath)
        Initializes a new instance of the ImageSearchCriteria class with a specified file path.
        Parameters:
        filePath - The file path to load image from.
      • ImageSearchCriteria

        protected ImageSearchCriteria(InputStream stream)
        Initializes a new instance of the ImageSearchCriteria class with a specified stream.
        Parameters:
        stream - The stream to load image from.
    • Method Detail

      • getMaxDifference

        public final double getMaxDifference()

        Gets maximum allowed difference between images.

        Returns:
        The value should be between 0 and 1. 0 means that only identical images will be found.
      • setMaxDifference

        public final void setMaxDifference(double value)

        Sets maximum allowed difference between images.

        Parameters:
        value - The value should be between 0 and 1. 0 means that only identical images will be found.