(原)opencv中使用限制对比度自适应直方图均衡CLAHE

时间:2016-05-05 19:15:43   收藏:0   阅读:1057

转载请注明出处:

http://www.cnblogs.com/darkknightzh/p/5462656.html

1 Ptr<CLAHE> clahe = createCLAHE();
2 clahe->setClipLimit(4);
3 clahe->apply(ucmatGaborResize, ucmatGaborResize);

 

原文:http://www.cnblogs.com/darkknightzh/p/5462656.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!