Ask Your Question

komms's profile - activity

2019-08-01 12:17:07 -0600 commented question How to tranform 2D image coordinates to 3D world coordinated with Z = 0?

How did you solve this problem?

2018-05-24 16:21:15 -0600 received badge  Student (source)
2018-03-22 07:27:53 -0600 commented answer bounding box around the detected Object in real time video

thank you :)

2018-03-21 14:03:16 -0600 commented answer bounding box around the detected Object in real time video

@berak in short , During Real time video , the if conditional loop defined in the above code is giving me good results,

2018-03-21 14:03:04 -0600 commented answer bounding box around the detected Object in real time video

in short , During Real time video , the if conditional loop defined in the above code is giving me good results, but i d

2018-03-21 13:56:10 -0600 edited answer bounding box around the detected Object in real time video

solved the problem, in real-time, i declared all the variables and vector and Mat outside the loop. here is the correcti

2018-03-21 12:51:21 -0600 commented answer bounding box around the detected Object in real time video

@berak when i delete the ifloop from the code, the bounding box is not stable(i mean its moving abruptly with weird poly

2018-03-21 12:44:34 -0600 edited answer bounding box around the detected Object in real time video

solved the problem, in real-time, i declared all the variables and vector and Mat outside the loop. here is the correcti

2018-03-21 12:43:40 -0600 received badge  Editor (source)
2018-03-21 12:43:40 -0600 edited answer bounding box around the detected Object in real time video

solved the problem, in real-time, i declared all the variables and vector and Mat outside the loop. here is the correcti

2018-03-21 12:43:03 -0600 answered a question bounding box around the detected Object in real time video

solved the problem, in real-time, i declared all the variables and vector and Mat outside the loop. here is the correcti

2018-03-17 13:13:29 -0600 commented question bounding box around the detected Object in real time video

@berak link: same link as above does this code detects objects in real-time video? or In real-time, are we supposed to

2018-03-17 12:15:34 -0600 commented question Ideal algorithm for real-time helipad tracking?

@hw_gn, I'm working on the same task, im using SURF algorithm. Due to the helipad texture, it might be possible to more

2018-03-17 07:03:25 -0600 received badge  Enthusiast
2018-03-16 07:16:33 -0600 commented question bounding box around the detected Object in real time video

thank you :) I will check.

2018-03-16 06:22:07 -0600 commented question bounding box around the detected Object in real time video

H is not empty. With more texture, obviously the number of key points increased, now the good_matches.size() is varying

2018-03-16 06:20:51 -0600 commented question bounding box around the detected Object in real time video

H is not empty. With more texture, obviously the number of key points increased, now the good_matches.size() is varying

2018-03-15 17:28:53 -0600 asked a question bounding box around the detected Object in real time video

bounding box around the detected Object in real time video link:[followed the same code] (https://docs.opencv.org/2.4/do

2018-03-15 16:03:19 -0600 commented answer dnn build error via Mingw64

thank you :)

2018-03-15 06:48:18 -0600 commented answer dnn build error via Mingw64

Thank you. Does it mean that one cant use DNN module in opencv? I built my files without dnn module as i don't need it

2018-02-23 10:22:41 -0600 asked a question dnn build error via Mingw64

dnn build error via Mingw64 opencv 3.4 mingw64 eclipse oxygen windows 10 I'm getting these errors while building the dnn