顯示具有 Bitmap 標籤的文章。 顯示所有文章
顯示具有 Bitmap 標籤的文章。 顯示所有文章

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

2012年8月1日 星期三

C# 影像處理的速度極限

20111106044.jpg
最近開始整理過去的程式

有同事說有比指標更快的處理方式

所以就來個效能大比拚,看看到底是怎麼回事!!

2012年7月20日 星期五

關於互斥鎖

20110724046.jpg
由於最近使用Parallel for的平行化迴圈來運算

debug了一陣子都找不出問題所在

最後才知道遇上了critical section的問題