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

Method width

src/opencv/mod.rs:212–212  ·  view source on GitHub ↗

Returns the width of the image.

(&self)

Source from the content-addressed store, hash-verified

210
211 /// Returns the width of the image.
212 fn width(&self) -> usize { unsafe { (*self.buffer()).width as usize } }
213
214 /// Returns the height of the image.
215 fn height(&self) -> usize { unsafe { (*self.buffer()).height as usize } }

Callers 5

gridFunction · 0.80
dupMethod · 0.80
set_pixel_maskMethod · 0.80
nextMethod · 0.80

Implementers 1

mod.rssrc/opencv/mod.rs

Calls 1

bufferMethod · 0.80

Tested by

no test coverage detected