2012年12月28日 星期五

EmguCV Image Process: Filtering the Images part 2

中正大學夕陽
EmguCV Image Process: Filtering the Images

參考OpenCV 2 Computer Vision Application Programming Cookbook第六章

介紹內容如下:

Filtering images using low-pass filters

Eiltering images using a median filter

Applying directional filters to detect edges

Computing the Laplacian of an image

2012年12月22日 星期六

EmguCV Image Process: Filtering the Images part 1

中正大學夕陽
EmguCV Image Process: Filtering the Images

參考OpenCV 2 Computer Vision Application Programming Cookbook第六章

介紹內容如下:

Filtering images using low-pass filters

Eiltering images using a median filter

Applying directional filters to detect edges

Computing the Laplacian of an image

2012年12月10日 星期一

加入探索目錄:引用位於非執行目錄下的DLL

20100507004.jpg
當程式寫到某一種程度時

就會參考許多動態連結函式庫(DLL)

參考的DLL一多,執行目錄下的DLL就會越來越多

看起來就會很雜亂

如何把DLL用資料夾分類就成了很重要的一件事情

那該如何做呢?

2012年12月7日 星期五

EmguCV Image Process: Transforming Images with Morphological Operations part 5

20060907001.jpg
EmguCV Image Process: Transforming Images with Morphological Operations

參考OpenCV 2 Computer Vision Application Programming Cookbook第五章

介紹內容如下:

Eroding and dilating images using morphological filters

Opening and closing images using morphological filters

Detecting edges and corners using morphological filters

Segmenting images using watersheds

Extracting foreground objects with the GrabCut algorithm