Merge pull request #8675 from ninadpchaudhari:patch-1

Spell correction
pull/8676/head
Alexander Alekhin 8 years ago committed by GitHub
commit 14ae679971
  1. 2
      doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown

@ -66,7 +66,7 @@ Explanation
- *min_dist = gray.rows/16*: Minimum distance between detected centers.
- *param_1 = 200*: Upper threshold for the internal Canny edge detector.
- *param_2* = 100\*: Threshold for center detection.
- *min_radius = 0*: Minimum radio to be detected. If unknown, put zero as default.
- *min_radius = 0*: Minimum radius to be detected. If unknown, put zero as default.
- *max_radius = 0*: Maximum radius to be detected. If unknown, put zero as default.
-# Draw the detected circles:

Loading…
Cancel
Save