Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Random forest implementations in opencv 3.3

Hi,

the cv::ml::RTrees::create() construct a Random Forest, but I think this RTrees class is actually not finished to implement right? Because you can not find a constructor with number of trees you want to build, and many useful functions are also not defined. I just want to be sure, this class is currently still not applicable right? And I have to define getVotes(), create()... by myself?

Best,bear