Skip to content

Commit acc6189

Browse files
committed
Merge pull request opencv#18022 from SoheibKadi:Update_CornerSubPix_Documentation
2 parents 29aeebf + 613ff61 commit acc6189

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/opencv.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,3 +1238,10 @@ @Article{Wu2009
12381238
number={2},
12391239
pages={117-135},
12401240
}
1241+
@inproceedings{forstner1987fast,
1242+
title={A fast operator for detection and precise location of distincs points, corners and center of circular features},
1243+
author={FORSTNER, W},
1244+
booktitle={Proc. of the Intercommission Conference on Fast Processing of Photogrammetric Data, Interlaken, Switzerland, 1987},
1245+
pages={281--305},
1246+
year={1987}
1247+
}

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,8 +1861,8 @@ CV_EXPORTS_W void preCornerDetect( InputArray src, OutputArray dst, int ksize,
18611861

18621862
/** @brief Refines the corner locations.
18631863
1864-
The function iterates to find the sub-pixel accurate location of corners or radial saddle points, as
1865-
shown on the figure below.
1864+
The function iterates to find the sub-pixel accurate location of corners or radial saddle
1865+
points as described in @cite forstner1987fast, and as shown on the figure below.
18661866
18671867
![image](pics/cornersubpix.png)
18681868

0 commit comments

Comments
 (0)