2012年9月28日 星期五

EmguCV Image Process: Counting the Pixels with Histograms part2

再度攜手步入森林

EmguCV Image Process: Counting the Pixels with Histograms

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

介紹內容如下:

Computing the image histogram

Applying look-up tables to modify image appearance

Equalizing the image histogram

Backprojecting a histogram to detect specific image content

Using the mean shift algorithm to find an object

2012年9月23日 星期日

EmguCV Image Process: Counting the Pixels with Histograms part1

再度攜手步入森林

EmguCV Image Process: Counting the Pixels with Histograms

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

介紹內容如下:

Computing the image histogram

Applying look-up tables to modify image appearance

Equalizing the image histogram

Backprojecting a histogram to detect specific image content

Using the mean shift algorithm to find an object

2012年9月14日 星期五

EmguCV Image Process: Processing Image with Classes part3

中正紀念堂天色變化縮時

EmguCV 2.3 Application Programming : Processing Images with Classes

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

本篇介紹如下:

Using the Singleton design pattern

Using the Model-View-Controller architecture to design an application

2012年9月4日 星期二

EmguCV Image Process: Processing Image with Classes part2

中正紀念堂天色變化縮時

EmguCV 2.3 Application Programming : Processing Images with Classes

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

本篇介紹如下:

Using a Controller to communicate with processing modules