Without getting into too much detail, I need to detect and trace an edge where there is a significant contrast change - but only in a small region of the screen. Is there a library that selects a region of interest, then traces it somehow? I'm doing some very repetitive work with CT scans of bone.
Asked
Active
Viewed 47 times
0
-
Have you done any research on this? What language are you using? Other toolkits? – roelofs Oct 27 '17 at 02:10
-
Sorry, I should have specified! I'm using Python; I've used some libraries (e.g. PyAutoGUI) for light automation, but nothing like this. – Alex Borg Oct 27 '17 at 12:51