2013年2月28日 星期四

EmguCV Image Process: Extracting Lines, Contours, and Components part 2

轉戰新時代廣場
EmguCV Image Process: Extracting Lines, Contours, and Components

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

介紹內容如下:

Detecting image contours with the Canny operator

Detecting lines in images with the Hough transform

Fitting a line to a set of points

Extracting the components' contours

Computing components' shape descriptors

2013年2月18日 星期一

Visual Studio 2012 建立安裝專案

日出也是品牌之一
最近由於程式進行改版

也開始導入Team Foundation Server

於是也把開發工具

從Visual Studio 2010轉換到Visual Studio 2012

有些類型專案的設定有所出入

無法直接沿用

其中2012竟然不支援2010的安裝專案

2013年2月6日 星期三

EmguCV Image Process: Extracting Lines, Contours, and Components part 1

轉戰新時代廣場
EmguCV Image Process: Extracting Lines, Contours, and Components

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

介紹內容如下:

Detecting image contours with the Canny operator

Detecting lines in images with the Hough transform

Fitting a line to a set of points

Extracting the components' contours

Computing components' shape descriptors