Why is it difficult for machines to understand image content?
We now understand how visual data enters the human visual system, and how our system processes it. The issue is that we still don't fully understand how our brain recognizes and organizes this visual data. In machine learning, we just extract some features from images, and ask the computers to learn them using algorithms. We still have these variations, such as shape, size, perspective, angle, illumination, occlusion, and so on.
For example, the same chair looks very different to a machine when you look at it from the profile view. Humans can easily recognize that it's a chair, regardless of how it's presented to us. So, how do we explain this to our machines?
One way to do this would be to store all the different variations of an object, including sizes, angles, perspectives, and so on. But this process is cumbersome and time-consuming. Also, it's actually not possible to gather data that can encompass every single variation. The machines would consume a huge amount of memory and a lot of time to build a model that can recognize these objects.
Even with all this, if an object is partially occluded, computers still won't recognize it. This is because they think this is a new object. So when we build a computer vision library, we need to build the underlying functional blocks that can be combined in many different ways to formulate complex algorithms.
OpenCV provides a lot of these functions, and they are highly optimized. So once we understand what OpenCV is capable of, we can use it effectively to build interesting applications.
Let's go ahead and explore that in the next section.
- 數據要素安全流通
- MySQL數據庫進階實戰
- Building Computer Vision Projects with OpenCV 4 and C++
- 程序員修煉之道:從小工到專家
- Java Data Science Cookbook
- Python廣告數據挖掘與分析實戰
- Neural Network Programming with TensorFlow
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- 達夢數據庫性能優化
- INSTANT Cytoscape Complex Network Analysis How-to
- Learning Proxmox VE
- 數據挖掘原理與SPSS Clementine應用寶典
- 大數據技術入門
- 云數據中心網絡與SDN:技術架構與實現
- Splunk智能運維實戰