OpenCV對圖像作簡單處理——平滑濾波

首先必須知道幾個關鍵函數——cvLoadImage,cvCreateImage和cvSmooth。ios 1、主要函數的簡單介紹 1.1 cvLoadImage 函數功能:把圖片加載到內存中 函數原型:IplImage* cvLoadImage( const char* filename, int flags=CV_LOAD_IMAGE_COLOR ); 函數說明: filename :要被讀入的
相關文章
相關標籤/搜索