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

Method gray_frame_iter

src/opencv/mod.rs:783–787  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

781 }
782
783 pub fn gray_frame_iter(&self) -> VideoGrayFrameIterator {
784 VideoGrayFrameIterator {
785 video: self,
786 }
787 }
788}
789
790impl Drop for Video {

Callers 2

test_mask_videoFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_mask_videoFunction · 0.64