Please note that i have segmented my character as 10x10


Please note that I have segmented my character as (10x10) pixels number plates 8-bit. When I used the code provided by Bill Green, TEST.bmp 20 row by 20 column BMP image, I found the right and expected result. However, when I tried to use my own Bitmap characters, for example LetterD I got result which when compared to the actual pixel values in Photoshop, they are completely different. I have attached a folder for you to see. Furthermore, I got the size of the file as 0 and the vector size as -1078. Why? I am using Visual C++ . Please look at it again.

Reading filename LetterD.bmp
Width: 10
Height: 10
File Size: 0
# Colors: 256
Vector Size: -1078

LetterD (Result using the program) LetterD (Result from Photoshop)

(0, 0) = 255 (0, 0) = 255
(0, 1) = 0 (0, 1) =255
(0, 2) = 0 (0, 2) =255
(0, 3) = 0 (0, 3) =255
(0, 4) = 0 (0, 4) = 255
(0, 5) = 0 (0, 5) = 255
(0, 6) = 0 (0, 6) = 255
(0, 7) = 0 (0, 7) = 255
(0, 8) = 255 (0, 8) = 255
(0, 9) = 255 (0, 9) = 255
: :
: :
(2, 9) = 255 (2, 9) =0
: :
(9, 6) = 255 (9, 6) =255
(9, 7) = 255 (9, 7) =255
(9, 8) = 255 (9, 8) = 255
(9, 9) = 255

241_dd.png

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Please note that i have segmented my character as 10x10
Reference No:- TGS01247956

Now Priced at $20 (50% Discount)

Recommended (94%)

Rated (4.6/5)