Class Saliency

    • Constructor Detail

      • Saliency

        protected Saliency​(long addr)
    • Method Detail

      • __fromPtr__

        public static Saliency __fromPtr__​(long addr)
      • computeSaliency

        public boolean computeSaliency​(Mat image,
                                       Mat saliencyMap)
        Compute the saliency \param image The image. \param saliencyMap The computed saliency map. \return true if the saliency map is computed, false otherwise
        Parameters:
        image - automatically generated
        saliencyMap - automatically generated
        Returns:
        automatically generated
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Algorithm
        Throws:
        java.lang.Throwable