Skip to content

NAryMatIterator

Constructors

initialize()

initialize(arrays: Cv::Mat, planes: Cv::Mat, narrays: Integer)

initialize(arrays: Cv::Mat, ptrs: Rice::Pointer≺unsigned char∗≻, narrays: Integer)

Attributes

arrays: Cv::Mat (read/write)

narrays: Integer (read/write)

nplanes: Integer (read/write)

planes: Cv::Mat (read/write)

ptrs: Rice::Pointer≺unsigned char∗≻ (read/write)

size: Integer (read/write)

Methods

increment -> Cv::NAryMatIterator

increment(: Integer) -> Cv::NAryMatIterator

init(arrays: Cv::Mat, planes: Cv::Mat, ptrs: Rice::Pointer≺unsigned char∗≻, narrays: Integer) -> NilClass