I am trying to smooth some contour edges so they're not so jagged. So far I have applied a cv::GuassianBlur()
to my contours. I found an interesting stackoverflow answer that might help by using a lookup table with LUT
to sort of "threshold" my blurred contours.
However I'm not certain on how to properly write a lookup table. I couldn't find any clear examples how. Any help appreciated. Thanks