Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
790
impl Drop for Video {
Callers
2
test_mask_video
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_mask_video
Function · 0.64