Ask Your Question

ask_opencv's profile - activity

2019-02-27 05:40:11 -0600 asked a question waitkey fails to handle non-English keyboard input

waitkey fails to handle non-English keyboard input I am using opencv to build a camera function and at some point in the

2018-08-21 01:03:00 -0600 received badge  Editor (source)
2018-08-21 01:03:00 -0600 edited question Training the Structured Forest from Pre-trained Model

Training the Structured Forest from Pre-trained Model OpenCV provides a random forest pre-trained model for edge detecti

2018-08-20 20:03:14 -0600 asked a question Training the Structured Forest from Pre-trained Model

Training the Structured Forest from Pre-trained Model OpenCV provides a random forest pre-trained model for edge detecti

2018-07-24 02:15:46 -0600 marked best answer How to Train a Structured Forest for Edge Detection?

I followed this link and able to perform Edge Detection using a pre-trained model.

Now, I would like to train my own model and I found the guideline here. But I do not know how to perform step 3:

3. Add both directory and their subdirectories to Matlab path.

And I wonder if I need to install Matlab to train my own Structured Forest model? Since I am using OpenCV in C++, is it possible to train the model in C++ as well?

Thanks

2018-07-23 22:06:15 -0600 commented answer How to Train a Structured Forest for Edge Detection?

Thanks. But can the open source Octave do the same thing as Matlab?

2018-07-23 03:59:53 -0600 asked a question How to Train a Structured Forest for Edge Detection?

How to Train a Structured Forest for Edge Detection? I followed this link and able to perform Edge Detection using a pre