mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #18022 from SoheibKadi:Update_CornerSubPix_Documentation
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user