typos
This commit is contained in:
@@ -220,7 +220,7 @@ CvSeq* icvApproximateChainTC89( CvChain* chain, int header_size,
|
||||
current = temp.next;
|
||||
|
||||
/* Pass 2.
|
||||
Performs non-maxima supression */
|
||||
Performs non-maxima suppression */
|
||||
do
|
||||
{
|
||||
int k2 = current->k >> 1;
|
||||
|
@@ -171,7 +171,7 @@ void cv::Canny( InputArray _src, OutputArray _dst,
|
||||
#define CANNY_PUSH(d) *(d) = uchar(2), *stack_top++ = (d)
|
||||
#define CANNY_POP(d) (d) = *--stack_top
|
||||
|
||||
// calculate magnitude and angle of gradient, perform non-maxima supression.
|
||||
// calculate magnitude and angle of gradient, perform non-maxima suppression.
|
||||
// fill the map with one of the following values:
|
||||
// 0 - the pixel might belong to an edge
|
||||
// 1 - the pixel can not belong to an edge
|
||||
|
Reference in New Issue
Block a user