Struct opencv::core::Image2D [−][src]
pub struct Image2D { /* fields omitted */ }
Implementations
Parameters
- src: UMat object from which to get image properties and data
- norm: flag to enable the use of normalized channel data types
- alias: flag indicating that the image should alias the src UMat. If true, changes to the image or src will be reflected in both objects.
C++ default parameters
- norm: false
- alias: false
Indicates if creating an aliased image should succeed. Depends on the underlying platform and the dimensions of the UMat.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Image2D
impl UnwindSafe for Image2D