Goal: detect hand/ finger from the image
attempt:
use im2bw to get bw version of the image and making the hand distinct from background
for now manually choosing the threshold
attempting with threshold being the average of the whole image sum(sum(sum(I)))/numel(I)
result seems ok but still need other filtering
No comments:
Post a Comment