Ask Your Question

Bhavesh Valani's profile - activity

2019-05-18 07:38:22 -0600 commented answer Detect green laser dot

Please past full code so i will convert it in android,

2019-05-18 02:26:40 -0600 commented answer Detect green laser dot

Hey chrish i get other all thinks that i want accept one please explain or give me some code for your last two point (3,

2019-05-18 01:53:57 -0600 received badge  Enthusiast
2019-05-16 07:20:09 -0600 asked a question What is counter ?

What is counter ? When i process image and find counters its print like this [{123.0, 144.0}, {123.0, 145.0}, {122.0, 1

2019-05-16 05:13:48 -0600 commented question How to find X and Y position of image that inside imageview

As i know i want image processing and process this image to find its border counter, as i know counter shows the array

2019-05-16 05:08:41 -0600 commented question How to find X and Y position of image that inside imageview

i want tank image border coordinates (X,y) , i means how they are far from screen of mobile phone border of tank image n

2019-05-16 05:07:35 -0600 commented question How to find X and Y position of image that inside imageview

i want tank image border coordinates (X,y)

2019-05-16 05:07:30 -0600 commented question How to find X and Y position of image that inside imageview

i want tank image border coordinates (X,y) f

2019-05-16 05:03:33 -0600 asked a question How to find X and Y position of image that inside imageview

How to find X and Y position of image that inside imageview How to find X and Y coordinates border of shape images as

2019-05-15 05:33:03 -0600 commented answer Detect green laser dot

Ok , i will explain my situation fist 1) Mobile full screen with fix size of imageview contain TANK image, 2) remaini

2019-05-15 01:31:54 -0600 commented answer Detect green laser dot

Hi chris thank for your valuable answer, after do some research on your steps in android finally i get the same output

2019-05-09 01:52:22 -0600 commented question Detect green laser dot

enter code here // loop over all found contours for (MatOfPoint cnt : contours) { MatOfPoint2f curve = new

2019-05-09 01:52:22 -0600 commented question Detect green laser dot

enter code here Imgproc.cvtColor(gray, hsv, Imgproc.COLOR_RGB2HSV); Core.inRange(hsv, new Scalar(45,100, 100), new S

2019-05-09 01:52:21 -0600 commented question Detect green laser dot

thats above is my code but not getting perfect dot of laser

2019-05-08 09:20:48 -0600 asked a question Detect green laser dot

Detect green laser dot how to detect this green laser dot using android openCV