boilercv_pipeline.examples.cv#

Basic examples using OpenCV sample files.

Submodules#

Package Contents#

Functions#

init

Initialize boilercv.examples.cv.

check_samples_env_var

Check that the OpenCV samples environment variable is set and is a folder.

capture_images

Load images from a video file.

API#

boilercv_pipeline.examples.cv.init()#

Initialize boilercv.examples.cv.

boilercv_pipeline.examples.cv.check_samples_env_var()#

Check that the OpenCV samples environment variable is set and is a folder.

boilercv_pipeline.examples.cv.capture_images(
path: pathlib.Path,
) collections.abc.Iterator[boilercv.types.Img]#

Load images from a video file.