Trait opencv::gapi::GCallTrait
source · pub trait GCallTrait: GCallTraitConst {
// Required method
fn as_raw_mut_GCall(&mut self) -> *mut c_void;
// Provided methods
fn yield_(&mut self, output: i32) -> Result<GMat> { ... }
fn yield_p(&mut self, output: i32) -> Result<GMatP> { ... }
fn yield_scalar(&mut self, output: i32) -> Result<GScalar> { ... }
fn yield_frame(&mut self, output: i32) -> Result<GFrame> { ... }
fn kernel(&mut self) -> Result<GKernel> { ... }
fn params(&mut self) -> Result<any> { ... }
fn set_args(&mut self, args: Vector<GArg>) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::gapi::GCall
Required Methods§
fn as_raw_mut_GCall(&mut self) -> *mut c_void
Provided Methods§
sourcefn yield_scalar(&mut self, output: i32) -> Result<GScalar>
fn yield_scalar(&mut self, output: i32) -> Result<GScalar>
C++ default parameters
- output: 0
sourcefn yield_frame(&mut self, output: i32) -> Result<GFrame>
fn yield_frame(&mut self, output: i32) -> Result<GFrame>
C++ default parameters
- output: 0