OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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: