Skip to content

Image stream preprocessing

Tim Poulsen edited this page Feb 24, 2019 · 1 revision

This portion of robovision is still a work-in-progress. The intention is to create a processing pipeline, where you can define a set of functions to apply in sequence. For example, you might want to resize, convert to grayscale, then run edge detection on every frame captured from your web cam. You'd set up a preprocessing pipeline and pass your frames through it.

Clone this wiki locally