https://imgur.com/arGsGJ1
using this command:
Code: Select all
magick model1.png -canny 0x0+1%+10% -negate -blur 3x.7 -solarize 50% -level 50%,0 model_canny.png
https://imgur.com/a/GMcrzG4
is it possible to get the position/size of the teeth in the arch? it doesn't have to be perfect. Even if it detects half of the teeth in the arch it would be a great for me to understand how this works. So far I've tried
Code: Select all
connected-components
Code: Select all
magick model_canny.png -fuzz 5% -define connected-components:verbose=true -connected-components 4 objects.png