Skip to content

Commit 10cff61

Browse files
authored
Update TMOXiong17.cpp
1 parent bf26037 commit 10cff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMOXiong17/TMOXiong17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void singleChannelGradient(Mat image, Mat &gradient, int GRADIENT_COLOR_OPTION)
143143
}
144144

145145
/** y axis */
146-
/** if we are on last row á/
146+
/** if we are on last row */
147147
if (row == IMAGE_HEIGHT-1)
148148
gradient.at <float> (IMAGE_HEIGHT*IMAGE_WIDTH + col * IMAGE_HEIGHT + row, 0) = gradient_cur;
149149

0 commit comments

Comments
 (0)