When approaching a problem using Machine Learning or Deep Learning, researchers often face a necessity of model tuning because the chosen method usually depends on various hyperparameters and used ...
Search Results for: c
Understanding Lens Distortion
In a previous post, we went over the geometry of image formation and learned how a point in 3D gets projected on to the image plane of a camera. The model we used was based on the pinhole camera ...
Image Matting with state-of-the-art Method “F, B, Alpha Matting”
The foreground is the part of a view or picture, that is nearest to you when you look at it (Oxford dictionary). We, humans, are usually good at distinguishing foreground objects on images from the ...
Learn Keras and Tensorflow
At LearnOpenCV.com, we have adopted a mission of helping people take their first steps in the fields of Machine Learning, Computer Vision, Deep Learning, and AI. We have created a series of tutorials ...
t-SNE for Feature Visualization
In Machine Learning, we always want to get insights into data: like getting familiar with the training samples or better understanding the label distribution. To do that, we visualize the data in many ...
Geometry of Image Formation
In this post, we will explain the image formation from a geometrical point of view. Specifically, we will cover the math behind how a point in 3D gets projected on the image plane. This post ...