Awesome Internets Vid
Posted: Wed Jun 18, 2014 2:24 pm
Uff, a lot of work to get all the garbage away. Fortunately it was BMP where changing some bytes does not make a problem ... After several corrections my BMP was 9 hex digits shorter than should be ... filling with 0's made it readable.
I have converted the video to lot of JPG's than joining 16 images to one png (converting to BW using G), ... than I have manually selected pictures where there was just one digit used and I put 10 of each kind into its directory. Than I unioned these pictures to make pattern for the digit.
Than I have converted the sequence of jpg images to 16 bit masks per picture ... representing possible digits. Most of the masks contained just one bit set, several had no bit set or two.
(Saved to the file for further experiments).
Last step was filtering zero masks and two bit masks and wrong one bit masks out and guessing char lengts of longer intervals. I made some heuristic ignoring short constant mask intervals. And guessed the length by (frames+16)/33.
I have converted the video to lot of JPG's than joining 16 images to one png (converting to BW using G), ... than I have manually selected pictures where there was just one digit used and I put 10 of each kind into its directory. Than I unioned these pictures to make pattern for the digit.
Than I have converted the sequence of jpg images to 16 bit masks per picture ... representing possible digits. Most of the masks contained just one bit set, several had no bit set or two.
(Saved to the file for further experiments).
Last step was filtering zero masks and two bit masks and wrong one bit masks out and guessing char lengts of longer intervals. I made some heuristic ignoring short constant mask intervals. And guessed the length by (frames+16)/33.