Hi, This week you'll learn about OCR'ing Video Streams. As you know by now, Deep Learning has had a profound impact in the world of image processing and, in turn, in video processing. Today's computer systems are fast enough to decompose video clips into individual frames and process them accordingly. Hence, most topics that we learn about image processing can be used in video processing. Needless to say, video tasks in computer vision (CV) have grown at an exponential rate, to the point where many important tasks you see in your daily life are accomplished just by this. But this also means these tasks depend on flawless uninterrupted video streams, which is seldom possible in the real world. Hence, today's tutorial, OCR'ing Video Streams, deals with a variety of methods you can plug into your video processing task to deal with scenarios where some external factor might mess up the optical character recognition in video frames. The big picture: Considering how important video streams are to today's communication world, the failsafe methods learned in this tutorial will provide you with one of the ways you can avoid data misinterpretation. How it works: We have used a series of transformations, starting with Fast Fourier Transform, filtering out images that are too noisy to process. We then use contour approximation and perspective transformation techniques to zero out the exact region of text we require. Our thoughts: It's always handy to keep a set of image processing techniques at your disposal. Real-world scenarios have innumerable possible factors which aren't in your control. Hence it's best to stay prepared. Yes, but: The techniques learned in this tutorial do not cover all possible scenarios when dealing with video streams. Stay smart: Do not stop here. There always is something more to learn in the world of Computer Vision. Click here to read the full tutorial PyImageSearch University This lesson is part of PyImageSearch University, our flagship program to help you master computer vision, deep learning, and OpenCV. PyImageSearch University is updated each week with new lessons. Don't spend your time trying to piece together code when you could get pristine code right now. Want the full, working code of every blog post plus a Colab Notebook and video walkthrough of the code? I want the code Having problems with your local development environment or IDE? Fortunately, our pre-configured Colab Notebooks allow you to run code the moment you join PyImageSearch University. But, of course, you don't want to be a sys-admin, so don't waste time messing with your development environment. Want to Master Computer Vision and Deep Learning? Do you think mastering computer vision and deep learning has to be time-consuming, overwhelming, and complicated? Or has to involve complex mathematics and equations? Or requires a degree in computer science? That's not the case. All you need to master computer vision and deep learning is for someone to explain things to you in simple, intuitive terms. And that's exactly what we do. Our mission is to change education and how complex Artificial Intelligence topics are taught. Inside PyImageSearch University, you'll find: - Code that works for almost any OpenCV or TensorFlow CV problem
- 35+ courses on the hottest computer vision, deep learning, and OpenCV topics
- 35+ Certificates of Completion (one for each course)
- 39+ hours of on-demand video
- Pre-configured Jupyter Notebooks running in Google Colab
- Run all code examples in your web browser — works on Windows, macOS, and Linux (no dev environment configuration required!)
- Access to centralized code repos for all 500+ tutorials on the PyImageSearch blog
- Easy one-click downloads for code, datasets, pre-trained models, etc.
- Access on mobile, laptop, desktop, etc.
- New courses released regularly and new tutorials weekly, ensuring you can keep up with state-of-the-art techniques
Click here to join PyImageSearch University The PyImageSearch Team |
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.