Ask Your Question

Sarevok's profile - activity

2013-06-27 04:50:29 -0600 commented answer Training CvGBTrees/CvRTrees with Features?

Thanks for your answer.

2013-05-15 02:36:35 -0600 answered a question Training CvGBTrees/CvRTrees with Features?

Hi,

did you come up with a solution to this? I'm currently facing the same problem, I want to use SIFT Features for Training a CVRtrees. At the moment I just use the matrix that Sift::compute() generates to train the trees, but the results are not really useful. But I think I'm missing something.

Any help on this would be appreciated.

2013-04-26 15:26:06 -0600 received badge  Nice Answer (source)
2013-04-26 13:18:21 -0600 received badge  Supporter (source)
2013-04-26 03:15:09 -0600 received badge  Teacher (source)
2013-04-26 03:03:15 -0600 received badge  Necromancer (source)
2013-04-23 05:22:57 -0600 commented question Random forests CvRTrees

No, I didn't. I'm not registered. Could you write one? edit Meanwhile I registered. See my post below

2013-04-23 04:09:37 -0600 commented question Random forests CvRTrees

I came to the same conclusion after digging through the code again, yesterday. I solved it by copying _train_data but it would be better to inrcease the refpointer. Unfortunataly that didn't seem possible or I missed something

2013-04-22 03:21:56 -0600 commented question Random forests CvRTrees

looks like you are right, but coud you point me to the line, where train_data gets released? I'm desperately trying to find the line...

2013-04-18 07:45:43 -0600 received badge  Scholar (source)
2013-04-18 07:36:42 -0600 answered a question Random forests CvRTrees

Did you solve the issue? I'm experiencing the same Error here.

* edit *

berak already mentioned and located it. Seems to be a Bug in OpenCV. I created an issue for that: http://code.opencv.org/issues/2990

2013-04-16 05:07:48 -0600 commented answer OpenCV does not create subfolders in include/opencv2

Steven was right. Installing version 2.4.5. but not the current git version solved my problem. Thanks for your help.

2013-04-11 08:33:17 -0600 commented answer OpenCV does not create subfolders in include/opencv2

Thanks for your help. Unfortunately I already followed this guide.

2013-04-11 07:49:17 -0600 received badge  Editor (source)
2013-04-11 07:49:06 -0600 commented answer OpenCV does not create subfolders in include/opencv2

sorry, I should have added that this happens with linux. And the problem is, that the other, header files assume a folder hierarchy, so I get the error that the include files cannot be found.

2013-04-11 07:31:28 -0600 asked a question OpenCV does not create subfolders in include/opencv2

Hi,

when I build OpenCV from git it is not creating subfolders beneath the opencv2 folder. Additionaly most files seem to reside in the include folder.

Any help on this??