$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Detecting corners location in subpixels

Table of Contents

Prev Tutorial: Creating your own corner detector
Next Tutorial: Feature Detection

Original author Ana Huamán
Compatibility OpenCV >= 3.0

Goal

In this tutorial you will learn how to:

  • Use the OpenCV function cv::cornerSubPix to find more exact corner positions (more exact than integer pixels).

Theory

Code

Explanation

Result

Here is the result: