MCPcopy Create free account
hub / github.com/daniel-e/rustml / mask_iter

Method mask_iter

src/opencv/mod.rs:668–676  ·  view source on GitHub ↗
(&'q self, i: &'q GrayImage)

Source from the content-addressed store, hash-verified

666 }
667
668 pub fn mask_iter<'q>(&'q self, i: &'q GrayImage) -> MaskIter {
669
670 MaskIter {
671 src: self,
672 mask: i,
673 x: 0,
674 y: 0,
675 }
676 }
677
678 pub fn pixel_iter(&self) -> GrayValueIterator {
679

Callers 2

test_mask_imageFunction · 0.80
test_mask_videoFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_mask_imageFunction · 0.64
test_mask_videoFunction · 0.64