i like when he explain,very clear and easy to understand, not same the others tutorial theyre talking too fast that hard for me to absorb as beginner
@bhavyakhushi8917Ай бұрын
after finding foe so long this is a very good tutorial for cv
@Hakerman-ed6pe4 жыл бұрын
when i saw this IDE color my eyes were be like : Bravo six going dark
@prathamn27004 жыл бұрын
XD
@sukumarroychowdhury41223 жыл бұрын
From your voice, I know you are Sourav. Really thank you for such wonderful; presentation.
@yesdone49932 жыл бұрын
It's too good bro, such a clearcut explanation. All the best.
@tarungupta63044 жыл бұрын
Sir, your Explanation is very clear and the way is pretty good
@ProgrammingKnowledge5 жыл бұрын
Install PyCharm ( Python IDE ) on Windows 10 + First Project - kzbin.info/www/bejne/mXnEaWibqZx_gZI Gist of code I used in this video - www.codebind.com/python/opencv-python-tutorial-beginners-read-write-show-images-opencv/
@hasanjameel21483 жыл бұрын
do you have idea how to use BRISK inside LSB steganography ? please answer
@priyaupwanshi80633 жыл бұрын
in the previous videos we install pips and python then why we use pyCharm instead python IDE ? Can you please share installation process of PyCharm ?
@kumaramresh79055 жыл бұрын
Surprised to see light themed ide..🤣🤣
@rajarshimandal32354 жыл бұрын
Anyone teaching, uses white ide
@rabicode3 жыл бұрын
is it possible to take image/videos as user input after run the programe?
@jn146245 жыл бұрын
I figure that out ... It fails to make a copy when you use the (0) option and click on the (X) to close the windows, but if instead you set the number of milliseconds to 5000. It makes a copy right after it closes! In any case this is a nice tutorial, man. Working on a "neighborhood speed detector" (things are really crazy with lunatics speeding thru my street here and this is a nice way to cooperate with law enforcement)!
@h0difaem104 Жыл бұрын
Thank you so much for this tutorial , And want to ask if i can use spyder ide instead of pycharm without having a trouble following your tutorial.
@tarjunrao8823 Жыл бұрын
[ WARN:0@0.034] global loadsave.cpp:248 cv::findDecoder imread_('abd.jpg'): can't open/read file: check file path/integrity i got this kind of error plzz so;ve my issue
@mahnoorsakhawat90875 жыл бұрын
What is meant by destroying a window? What exactly does the command destroyAllwindows does?
@shrutivaidya2554 жыл бұрын
@programmingKnowledge sir I'm getting error code 1 , saying cv2 has no attribute as imread. Please help to resolve this and my image isn't getting displayed.
@mounahaadi4 жыл бұрын
At 15:37, It could be better if you explain why k = 27 only, and in elif condition what does ord('s') exactly, means and what is the functionality... (for a beginner it becomes quite difficult to understand) apart from these the video and teaching quality is really good...
@_i.a.m_36645 жыл бұрын
Your video gave me hope! It was systematic and so easy to understand. Thank you so much for uploading 😁
@sqbm73292 жыл бұрын
no one can teach this way man
@howfar21574 жыл бұрын
very nice video.. you have increased my confidence to learn on my own... :)
@jetpix Жыл бұрын
Thankyou Sir, Your Tutorial is very understandable
@Parulmittal-wk3mp4 жыл бұрын
hey cv2.imshow() is not working in jupyter and kernel got crashed. could you suggest me some solution for this, that would be very helpful.
@shankarwarudkar74694 жыл бұрын
I have text file which contain the image co ordinates so how to read that co ordinates and display the image from them? pls help
@ericosterlund4 жыл бұрын
hey mate, thanks for all the videos. Im having a problem for the imread, i have all the updated packages: numpy 1.18.2 1.18.2 opencv-contrib-python 4.2.0.34 4.2.0.34 opencv-contrib-python-headless 4.2.0.34 4.2.0.34 opencv-python 4.2.0.34 4.2.0.34 pip 20.0.2 20.0.2 setuptools 46.1.3 46.1.3 code: import cv2 img = cv2.imread('lena.jpg', 0) print(img) but when i run it, i still get None. I have the lane.jpg in my project folder. What could be the problem, i have spent 3 hours trying to troubleshoot this :'''''''(
@ericosterlund4 жыл бұрын
google search: "OpenCV does not support Python 3.8, According to official docs, Python version 3.7 is the highest version that is supported."
@interesantestuff19994 жыл бұрын
@@ericosterlund Thnx, was also stuck. Seems like Python 3.7.3 doesn't support it either.
@mchandran96524 жыл бұрын
Dont cry brh, reinstall python.
@damnitnabit10704 жыл бұрын
@@ericosterlund working fine for me on python 3.8.3
@techyaakash2392 Жыл бұрын
Thanks for the amazing series of opencv ❤❤
@sarikamishra70513 жыл бұрын
from github it was downloaded as zip folder. how will i extract images from it
@prathamn27004 жыл бұрын
Watch in 1.25x speed. Awesome series btw.
@bigjoe65043 жыл бұрын
my cv2.imread keeps returning as none. the path is correct, I dont know what to do, btw im using vscode.
@harshitgupta74963 жыл бұрын
same goes for pycharm
@sakshibhagwat47942 жыл бұрын
Hello, i m using your video for my project but I have sum doubt... I have error for opencv. It's given AttributeError for cv2.imread. so what can I do??
@jeffcueto4 жыл бұрын
Hi, i would like to know how to hide or desable the pointer mouse when i use fullscreen window in OpenCV
@RC2V64 жыл бұрын
I imported an black and white image from a folder, and after reading and applying a threshold filter, i want to read the new threshold image generated instead of the original one i opened. How do i do this? Every time i try to read the thresholded image it reads the original BW imported. If you could help me, would be just awesome. Thanks!
@sagihaviv56753 жыл бұрын
sir how to make it read and extract only the word i want example in the image has "hello world" but i want to print only "world" in a text file
@georgepescod3676 Жыл бұрын
Great video. Q: if I use 27, I can press basically any button and the window gets closed. Not just with the escape button. Is that ok?
@marine503014 жыл бұрын
Hey can anyone tell me either the image will be shown in mobile if all the codes is proper?
@nabiltech13664 жыл бұрын
Hello sir.I liked your video🙏.But i have question.What should i do if i want to use sublime text 3 instead of pycharm?🙋
@hamzaasghar48454 жыл бұрын
i have the same question, help please :D
@joaosalomao52894 жыл бұрын
@@hamzaasghar4845 So, do I. If anyone could help us, it would be really good
@harshbarvaliya35294 жыл бұрын
Good video. , In understandable language
@didiruhyadi47985 жыл бұрын
Keep going my friend.
@adityarana37226 ай бұрын
Beautiful tutorial sir
@jeevanshrestha88885 жыл бұрын
"Could not find a version that satisfies the requirement opencv-python (from versions: ) No matching distribution found for opencv-python" I am getting this error while installing opencv in pycharm
@shingchan47665 жыл бұрын
according to the link here : stackoverflow.com/questions/47390692/error-while-installing-cv2-in-pycharm-python-3-5-3 I try to upgrade the pip "pip install --upgrade pip" from the python command prompt. Then go back to pycharm and install opencv-python. my pip version is 19.3.1 my opencv-python version is 4.1.2.30 I hope this help
@satyambhargav96615 жыл бұрын
you just need to update your pip in your pycharm for duing that you just need to double click on pip in project interpreter now before clicking on install package just check the box of specify version and then click install package, now do the same step for setuptools(some time it will show some error but eventually it will update your pip & setuptools). now while adding opencv again check the box of specify version
@ramanmishra20135 жыл бұрын
try installing numpy before opencv it helped me
@xala9734 жыл бұрын
@@satyambhargav9661 thanks! that worked for me. finally
@ekoziko91114 жыл бұрын
@@satyambhargav9661 Worked great thanks!
@ajinzrathod4 жыл бұрын
How can I set ctrl + s to save image instead of only S
@akhileshdhindsa88304 жыл бұрын
I don't think u can..in ord() method you can pass only a character.
@Chiller-wx6gp Жыл бұрын
really well explained sir 🙏
@kushagra43794 жыл бұрын
In pycharm Id I will try to installation of opencv that shows the error like"Error occurred when installing package " also it is showing " Could not find a version that satisfies the requirement opencv-python (from versions: ) No matching distribution found for opencv-python"". please help me
@malak45423 жыл бұрын
I have the same problem
@kushagra43793 жыл бұрын
@@malak4542 I had the same problem, what it did was first upgrading pip using pip install --upgrade pip. then I opened C:\Users\kusha\PycharmProjects\opencv\venv\Scripts> where kusha is my username. you can use cd command to reach this location. then type python -m pip install -upgrade pip and wait for the operation. then try to install the package from pycharm. I searched this comment of mine, I had commented this a year back, hope it helps
@lakshmitejaswi78324 жыл бұрын
will we crop a image at specific region will the image pixel or intensity changes? when i am cropping i am getting blur images
@ssgoh49684 жыл бұрын
Super good tutor. Thank you
@Praveenkumar-pm9ss3 жыл бұрын
how to get two consecutive frame of video, so that we can get similarity between two frames continuosly on video
@FunnyPantsTV1243 жыл бұрын
how would i go about displaying an image randomly from a folder? I've only been able to get my code to output filenames instead of displaying them
@tisick84482 жыл бұрын
Very nice video.. helped me
@rajeshkumar27823 жыл бұрын
Really Helpful in 2021
@manishjadhav66853 жыл бұрын
thanks man..am searching for path reading ... so that i can import the image using path directly
@sheheryartanveer66193 жыл бұрын
How can ye import Datasets of images ?
@manjuhm79524 жыл бұрын
Brother if you press any key instead of "esc and s" key window is closing.if possible check it once and guide me
@namandhamani94054 жыл бұрын
I am getting cv2.cv2 has no attribute what should i do
@anandraj-xj5ge5 жыл бұрын
I'm getting a error while installation if opencv-python
@rahulshukla50335 жыл бұрын
operating system ?
@anandraj-xj5ge5 жыл бұрын
@@rahulshukla5033 windows
@rahulshukla50335 жыл бұрын
can you paste the error
@satvoholic83005 жыл бұрын
@@rahulshukla5033 i am getting this error : Collecting opencv-python Could not find a version that satisfies the requirement opencv-python (from versions: ) No matching distribution found for opencv-python
@Abdullah575615 жыл бұрын
@@satvoholic8300 I got the same Erorr
@suye872 жыл бұрын
Excellent video
@ramananallabelli4944 жыл бұрын
Thank you so much☺☺☺☺☺☺☺☺
@naitikdalwadi17932 жыл бұрын
I am using IDLE for OpenCV. In this, I do not need to write cv2.waitKey(0) for the image's continuous appearance. It is by default appears for infinite time. So, is there any other function, which works the same as waitKey function?
@JiseonKim4 жыл бұрын
Should I install python again if I want to use pycharm?
@idlconferencecentreknust66484 жыл бұрын
No
@t-macpie14104 жыл бұрын
use Visual Studio Code, got error but code run fine. (can't keep it like this it may cause confusion later) switch to Pycharm can't even install opencv-python error try upgrade pip. error a long error. try install opencv ...successfully. when it works in a wildcard situation make me really paranoid. it is like when 1+1 isn't equal 2 and nothing make any sense at all. =.=
@ericosterlund4 жыл бұрын
lolololol same! i mean... after doing a bunch of the aboves xP
@chwa_shin2 жыл бұрын
Thank you for your excellent video 😊☺️
@DarshanGhorpade74 жыл бұрын
Hey how to apply thickening on a binary image in opencv
@shubhamsharma-px5fu3 жыл бұрын
when i'am running code then image is not showing but matrix or array is showing
@Criegrrunov4 жыл бұрын
To anyone getting a Non-zero exit code (1) error, try using an older version of Python as a project interpreter, as far as I know, Python 3.7 and more recent versions do not work with OpenCV yet, I am currently using Python 3.6 and it works normally.
@bismakhalid70324 жыл бұрын
I've installed python 3.8 should I uninstall this version? Cuz I'm getting the same error
@muhammadsafiullah84285 жыл бұрын
Thank you for uploading this tutorial for free.
@akshatagupta91654 жыл бұрын
Error:Non-zero exit code (1)
@Shreemilk4 жыл бұрын
select existing interpreter manually
@sanjayreddyj32764 жыл бұрын
@@Shreemilk how to manually do it
@kushagra43794 жыл бұрын
i had the same problem, what it did was first upgrading pip using pip install --upgrade pip. then I opened C:\Users\kusha\PycharmProjects\opencv\venv\Scripts> where kusha is my username. you can use cd command to reach this location. then type python -m pip install -upgrade pip and wait for the operation. then try to install the package from pycharm
@nikhilpatro59054 жыл бұрын
@@kushagra4379 thank you so much...btw can you please explain what went wrong before?
@kushagra43794 жыл бұрын
@@nikhilpatro5905 first tell, did the process work perfectly or not?
@srikrithibharadwaj67795 жыл бұрын
Clear and perfect explanation. Thank You so much for this wonderful session Sir 🙏🏻👍🏻👌🏻
@dileepgowda48594 жыл бұрын
In pycharm Id I will try to installation of opencv that shows the error like"Error occurred when installing package ".My python version is 3.8 plz help me
@kushagra43794 жыл бұрын
i had the same problem, what it did was first upgrading pip using pip install --upgrade pip. then I opened C:\Users\kusha\PycharmProjects\opencv\venv\Scripts> where kusha is my username. you can use cd command to reach this location. then type python -m pip install -upgrade pip and wait for the operation. then try to install the package from pycharm. if the problem persists then contact me
@OnlyFood-i5l4 жыл бұрын
What is numpy.core multarray fails to import erro
@jn146245 жыл бұрын
imwrite() hangs and i doesn't create a copy?
@jijobuje3 жыл бұрын
What is the point of k==27? I couldn't understand that.
@jijobuje3 жыл бұрын
I've learned. 27 means ESC in cv2 language and for example 32 for space or even 2490368 for up key. Every key has a number.
@unemployedcse35144 жыл бұрын
Awesome bro 💞
@aprameyamandal43464 жыл бұрын
16:03 If I press any key its going to disappear
@davidhermawan9424 жыл бұрын
is there anyone to help me. When I tried to press except 'esc' & 's', the image was also closed or destroy all windows. my question is how if we press except 'esc' and 's' then the image is not closed. I tried using 'else' in condition function after 'elif' but it could'nt work.
@tanmays96535 жыл бұрын
Sir in k == 27: whatever I type the key in keyboard other than 's' it destroys the window. Can you tell me why?
@devenderchaudhary79625 жыл бұрын
Facing the same situation, please let know if any body know the reason.
@davidhermawan9424 жыл бұрын
I had the same problem. how it could hapen too
@imaparna175 жыл бұрын
I want to know that without using if else statement if I press esc key then also we can exit from the image. so why you are using this statement.
@TheQuickUplifts5 жыл бұрын
This might be depending on the IDLE you're using. Generally, pressing escape doesn't just work.
@imaparna175 жыл бұрын
@@TheQuickUplifts ok thanks
@shwetachaudhary82654 жыл бұрын
In old version +is not opening why?
@anujrawat36263 жыл бұрын
how does k==27 means ESC?
@shivanmohammed90255 жыл бұрын
Print (' I salute you ')
@roiinbar9075 жыл бұрын
Got an error while trying to imshow, the error is: cv2.error: OpenCV(4.1.2) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:651: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvShowImage' I would appreciate any help.
@someoneneedsbeer29944 жыл бұрын
Dont copy the file into the project, use img = cv.imread('C:/Users/user/Desktop/opencv-master/opencv-master/samples/data/lena.jpg', 1) instead. Watch out for / and \. U have to use an / and not a \ for a new directory Then u use: cv.imshow('Test', img) There we go :) cv.imwrite('C:/Users/user/Desktop/opencv-master/opencv-master/samples/data/lena_copy.png', img) for the imwrite process!
@humayunnasir62614 жыл бұрын
Good Video. Thanks Alot.
@iamodhay4 жыл бұрын
Please use dark theme. It would help eyes to watch your videos for a longer time. 👍
@BFnotes4 жыл бұрын
it would be better idea to show us how to install PyChram because i'm messing with too much options
@CGRB4 жыл бұрын
Awesome tutorials
@hanafizahanafi24755 жыл бұрын
Thank u so much for the teaching. Help me a lot
@RaghunathTambde Жыл бұрын
I just changed the file path, and got an error on imshow, I really don't understand what is going on there, if it was something about path then it should have returned None, help me Senpai
@codeaxen5 жыл бұрын
Great Tutorials ProgrammingKnowledge Thanks ...am Looking to it Python made Easy
@Quiet_Fox77 ай бұрын
Thank you!
@harsh_dn4 жыл бұрын
The image isn't loading, a gray window appears and blue circle is rotating continuously Help please
@rustamtemirov31564 жыл бұрын
Hey man, what does "27:" mean?
@vorpalblade4 жыл бұрын
27 is the escape key.
@Dentechnocollection4 жыл бұрын
ASCII equivalent of ESC key
@SaifaldeenSAH5 жыл бұрын
Great! Please continue
@techtalk6685 жыл бұрын
Nice work brother thanks
@adityagonella83834 жыл бұрын
why always value of 27 is taken??
@jatingarg73835 жыл бұрын
When I tried to install open CV package on pycharm it showing error, what I have to do now
@JaikishanJaikumar4 жыл бұрын
@@ousmancamara2870 yeah ur right man. even i faced same problem
@japanrock1005 жыл бұрын
im lost, have i download the opencv on my computer?, cause i have follow all your videos but i cant find the opencv on my computer help!
@yobro70515 жыл бұрын
He did not show how to download open cv on pycharm .
@nikaguladishvili56995 жыл бұрын
@@yobro7051 you dont download it on pychar,its already there,you just have to install it in your project via import
@aleenarao84994 ай бұрын
I don't clear where you open open cv
@oKeFoi4 жыл бұрын
'cv2' has no 'imread' member
@rtr1958075 жыл бұрын
many thanks for your work!
@himanshushekhar265 жыл бұрын
Thanks for this great tutorial
@vic_dpewang90795 жыл бұрын
I noticed that the imported image had to be under same level as the py flie, or the imread not gonna work
@agatafilipczak10635 жыл бұрын
thank you! that was helpful!
@rickmeister26625 жыл бұрын
It can does have to be. I have my images in a seperate folder. As long as you write the correct path to the image it should work fine.