Ask Your Question

Dragonara's profile - activity

2014-01-27 14:55:03 -0600 asked a question Feature matching with FLANN and Kinect

Hi everyone! I'm trying to detect object with Kinect for Xbox 360 in an image with Feature Matching with FLANN. I'm using OpenCV with OpenNI as said in this tutorial( http://robocv.blogspot.it/2012/02/real-time-object-detection-in-opencv.html ) and I thinked to take coordinates of correct keypoints in rgb image and find that coordinates in depth image to find distances.

How can do that?

Thank you very much!

2014-01-19 09:46:04 -0600 received badge  Editor (source)
2014-01-19 09:45:29 -0600 asked a question Error with Feature Matching with FLANN OpenCV 2.4.8

Hi everybody, I'm using the simple tutorial of Feature Matching with FLANN with the last version of OpenCV but I have always this problem:

'FLANNOpenCVSite.exe': caricato 'C:\Users\Francesco\Documents\Visual Studio 2010\Projects\FLANNOpenCVSite\Debug\FLANNOpenCVSite.exe', Simboli caricati. 'FLANNOpenCVSite.exe': caricato 'C:\Windows\SysWOW64\ntdll.dll', Impossibile trovare o aprire il file PDB

which means

FLANNOpenCVSite.exe ': Loaded' C: \ Users \ Francesco \ Documents \ Visual Studio 2010 \ Projects \ FLANNOpenCVSite \ Debug \ FLANNOpenCVSite.exe ', Symbols loaded. 'FLANNOpenCVSite.exe': Loaded 'C: \ Windows \ SysWOW64 \ ntdll.dll', Can not find or open the PDB file

.....the same errors...

Il programma '[4696] FLANNOpenCVSite.exe: Nativo' è terminato con il codice -1 (0xffffffff).

which means

The program '[4696] FLANNOpenCVSite.exe: Native' has ended with code -1 (0xffffffff).

I have tried everything but nothing that solve my problem.

Someone could help me?

Thank you very much!

2014-01-16 09:46:33 -0600 asked a question OpenCV with OpenNI for Kinect

Hi everybody, I have a Kinect for Xbox 360 and I should use in the same project OpenCV with OpenNI.

What are the best version to use both libraries together? How can do that?

Thank you very much!

2014-01-14 17:59:16 -0600 answered a question Software to recognize buttons of a washing machine with Kinect

Thank you for the answer but I thinked to use the library OpenCV for processing and I don't know how to use this code in my project.

Otherwise,with OpenCV, are there other methods to do the same thing?

Thank you very much!

2014-01-12 08:21:41 -0600 asked a question Software to recognize buttons of a washing machine with Kinect

Hi everybody, I have a Kinect for Xbox 360 and I have to realize a software for an exam in my university. With the software I should recognize the shape of buttons in a washing machine with coordinates and distances from kinect sensor because in future a robot arm will push that buttons. I found a simple tutorial (http://opencv-srf.blogspot.it/2011/09/object-detection-tracking-using-contours.html) with OpenCV to detect and track shapes of object using contours and I thought to integrate it with Kinect.

How can do that? Could someone help me?

Thank you very much!