java - Image Segmentation From Edge Detection -
how can apply segmentation technique through edge detection in android? want run edge detection on picture , extract part of choice picture. bitmap or jpeg. possible in android? there working example or tutorial?
your use case isn't descriptive, give general answer. maybe can go bit deeper detail of problem want solve.
if aren't afraid of using modern c++ techniques, highly recommend opencv. has lot of features regarding image segmentation , edge detection. example canny edge detector implemented in opencv.
Comments
Post a Comment