CvBoost.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:AndroidCameraSudokuSolver 作者:
/**
* <p>Removes the specified weak classifiers.</p>
*
* <p>The method removes the specified weak classifiers from the sequence.</p>
*
* <p>Note: Do not confuse this method with the pruning of individual decision
* trees, which is currently not supported.</p>
*
* @param slice Continuous subset of the sequence of weak classifiers to be
* removed.
*
* @see <a href="http://docs.opencv.org/modules/ml/doc/boosting.html#cvboost-prune">org.opencv.ml.CvBoost.prune</a>
*/
   public  void prune(Range slice)
   {

       prune_0(nativeObj, slice.start, slice.end);

       return;
   }
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号