Ask Your Question

kavie's profile - activity

2017-06-29 06:32:41 -0600 commented question How to get actual height and width of object in the image in android OpenCv?

Will it possible if i give distance between Android phone and Object?actually In play store I have seen app this app.I think in this also they are auto calculating wound height and width. https://play.google.com/store/apps/de...

2017-06-29 06:26:05 -0600 asked a question Measure Width & Height in marked position of image view using opencv in Android

I am working on an android project using opencv.I'm following some tutorial in internet ,have done "How to capture Image using Opencv,show in ImageView,Here is the Code for that ,

https://gist.github.com/manikavi/46cb...

Next my requirement is mark width & height on Captured image and get Size of that .(Image is added here)

image description

Is it possible in opencv,If yes Can I get help to do this?

2017-06-29 05:47:02 -0600 commented answer GrabCut Implementation in JAVA

Hi EduardoGG , Can u share code please?

2017-06-28 09:53:47 -0600 asked a question GrabCut Effect on Captured Image in Android using opencv

I am working on an android project using opencv.I'm following some tutorial in internet ,have done "How to capture Image using Opencv,show in ImageView,Here is the Code for that ,

https://gist.github.com/manikavi/46cb...

Output Of above code is

image description

My Next requirement is ,Just Select & Cut affected wound part using GrabCut and measure size of the wound,as shown below.How can i achieve this?

image description

2017-06-28 06:22:21 -0600 asked a question GrabCut Effect on Captured Image in Android using opencv

I am working on an android project using opencv.I'm following some tutorial in internet ,have done "How to capture Image using Opencv,show in ImageView,Here is the Code for that ,

https://gist.github.com/manikavi/46cb...

Output Of above code is

image description

My Next requirement is ,Just Select & Cut affected wound part and measure size of the wound,I have done lot of research for this,but i'm not getting do,Can i get help from Some one ?