Ask Your Question

Simonn's profile - activity

2018-03-27 02:10:46 -0600 received badge  Enthusiast
2018-03-26 04:13:34 -0600 commented question Edge based alignment

I tried the script with median blur and without blur and the results were the same. (Without blur was even slightly wors

2018-03-26 04:13:21 -0600 answered a question Edge based alignment

I tried the script with median blur and without blur and the results were the same. (Without blur was even slightly wors

2018-03-23 10:08:15 -0600 commented question Edge based alignment

Also I compared the results from the Canny edge detection and edges from the Otsu threshold with the sub pixel edge dete

2018-03-23 10:01:08 -0600 edited question Edge based alignment

Edge based alignment Hi everyone, I'm currently working on a project were I need to detect a marker in an image with Py

2018-03-23 09:54:37 -0600 commented question Edge based alignment

I've made a script with Otsu binarization and connectedComponentsWithStats to get the angle from the centroids like you

2018-03-22 03:26:08 -0600 received badge  Editor (source)
2018-03-22 03:26:08 -0600 edited question Edge based alignment

Edge based alignment Hi everyone, I'm currently working on a project were I need to detect a marker in an image with Py

2018-03-22 03:23:30 -0600 commented question Edge based alignment

Thank you for your comments! I'll take a look at those two functions. I would upvote you but apparently I can't do that

2018-03-20 10:52:17 -0600 answered a question Edge/Contour identification

If you already have the contours of the lines you want the measure you could use cv2.boundingRect(cnt) to draw a box aro

2018-03-20 08:49:48 -0600 asked a question Edge based alignment

Edge based alignment Hi everyone, I'm currently working on a project were I need to detect a marker in an image with Py