Ask Your Question

Uplink001's profile - activity

2019-02-12 06:56:34 -0600 received badge  Famous Question (source)
2015-08-05 07:04:49 -0600 received badge  Notable Question (source)
2014-06-26 02:50:39 -0600 received badge  Popular Question (source)
2013-06-13 02:59:32 -0600 received badge  Student (source)
2013-06-12 13:41:15 -0600 asked a question Get a precision-recall graph for a recognition system

Hi all, i recently developed a sift-based recognition system and i'd like to get some measure of performance for it. I read about a "threshold" parameter which should be chosen to get precision-recall curves. I can't understand what this means. What exactly should i increase/decresce to plot the curve?

Thank you.

2012-12-27 17:25:28 -0600 received badge  Supporter (source)
2012-12-27 10:57:06 -0600 commented answer Setting up a new project in Qt-creator using OpenCV and PCL

I can't use windows right now. Do you know how to this on Linux?

2012-12-27 09:40:02 -0600 asked a question Setting up a new project in Qt-creator using OpenCV and PCL

Hi all, i successfully installed OpenCV and PCL using respectively the script at https://github.com/DmitrySandalov/Install-OpenCV/blob/master/Ubuntu/2.4/opencv2_4_3.sh and the official documentation at http://pointclouds.org/downloads/linux.html. My question is : how can i set up a new project for using both OpenCV and PCL with Qt Creator? I also noticed that Qt offers some options for using cmake files but i'm really new to the all thing, can someone please explain it to me?