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

Method wait_key

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

Waits until a key is pressed.

(&self)

Source from the content-addressed store, hash-verified

137
138 /// Waits until a key is pressed.
139 pub fn wait_key(&self) -> &Self {
140 unsafe {
141 cvWaitKey(0 as c_int);
142 self
143 }
144 }
145
146 pub fn destroy(&self) {
147 unsafe {

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
plot_normal_dataFunction · 0.80
plot_mixtureFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected