Recognizing digits with OpenCV and Python

preview_player
Показать описание
#pythonn #openncv #pyresearch

Recognizing digits with OpenCV and Python

In the first part of this tutorial, we’ll discuss what a seven-segment display is and how we can apply computer vision and image processing operations to recognize these types of digits (no machine learning required!)

From there I’ll provide actual Python and OpenCV code that can be used to recognize these digits in images.

I hope you enjoyed today’s post! & I also enjoy this post.

Please let me know your valuable feedback on the video by means of comments. Please like and share the video. Do not forget to subscribe to my channel for more educational videos.

Want more education? Connect with me here:

#pyresearch #computervision #machinelearning #opencv #deeplearning #artificialintelligence #nlp #datascience #pyresearch #trending #viral

#RecognizingDigits #OpenCV #PythonProgramming #ComputerVision #ImageProcessing #MachineLearning #DeepLearning #PatternRecognition #DigitRecognition #PythonCoding #Tutorial #Programming #AI #PatternMatching
Рекомендации по теме
Комментарии
Автор

Running this code exactly as is, using the example image of the thermostat, I'm getting this error: OpenCV(4.8.1) error: (-215:Assertion failed) npoints >= 0 && (depth == CV_32F || depth == CV_32S) in function 'cv::contourArea'. I am struggling to get this working. Any thoughts?

NKP
Автор

It is possible to extract digits from other kind of images?

hanryhenry