图像腐蚀与膨胀(用CImage处理),使用快速处理图像灰度值

1.用快速读写进行颜色转变 #include<iostream> #include<atlimage.h> using namespace std; int main() { const char *srcFilePath = "21a.jpg", *destFilePath = "21b.jpg"; CImage srcImage; srcImage.Load(srcFilePath); int
相关文章
相关标签/搜索