mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix typo
This commit is contained in:
parent
9dcbd6d93c
commit
2aba8ffc73
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ while contour
|
||||||
|
|
||||||
# You can also detect the "minimal rectangle" which has an angle, width, height and center coordinates
|
# You can also detect the "minimal rectangle" which has an angle, width, height and center coordinates
|
||||||
# and is not neccessarily horizonally or vertically aligned.
|
# and is not neccessarily horizonally or vertically aligned.
|
||||||
# The corner of the rectangle with the lowest y and x position is the achor (see imagehere: http://bit.ly/lT1XvB)
|
# The corner of the rectangle with the lowest y and x position is the anchor (see image here: http://bit.ly/lT1XvB)
|
||||||
# The zero angle position is always straight up.
|
# The zero angle position is always straight up.
|
||||||
# Positive angle values are clockwise and negative values counter clockwise (so -60 means 60 degree counter clockwise)
|
# Positive angle values are clockwise and negative values counter clockwise (so -60 means 60 degree counter clockwise)
|
||||||
box = contour.min_area_rect
|
box = contour.min_area_rect
|
||||||
|
|
Loading…
Reference in a new issue