Training the Structured Forest from Pre-trained Model

asked 2018-08-20 20:03:14 -0600

ask_opencv gravatar image

updated 2018-08-21 01:03:00 -0600

OpenCV provides a random forest pre-trained model for edge detection. The model can be downloaded from this link (model.yml.gz) . The related tutorial can be found here

I would like to continue to train the random forest using my limited image data. Training this random forest requires running the source code using MATLAB which can be found here.

Anyone knows how to do this? To be more precise, how to convert the pre-trained model (model.yml.gz) into a .mat format? Many Thanks

edit retag flag offensive close merge delete