[][src]Trait opencv::dnn::prelude::ProposalLayerTrait

pub trait ProposalLayerTrait: LayerTrait {
    pub fn as_raw_ProposalLayer(&self) -> *const c_void;
pub fn as_raw_mut_ProposalLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementors

impl ProposalLayerTrait for ProposalLayer[src]

impl ProposalLayerTrait for PtrOfProposalLayer[src]

Loading content...