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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -