how can i choose the thresholds of canny function in opencv to get clears contours because i have picture with a lot of details

asked 2016-03-11 08:35:43 -0600

nadia gravatar image

updated 2016-03-11 08:36:50 -0600

image description

edit retag flag offensive close merge delete

Comments

try THRESH_OTSU in threshold functions. You can blur your image before theresholding too

LBerger gravatar imageLBerger ( 2016-03-11 08:47:20 -0600 )edit