Package org.opencv.saliency
Class Saliency
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.saliency.Saliency
-
- Direct Known Subclasses:
MotionSaliency,Objectness,StaticSaliency
public class Saliency extends Algorithm
******************************* Saliency Base Class *********************************
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSaliency(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Saliency__fromPtr__(long addr)booleancomputeSaliency(Mat image, Mat saliencyMap)Compute the saliency \param image The image.protected voidfinalize()-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
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 generatedsaliencyMap- automatically generated- Returns:
- automatically generated
-
-