mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Merge pull request #18022 from SoheibKadi:Update_CornerSubPix_Documentation
This commit is contained in:
commit
acc6189da0
@ -1238,3 +1238,10 @@
|
||||
number={2},
|
||||
pages={117-135},
|
||||
}
|
||||
@inproceedings{forstner1987fast,
|
||||
title={A fast operator for detection and precise location of distincs points, corners and center of circular features},
|
||||
author={FORSTNER, W},
|
||||
booktitle={Proc. of the Intercommission Conference on Fast Processing of Photogrammetric Data, Interlaken, Switzerland, 1987},
|
||||
pages={281--305},
|
||||
year={1987}
|
||||
}
|
||||
|
@ -1861,8 +1861,8 @@ CV_EXPORTS_W void preCornerDetect( InputArray src, OutputArray dst, int ksize,
|
||||
|
||||
/** @brief Refines the corner locations.
|
||||
|
||||
The function iterates to find the sub-pixel accurate location of corners or radial saddle points, as
|
||||
shown on the figure below.
|
||||
The function iterates to find the sub-pixel accurate location of corners or radial saddle
|
||||
points as described in @cite forstner1987fast, and as shown on the figure below.
|
||||
|
||||
![image](pics/cornersubpix.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user