Image Recognition and Python Part 8

preview_player
Показать описание
This is the eighth video to my image recognition basics series. Image recognition can be used for all sorts of things like facial recognition, identifying what is in pictures, character recognition, and more.

Рекомендации по теме
Комментарии
Автор

can you come up with some more video and image processing tutorials and do come up same for web designing .

Shubham-nyce
Автор

when I created a test image in PAINT software; The image I got is having only RGB coordinates. It doesn't have alpha co-ordinates. so, while comparing pixels, I couldn't able to match your dataset with my test.png. What should I do now? Where can I create an image with 4 co-ordinates? Please reply at the earliest.

Achu
Автор

+sentdex I created a file using numberArrayExamples = open('numArEx.txt', 'w') command

how will writing or appending argument affect my file.???

i created 2 files with different arguments and they are same

brijeshmodasara
Автор

Hi. I'have reached this stage but m not able to create numArEx.txt. The code runs fine and doesn't show any error. but there is no text file created. Pls help

nancysahota
Автор

couldn't you save an array in text file

egyMag
Автор

I think you have a minor mistake there sentdex, has to be numArEx.write(...) since the file we create is numArEx.txt. Else it does call an error (like in my case).

arturmuellerromanov
Автор

The images I'm working with are faces of people which I would also like to arrange in the way you have, but I am having trouble editing your code to do so. Any help would be appreciated.

kelsly