Commit 3f5c3ddd authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12254 from csukuangfj:patch_4

parents 322c6b1b ab8ba047
...@@ -1867,7 +1867,7 @@ until the center stays within a set threshold. ...@@ -1867,7 +1867,7 @@ until the center stays within a set threshold.
@param corners Initial coordinates of the input corners and refined coordinates provided for @param corners Initial coordinates of the input corners and refined coordinates provided for
output. output.
@param winSize Half of the side length of the search window. For example, if winSize=Size(5,5) , @param winSize Half of the side length of the search window. For example, if winSize=Size(5,5) ,
then a \f$5*2+1 \times 5*2+1 = 11 \times 11\f$ search window is used. then a \f$(5*2+1) \times (5*2+1) = 11 \times 11\f$ search window is used.
@param zeroZone Half of the size of the dead region in the middle of the search zone over which @param zeroZone Half of the size of the dead region in the middle of the search zone over which
the summation in the formula below is not done. It is used sometimes to avoid possible the summation in the formula below is not done. It is used sometimes to avoid possible
singularities of the autocorrelation matrix. The value of (-1,-1) indicates that there is no such singularities of the autocorrelation matrix. The value of (-1,-1) indicates that there is no such
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment