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

Method buffer

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

Source from the content-addressed store, hash-verified

318 }
319
320 fn buffer(&self) -> *const IplImage { self.iplimage }
321
322 fn pixel_as_rgb(&self, x: usize, y: usize) -> Option<Rgb> {
323

Callers 12

show_imageMethod · 0.80
widthMethod · 0.80
heightMethod · 0.80
depthMethod · 0.80
widthstepMethod · 0.80
channelsMethod · 0.80
to_fileMethod · 0.80
draw_textMethod · 0.80
pixel_as_rgbMethod · 0.80
set_pixel_from_rgbMethod · 0.80
draw_boxMethod · 0.80
set_pixelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected