a .gif cycling thru some image manipulation examples
-
How to open/load an image and do some munipulation and output something (ie file(s), image(s) and/or video(s)).
- oilPainting
Resizing Image to 400x300 cv2.xphoto.oilPainting(frame, 10, 1)
* GaussianBlur ** cv2.GaussianBlur(frame, (21,21), 0)
-
Input: an image file
- PXL_20220402_222514868.MP.jpg
- python imageFilterOptions.py --image PXL_20220414_015637240_2.jpg
-
Output: 6 image files
- oilpainting 50
- oilpainting 25
- oilpainting 10
- RGB Gray Scale
- RGB Heatmap
- BGR Gray Scale
- BRG Heatmap
PXL_20220402_222514868.MP-oilpainting_01_50.jpg PXL_20220402_222514868.MP-oilpainting_02_25.jpg PXL_20220402_222514868.MP-oilpainting_03_10.jpg PXL_20220402_222514868.MP-RGB-GRAY.jpg PXL_20220402_222514868.MP-RGB-Heatmap.jpg PXL_20220402_222514868.MP-BGR-GRAY.jpg PXL_20220402_222514868.MP-BRG-Heatmap.jpg
- Input: a video file
- python video_blur_zoom2.py --video 'HHC Backus PHI 1080p.mp4'
- python video_blur_zoom2.py --video 'VID_20200419_194132_2.mp4'
- Output: a video file with some image processing
- 2022-03-14 HP PHI Clip_GaussianBlur101.avi
-
Counting Pixel / Colors
-
Count Yellow Circles
-
Animate Objects (Spin & Move)
/Image Examples/PXL_20220402_222514868.MP.jpg /Image Examples/PXL_20220402_222514868.MP-oilpainting_01_50.jpg /Image Examples/PXL_20220402_222514868.MP-oilpainting_02_25.jpg /Image Examples/PXL_20220402_222514868.MP-oilpainting_03_10.jpg /Image Examples/PXL_20220402_222514868.MP-RGB-GRAY.jpg /Image Examples/PXL_20220402_222514868.MP-RGB-Heatmap.jpg /Image Examples/PXL_20220402_222514868.MP-BGR-GRAY.jpg /Image Examples/PXL_20220402_222514868.MP-BRG-Heatmap.jpg