Python video and image manipulation utilities mainly using opencv
File with pattern main_xxxx
were executable scripts for scripting usage
Used as sample to train object detector. refer to https://github.com/davisking/dlib/blob/v19.24.4/python_examples/train_object_detector.py
Used to perform image analysis on the input image
Used to find image contours on the input image
Used to match image feature
Used to show input image histogram on color
Used to show input image histogram on gray color
Used to show input image threshold
Used to rename image in Pascal VOC dataset.
PASCAL VOC based on mediapipe dataset structure where dataset directory consist of images
and Annotations
see:
https://developers.google.com/mediapipe/api/solutions/python/mediapipe_model_maker/object_detector/Dataset
Used to split video to images.
Use --filter-path
to point to your custom filter for each frame.
Example run python with: main_video2image.py assets/video/test.avi output/video2image --filter-path main_video2image/filter/colormap_autumn.py
See example on how to write filter function
Used to split video to images from youtube links.
links_path
point to text file that contains youtube link per line see example
Use --filter-path
to point to your custom filter for each frame.
Example run python with: main_video2image.py assets/video/test.avi output/video2image --filter-path main_video2image/filter/colormap_autumn.py
See example on how to write filter function
Used to show video attributes/information
Used to scan directory and export video attributes/information
Special thanks to Mastering OpenCV 4 (MIT License)
Other images from https://www.youtube.com/@watchersclub