圖像腐蝕與膨脹(用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
相關文章
相關標籤/搜索