支持与不支持in-place操作的OpenCV函数汇总

支持In-Place操作
cvSmooth CV_BLUR 、CV_GAUSSIAN支持,另三种不支持
 cvDilate  
 cvMorphologyEx 对于“礼帽”和“黑帽”操作,in-place情况下,临时图像是必须的 
cvFilter2D  
cvAdaptiveThreshold  
备注 在OpenCV官方文档中,函数中最后一句如果有“The function can process the image in-place.”
原文地址:https://www.cnblogs.com/tingshuixuan2012/p/4525757.html