Videos demonstrated with live programming in python is just awesome I like this kind of videos very much and hope you would continue to bring more educational videos like this
@mdmynuddin18882 жыл бұрын
Please upload complete playlist like ML and DL
@akshaykumarsingh97705 жыл бұрын
Respected sir, thanks for your support through these videos. Sir, I am a beginner with computer vision but I have beginner level knowledge in artificial neural network and convolutional neural network, you can say I know the theory parts. But can all these stuff be helpful in learning openCv??
@mujeebrahman52824 жыл бұрын
yes
@louerleseigneur45323 жыл бұрын
Thanks Krish
@amitjajoo95104 жыл бұрын
Awesome video 👍
@akshaykumarsingh97705 жыл бұрын
Please guide me a path so that I can do some projects on it. I'm in 4th year of b.tech I'll be grateful to you for this help sir 🙏
@AMVBlitz10 ай бұрын
hello bhai job lgayi tumeri ?
@alahisahi67625 жыл бұрын
please upload full projects videos .
@krishnaik065 жыл бұрын
Please check my playlist
@logai59533 жыл бұрын
I can't able to run the code (cv2.imshow('.....')) through colab. but works well in pycharm. why?
@Sagar_Tachtode_7774 жыл бұрын
CAN I save the image in .tif format??
@venkataraomannem65855 жыл бұрын
How to work with opencv sir can you please upload a video on working with opencv connection and working. Thank you sir
@krishnaik065 жыл бұрын
Hey Venkatarao..I have already created a playlist in OoenCV , please find the link below kzbin.info/www/bejne/o4WWZZKvqpqjmMk
@aritahalder93973 жыл бұрын
How to read 16but image ??
@vanshikapathak5174 жыл бұрын
Sir , tensorflow is also used for image processing then how opencv is differ. From tensorflow
@Sagar_Tachtode_7774 жыл бұрын
Tensorflow is used for Deep learning models. Training and testing of the Images etc. cv2 is used to manipulate (cut, brighten, etc) the image, as per the need.
@doreinpaulemmanuel36142 жыл бұрын
how to import OpenCv
@aritahalder93973 жыл бұрын
How to read a 16bit image ??
@shivaa99013 жыл бұрын
(-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' I got this error please help. 😭😭
@rachulurichaitanya11274 жыл бұрын
While capturing video it is working for sometime and fails after
@yogeshtiwari17094 жыл бұрын
I get this error 'attributeerror: 'function' object has no attribute 'shape'
@yogeshtiwari17094 жыл бұрын
When i use this statement -> print(input.shape) I get this error any help
@arvindj39064 жыл бұрын
Your code fails in unittesting
@vikashtiwari21363 жыл бұрын
Sir i m getting this error...please help me out .. error: OpenCV(4.5.1) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-1drr4hl0\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'
@mdmynuddin18882 жыл бұрын
do it on virtual env
@pranavppillai57943 жыл бұрын
imshow giving me output window as 'not responding', anyone with the same issue?