Function lsd_slam::Util::waitKeyNoConsume

Function Documentation

int lsd_slam::Util::waitKeyNoConsume(int milliseconds)

Just like waitKey(), but does not consume the pressed key, so that the next call to waitKey() will still return this key (as long as no other key is pressed in between).