2013年6月25日 星期二

Visual Studio的建置事件

大廳燈飾
Visual Studio提供程式建置前、後的命令事件

相當的方便好用

但每次要查巨集指令時都要找

特此記錄一下

2013年6月24日 星期一

EmguCV Image Process: Estimating Projective Relations in Images part1


EmguCV Image Process: Estimating Projective Relations in Images

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

介紹內容如下:

Calibrating a camera

Computing the fundamental matrix of an image pair

Matching images using random sample consensus

Computing a homography between two images

2013年6月5日 星期三

EmguCV Image Process: Detecting and Matching Interest Points part5

20101219030.jpg
EmguCV Image Process: Detecting and Matching Interest Points

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

介紹內容如下:

Detecting Harris corners

Detecting FAST features

Detecting the scale-invariant SURF features

Describing SURF features