Image segmentation using segment seeds watershed in android

旧巷老猫 提交于 2020-05-20 10:53:08

问题


I am developing a mobile application that performs the segmentation of wound images. I would like to use the watershed for segmentation of images with the use of the mark of the region of interest made by the user. The user draws around the region of the wound so that the coordinates can be passed to the seeds of the watershed. In this link I saw how this is done using the mouse click, I would like someone to help me do this for android. Because I have no idea how to do it. In the case of my application, instead of coloring the wound, I would like to remove the entire background, leaving it black and highlight only the forenground for further processing of the wound only. I am using kotlin with opencv 4 for development.

来源:https://stackoverflow.com/questions/61876457/image-segmentation-using-segment-seeds-watershed-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!