Ask Your Question

Andrea's profile - activity

2019-07-12 02:22:55 -0600 received badge  Famous Question (source)
2018-01-26 06:42:35 -0600 received badge  Enthusiast
2018-01-19 03:59:41 -0600 asked a question Cuda ORB Descriptors problem

Cuda ORB Descriptors problem I am trying to make a feature matching algorithm with OpenCV on CUDA. I am using the ORB fe

2016-01-26 14:17:50 -0600 received badge  Student (source)
2015-07-18 17:33:51 -0600 received badge  Notable Question (source)
2015-03-07 07:57:32 -0600 received badge  Editor (source)
2015-03-07 07:11:28 -0600 asked a question How to group Lucas Kanade features

Hi,

I need to group the features coming from Lucas Kanade tracker. Does opencv have a method for performing this? Or can you suggest me one?

Thank you.

2015-02-20 03:47:37 -0600 asked a question TBB and OpenCV with Yosemite

I have a problem with opencv. I compiled opencv with brew and I enabled the tbb libraries. Then, when I compile my own program with cmake I receive the following message:

ld: library not found for -ltbb
clang: error: linker command failed with exit code 1

I modified the file opencv.pc without success, I received the same message.

Can you help me? I need to use tbb.

2014-08-20 08:53:31 -0600 received badge  Popular Question (source)
2013-03-02 15:44:19 -0600 asked a question Hierarchical Clustering with Flann

I have a problem, I need to clusterize a set of points in an unknown number of clusters. I use cv::flann::hierarchicalClustering. Someone that use this function could help me? Another question is about the return value that should be the number of clusters, but how could I understand which are the cluster? I created a cv::Mat points with dimensions n x 2 where n is the number of points.

Thanks in advance.