Skip to content

Commit 613ff61

Browse files
committed
Added reference to paper.
1 parent f162c08 commit 613ff61

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
@@ -1228,3 +1228,10 @@ @Article{Wu2009
12281228
number={2},
12291229
pages={117-135},
12301230
}
1231+
@inproceedings{forstner1987fast,
1232+
title={A fast operator for detection and precise location of distincs points, corners and center of circular features},
1233+
author={FORSTNER, W},
1234+
booktitle={Proc. of the Intercommission Conference on Fast Processing of Photogrammetric Data, Interlaken, Switzerland, 1987},
1235+
pages={281--305},
1236+
year={1987}
1237+
}

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)