Research Article
Edge Detection from RGB-D Image Based on Structured Forests
Algorithm 2
Random forest classifier training algorithm.
| Input: Training sample set , , | | Output: Random Forest Classifier | | for to do | | Random sample the training set: | | Train the random tree: | | end for | | | return |
|