Image Recognition and Python Part 6

preview_player
Показать описание
This is the sixth 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.

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

File "C:/Python36/image folder/tutorialimages/imageArray.py", line 9, in <module>
for eachRow in imageArray:
NameError: name 'imageArray' is not defined this is an error please help me

husnainabbasi
Автор

I got a question. If the the command "fig = plt.figure()" creates a figure, how come we dont pass a reference to "fig" in the "plt.subplot2grid" method ?

how does the "plt.subplot2grid" know if it is creating sub plots for "fig" and not another figure ?

ibrahimahmed
Автор

Before the tutorial, it was said that it converts image to black and white. But it remains the same after execution of the program

adarshajayan
Автор

Hello Sentdex, How can we use for loop if we want read all the images at a time?

suhasnaik
Автор

when I run the script, python 2.7 shell appears and nothing happens, I end the process and it warns Runtime error

hungquang
Автор

but I have a question:
The threshold function converts everything to black and white right but won't this trick only work with an image with 2 different colours?

ozhipxe
Автор

Where we have to use threshold function ?

zeesh_ali
Автор

The line that include 'time' doesn't work at my interpretator

alekszmaalmen
Автор

Hi Sentdex, it says to me invalid syntax
:(
No processing. It does not show anything at all

farihazulfiqar
Автор

Could you post a gist containing the code from all of these videos?

davidwittman
Автор

NameError: name 'imageArray' is not defined sir please help me i am new in python please

husnainabbasi
Автор

I don't get the 8, 6 graph thing

darkseid
Автор

"NameError: name 'imageArray' is not defined" sir i got an error on my code. Im not a python coder but could you please give me some tips?

jandalelingat
Автор

what is the aim of this video ?? i do not understand what i should learn :)

goodperson