[][src]Trait opencv::saliency::Saliency

pub trait Saliency: AlgorithmTrait {
    pub fn as_raw_Saliency(&self) -> *const c_void;
pub fn as_raw_mut_Saliency(&mut self) -> *mut c_void; pub fn compute_saliency(
        &mut self,
        image: &dyn ToInputArray,
        saliency_map: &mut dyn ToOutputArray
    ) -> Result<bool> { ... } }

********************************* Saliency Base Class ***********************************

Required methods

Loading content...

Provided methods

pub fn compute_saliency(
    &mut self,
    image: &dyn ToInputArray,
    saliency_map: &mut dyn ToOutputArray
) -> Result<bool>
[src]

\brief Compute the saliency \param image The image. \param saliencyMap The computed saliency map. \return true if the saliency map is computed, false otherwise

Loading content...

Implementors

Loading content...