Description: When designing software for processing images for the characters, each character is converted into a matrix M (7,5)-valued binary (black =1 and white = 0)
Due to memory problems we wanted to compress the vector M.
The program reads from the conversion matrix M and the matrix M in a vector V, and compression of vector V -> C
and end is the display of vector C ...
File list (Check if you may need any files):
TP01 (Image)\TP1.cpp
............\TP1.exe
............\TP1.obj
............\TP1.tds
TP01 (Image)