Ask Your Question

thexnightmare's profile - activity

2020-12-07 10:58:46 -0600 received badge  Famous Question (source)
2020-11-30 03:22:56 -0600 received badge  Popular Question (source)
2018-08-14 22:41:31 -0600 received badge  Notable Question (source)
2017-07-12 03:14:04 -0600 received badge  Popular Question (source)
2016-01-08 12:12:50 -0600 asked a question Calculating Z axis of tracked image or 3d tracker algorithm

Dear, I am working on OpenTLD and CMT trackers, which they are perfect 2D trackers . Do you know good 3D tracker which can return XYZ of the tracked 3d planar image?

If not, any idea on how can I calculate Z if I have the original height and width of on image and the (Height, Width, Scale, XYZ) of the tracked image ?

Note: I want to use it for Augmented Reality application for mobile at the end, and no problem if the library is commercial. Thanks alot

2015-12-16 15:27:30 -0600 received badge  Enthusiast
2015-12-06 15:45:39 -0600 commented question Compiling the opencv for GPU

thaaaaaaaaaaaaanks

2015-12-06 13:56:58 -0600 commented question Compiling the opencv for GPU

What baout other GPUs? like mobile GPUs? AMDs?

2015-12-06 12:07:16 -0600 commented question Compiling the opencv for GPU

I meant, i didnt found yet then answers!

2015-12-06 11:30:06 -0600 answered a question Compiling the opencv for GPU

I am totally lost in this, can u help me by direct answers?

2015-12-06 11:29:07 -0600 commented answer Running 2 algorithms simulatenously

All thing worked perfectly, just one thing, if I want to see the process to the 2 alogirithms, I added imshow to both parallel functions, but then compilation error appears, any idea?

2015-10-28 16:54:31 -0600 commented answer Detecting the image if it is clored or black and white!?

can you give me a code on that please?

2015-10-28 10:13:25 -0600 received badge  Nice Question (source)
2015-10-28 06:27:25 -0600 asked a question Detecting the image if it is clored or black and white!?

Dear, I am trying to make a simple program detect the image if it is colored or black and white, any idea of how to achieve thgat? Thanks

2015-10-26 15:04:45 -0600 commented answer Running 2 algorithms simulatenously

Thank for you guys, I really appreciate your effots which helped me alot. Just a quick question, If I want to go deeply with threading, which library do you prefer: IPP, OpenMP, or Boost?

2015-10-24 09:57:34 -0600 commented answer Running 2 algorithms simulatenously

1- Amazing new performance, what is the reasons for getting this new benchmarks which sowing that parallel is much faster? 2- Just simple question, what do you mean by overhead and the empty function ?

2015-10-24 07:00:10 -0600 commented answer Running 2 algorithms simulatenously

Just simple question, what do yu mean by overhead and the empty function ?

2015-10-23 23:28:48 -0600 received badge  Student (source)
2015-10-23 17:32:37 -0600 asked a question Compiling the opencv for GPU

Dear experts, I have few questions about compiling for GPU to get better performance: 1- When I compile for GPU, does it work then on all GPUs or only Cuda Geforce? 2- If the application run on a PC which dont have GPU, does it run? 3- Any straight forward tutorial for this? Thanks

2015-10-23 11:09:56 -0600 received badge  Scholar (source)
2015-10-23 11:09:50 -0600 received badge  Supporter (source)
2015-10-23 05:20:13 -0600 commented question Running 2 algorithms simulatenously

Thanks for your comment, So, it is no possible to handle the usb camera from 2 different process in the same time? if not, Any idea how to run the algorithms in a parallel way?

2015-10-23 02:28:26 -0600 asked a question Running 2 algorithms simulatenously

Dear, I want to capture a video and do 2 algorithms in the same to it, where each algorithms take approximately 2 seconds. How to do that? Note: Ive tried to do the 2 algorithms in 2 different processes but the 2nd program telling tat it cant capture from camera due to that the camera is locked by the first process. Thanks