You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really want to utilize the polygon approximation function approxPolyDP, which is part of opencv/imgproc opencv doc reference here
I don't have enough knowledge currently to write the wrapper myself - Are there significant difficulties in wrapping this feature? If I can get it working, I will see if I can make a pull request.
The text was updated successfully, but these errors were encountered:
in order to have a consistent tolerance (epsilon, according the algorithm) instead of adjusting it based on the contour perimeter length. This keeps simplified vertices more consistent and defined, rather than jumping around.
I really want to utilize the polygon approximation function approxPolyDP, which is part of opencv/imgproc
opencv doc reference here
I don't have enough knowledge currently to write the wrapper myself - Are there significant difficulties in wrapping this feature? If I can get it working, I will see if I can make a pull request.
The text was updated successfully, but these errors were encountered: