Ask Your Question

Alex13's profile - activity

2014-02-06 15:30:15 -0600 asked a question Multidimensional Random Tree

Hi,

is it possible to use the OpenCV Random Tree implementation for multidimensional object classification?

A short example for clarification:

I detect a set of keypoints for objects. For each keypoint a feature is calculated (33 to 1980 floats). Thus, I have a matrix of features for every object.

Can I use these matrices as input for random tree?

Cheers, Alex