Type Alias opencv::types::VectorOfMat

source ·
pub type VectorOfMat = Vector<Mat>;
👎Deprecated: Use the the non-alias form core::Vector<core::Mat> instead, removal in Nov 2024

Aliased Type§

struct VectorOfMat { /* private fields */ }