Computer Vision Lab

Nikolay Falaleev

OpenCV

» OpenCV

Articles by category: OpenCV


Mathematics Algorithms Calibration Self-Driving Classification DeepLearning Segmentation Hardware Competitions ComputerVision
Title img
2024
20 Dec 2024

Camera Calibration: Practical OpenCV Refinement Techniques

This article is part of a series on camera calibration that has accumulated practical tips over more than a decade...

Title img
12 Dec 2024

Camera Calibration: What to perfect before touching the code

This article is part of a series on camera calibration that has accumulated practical tips over more than a decade...

Title img
12 Nov 2024

Camera calibration: Homography vs OpenCV

The idea for this post arose as a response to a common misconception I frequently hear: that camera calibration is...

Title img
2017
07 Jun 2017

Adaptive Virtual Sensors for Lane detection

Introduction One may use different approaches based on combination of threshold filters for defining pixels on an image, which represent...

Title img
07 May 2017

Bird's Eye View Transformation

Introduction Parallel lines appear to converge on images from a front facing camera due to perspective. In order to keep...

Title img
05 May 2017

Camera calibration with OpenCV

Introduction Optical systems are imperfect, that is why any camera prone to produce geometric distortions. There are Barrel and Pincushion...