译文
文章平均质量分 82
一步一个脚印的屌丝
一个数学屌丝,走在it的道路上。
展开
-
Introduction to Face Detection and Face Recognition
由于本人能力有限,请大家指正,谢谢,原文看http://blog.csdn.net/caiye917015406/article/details/8372876,其中在原文中有很多链接,翻译的时候没有黏贴。 一、简介 在计算机视觉和生物识别领域,人脸识别是一个热点。这项技术已经被研究了25年,现在广泛应用在安全、机器人、人机交互、数码相机、游戏盒和娱乐。 人脸识别翻译 2013-01-31 10:48:53 · 2687 阅读 · 0 评论 -
Introduction to Face Detection and Face Recognition:
转自:http://www.shervinemami.info/faceRecognition.htmlIntroduction to Face Detection and Face Recognition:Last updated on 4th Feb, 2012 byShervin Emami. Posted originally on 2nd June, 2010. Face转载 2012-12-22 12:17:23 · 4739 阅读 · 0 评论 -
Display a Web Page in a Plain C Win32 Application
转自:http://www.codeguru.com/cpp/i-n/ieprogram/article.php/c4379/Display-a-Web-Page-in-a-Plain-C-Win32-Application.htmEnvironment: Win32, VC6 (recommended, but not required), IE 4.0 or better (or some转载 2012-10-18 09:44:41 · 1392 阅读 · 0 评论 -
离散傅立叶变换(DFT)
#include #include #include // Rearrange the quadrants of Fourier image so that the origin is at// the image center// src & dst arrays of equal size & typevoid cvShiftDFT(CvArr * src_arr, CvArr转载 2012-10-10 22:15:54 · 1267 阅读 · 0 评论 -
24-Bit BMP Raster Data Tutorial & Grayscaling
Raster Data Tutorial (24-Bit)Author: Bill Green (2002)HOME EMAILThis tutorial assumes the reader knows:(1) Data is stored left to right and bottom to top in a BMP.(2) How to develop sour翻译 2012-08-15 16:26:49 · 1860 阅读 · 0 评论 -
Edge Detection Tutorial(边缘检测教程)
Edge Detection TutorialAuthor: Bill Green (2002)HOME EMAILThis tutorial assumes the reader knows:读前需要的知识(1) How to develop source code to read BMP header and info header (i.e. width, hei翻译 2012-08-14 20:57:28 · 3301 阅读 · 0 评论 -
Canny Edge Detection Tutorial(Canny 边缘检测教程)
关于此算法的代码可以再http://blog.csdn.net/caiye917015406/article/details/7863825找到 This tutorial assumes the reader:(1) Knows how to develop source code to read raster data(2) Has already read my So翻译 2012-08-14 20:04:41 · 5868 阅读 · 2 评论 -
Raster Data Tutorial(光栅数据格式教程-8位)
Raster Data TutorialAuthor: Bill Green (2002) HOME EMAILINTRODUCTIONA BMP computer image is the easiest to understand because it does not use compression, making pixel data r翻译 2012-08-14 20:07:07 · 2132 阅读 · 0 评论 -
基于轮廓的匹配算法(强,可在重叠堆积物体中识别)
(转)这是一篇印度软件工程师的无私奉献!非常具备参考价值!如果能完成旋转匹配更接近于实用性.当然要完成全角度匹配的难度是要量级数的提升.Download source - 140 KBDownload demo - 138 KBIntroductionTemplate matching is an image processing p翻译 2012-08-14 11:02:28 · 19319 阅读 · 7 评论