Loading...
Searching...
No Matches
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
cv::saliency::StaticSaliencySpectralResidual Class Reference
the Spectral Residual approach from [SR] More...
#include <opencv2/saliency/saliencySpecializedClasses.hpp>
Inheritance diagram for cv::saliency::StaticSaliencySpectralResidual:
Public Member Functions | |
| StaticSaliencySpectralResidual () | |
| virtual | ~StaticSaliencySpectralResidual () |
| bool | computeSaliency (InputArray image, OutputArray saliencyMap) |
| int | getImageHeight () const |
| int | getImageWidth () const |
| void | read (const FileNode &fn) CV_OVERRIDE |
| Reads algorithm parameters from a file storage. | |
| void | setImageHeight (int val) |
| void | setImageWidth (int val) |
| void | write (FileStorage &fs) const CV_OVERRIDE |
| Stores algorithm parameters in a file storage. | |
Public Member Functions inherited from cv::saliency::StaticSaliency | |
| bool | computeBinaryMap (InputArray _saliencyMap, OutputArray _binaryMap) |
| This function perform a binary map of given saliency map. This is obtained in this way: | |
Public Member Functions inherited from cv::saliency::Saliency | |
| virtual | ~Saliency () |
| Destructor. | |
| bool | computeSaliency (InputArray image, OutputArray saliencyMap) |
| Compute the saliency. | |
Public Member Functions inherited from cv::Algorithm | |
| Algorithm () | |
| virtual | ~Algorithm () |
| virtual void | clear () |
| Clears the algorithm state. | |
| virtual bool | empty () const |
| Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. | |
| virtual String | getDefaultName () const |
| virtual void | read (const FileNode &fn) |
| Reads algorithm parameters from a file storage. | |
| virtual void | save (const String &filename) const |
| void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
| virtual void | write (FileStorage &fs) const |
| Stores algorithm parameters in a file storage. | |
| void | write (FileStorage &fs, const String &name) const |
Static Public Member Functions | |
| static Ptr< StaticSaliencySpectralResidual > | create () |
Static Public Member Functions inherited from cv::Algorithm | |
| template<typename _Tp > | |
| static Ptr< _Tp > | load (const String &filename, const String &objname=String()) |
| Loads algorithm from the file. | |
| template<typename _Tp > | |
| static Ptr< _Tp > | loadFromString (const String &strModel, const String &objname=String()) |
| Loads algorithm from a String. | |
| template<typename _Tp > | |
| static Ptr< _Tp > | read (const FileNode &fn) |
| Reads algorithm from the file node. | |
Protected Member Functions | |
| bool | computeSaliencyImpl (InputArray image, OutputArray saliencyMap) CV_OVERRIDE |
| virtual bool | computeSaliencyImpl (InputArray image, OutputArray saliencyMap) CV_OVERRIDE=0 |
| virtual bool | computeSaliencyImpl (InputArray image, OutputArray saliencyMap)=0 |
Protected Member Functions inherited from cv::Algorithm | |
| void | writeFormat (FileStorage &fs) const |
Protected Attributes | |
| int | resImHeight |
| int | resImWidth |
Protected Attributes inherited from cv::saliency::Saliency | |
| String | className |
Detailed Description
the Spectral Residual approach from [SR]
Starting from the principle of natural image statistics, this method simulate the behavior of pre-attentive visual search. The algorithm analyze the log spectrum of each image and obtain the spectral residual. Then transform the spectral residual to spatial domain to obtain the saliency map, which suggests the positions of proto-objects.
Constructor & Destructor Documentation
◆ StaticSaliencySpectralResidual()
| cv::saliency::StaticSaliencySpectralResidual::StaticSaliencySpectralResidual | ( | ) |
◆ ~StaticSaliencySpectralResidual()
|
virtual |
Member Function Documentation
◆ computeSaliency()
|
inline |
◆ computeSaliencyImpl()
|
protectedvirtual |
Implements cv::saliency::StaticSaliency.
◆ create()
|
inlinestatic |
◆ getImageHeight()
|
inline |
◆ getImageWidth()
|
inline |
◆ read()
|
virtual |
Reads algorithm parameters from a file storage.
Reimplemented from cv::Algorithm.
◆ setImageHeight()
|
inline |
◆ setImageWidth()
|
inline |
◆ write()
|
virtual |
Stores algorithm parameters in a file storage.
Reimplemented from cv::Algorithm.
Member Data Documentation
◆ resImHeight
|
protected |
◆ resImWidth
|
protected |
The documentation for this class was generated from the following file:
- opencv2/saliency/saliencySpecializedClasses.hpp
Public Member Functions inherited from
1.9.6