For you, the fact that everyone has tried aging masks through the Face App is no longer news. In turn, for computer vision there are tasks more interesting than this. Below I will present 8 steps that will help you master the principles of computer vision.
')
Before starting with the steps, let's understand what tasks you and I can solve with the help of computer vision. Examples of tasks may include the following:
In computer vision, segmentation is the process of dividing a digital image into several segments (super pixels). The purpose of segmentation is to simplify and / or change the presentation of an image so that it is easier and easier to analyze.
For the project, you can take your own data. For example, take a picture of furniture from different sides and make a 3D object in OpenCV from an album of flat images.
Step 6 - 3D Scenes
Being able to create 3D objects from flat images, you can try to create three-dimensional reality.
Step 7 - Object Recognition and Image Classification
It’s convenient to use TensorFlow as a framework for deep learning. This is one of the most popular frameworks, so you can easily find enough examples. To get started with images in TensorFlow, go through this tutorial .
Further, using links, consider the following topics:
On this our steps in the study of computer vision came to an end. I hope you learned something new for yourself. As is customary on Habré, I liked the post - put a plus. Do not forget to share with colleagues. Also, if you have something that you can share yourself - write in the comments. More information about machine learning and Data Science on Habré and in the telegram channel Neuron (@neurondata).