Ask Your Question

Revision history [back]

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

click to hide/show revision 2
retagged

updated 2014-02-07 08:16:40 -0600

berak gravatar image

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