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

2012年8月28日 星期二

EmguCV Image Process: Processing Image with Classes part1

中正紀念堂天色變化縮時

EmguCV 2.3 Application Programming : Processing Images with Classes

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

本篇介紹如下:

Using the Strategy design pattern in algorithm design

2012年8月19日 星期日

EmguCV Image Process: Manipulating the pixels part2

Taipei 101 with grass HDR1

EmguCV 2.3 Application Programming : Manipulating the pixels

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

承接前一章內容

來做一些EmguCV上的簡單示範,主題如下:

Scanning an image with neighbor access

Performing simple image arithmetic

Defining regions of interest

2012年8月12日 星期日

EmguCV Image Process: Manipulating the pixels part1

Taipei 101 with grass HDR1

EmguCV 2.3 Application Programming : Manipulating the pixels

EmguCV的安裝教學請看這篇

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

來做一些EmguCV上的簡單示範,主題如下:

Create Image Class

Accessing Pixel Values

Scanning an Image with Points

Writing Efficient Image Scanning Loops