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

Method height

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

Returns the height of the image.

(&self)

Source from the content-addressed store, hash-verified

213
214 /// Returns the height of the image.
215 fn height(&self) -> usize { unsafe { (*self.buffer()).height as usize } }
216
217 /// Returns the color depth of the image.
218 fn depth(&self) -> usize { unsafe { (*self.buffer()).depth 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