Matt McWilliams mattmcw
mattmcw pushed to main at modules/takeup 2023-02-10 04:46:30 +00:00
45fc1abd77 Changes to get script working. ALSO, the cheap Arduino Nanos I am buying sometimes use the old bootloader
mattmcw pushed to main at mattmcw/animation 2023-02-10 03:55:47 +00:00
672f4212b5 Create masks?
mattmcw pushed to main at mattmcw/animation 2023-02-10 03:17:22 +00:00
28d959ff1b Tried more approaches
mattmcw pushed to main at mattmcw/animation 2023-02-08 20:49:26 +00:00
e560955537 Make script more like proof of concept script. Still nothing.
mattmcw pushed to main at mattmcw/animation 2023-02-08 20:34:44 +00:00
34e5153948 Moved everything into RGBA from RGB in case alpha channel allowed for proper use. Not working. Cannot understand why proof of concept works but not this.
mattmcw pushed to main at mattmcw/animation 2023-02-08 15:58:47 +00:00
a1a57ef58c Image overwriting continues even after loading a valid image and drawing the hole punches on
aabdac74b5 Apply_image.py script is correctly placing images in the template locationg BUT is overwriting the starting blank image with a black background and doing so for all subsequent images. Not sure how to properly address this
Compare 2 commits »
mattmcw pushed to main at mattmcw/animation 2023-02-07 07:11:50 +00:00
89678edd8e Wrote notes on the spec for the two apply scripts which will put the calibration data into action.
d57a145f1c Update readme with info about calibration script and documenting its output
80e4d8e251 Create a affineTransform proof of concept script that takes one image, finds points within it and to scale and distort an image to and then places it there.
Compare 3 commits »
mattmcw pushed to main at mattmcw/animation 2023-02-06 18:02:40 +00:00
800b5af94e Write calibration metadata to a json file that includes the normalization info
mattmcw pushed to main at mattmcw/animation 2023-02-06 05:13:10 +00:00
1a8491919c Can now find all 4 frames and correctly orient the rectangles that contain them
mattmcw created branch main in examples/opencv_video_example 2023-02-05 23:44:57 +00:00
mattmcw pushed to main at examples/opencv_video_example 2023-02-05 23:44:57 +00:00
097969a3e7 Takes a video and plays it back frame by frame while inverting the image (colors)
mattmcw pushed to main at examples/opencv_example 2023-02-05 23:43:43 +00:00
657e802208 Improve formatting and log messages
mattmcw created repository examples/opencv_video_example 2023-02-05 23:43:13 +00:00
mattmcw pushed to main at examples/opencv_example 2023-02-04 15:43:46 +00:00
3e15600268 Invert and display an image
mattmcw pushed to main at examples/opencv_example 2023-02-04 04:36:29 +00:00
8f3616fca1 Remove namespacing
mattmcw pushed to main at examples/opencv_example 2023-02-04 04:10:52 +00:00
5c06eff4b5 Check image type using a C++ 11 compatible method
mattmcw pushed to main at examples/opencv_example 2023-02-04 02:50:09 +00:00
5d5275bf25 Work on file types
mattmcw pushed to capper at 16mm/mcopy 2023-02-04 01:08:21 +00:00
135540b261 Remove some material for the rails
mattmcw pushed to main at examples/opencv_example 2023-02-03 21:15:46 +00:00
840f6743f9 Check if file exists
mattmcw pushed to main at examples/opencv_example 2023-02-03 21:11:25 +00:00
40a97baad8 Lower make requirement for ubuntu