搜索资源列表
精通Visual C++ 图像编程源码
- 很全的图象处理的代码 参考书为周长发的《〈精通Visual C++ 图像编程》》,为数字图象处理的经典作品-is all the image processing code reference books for the week long "<proficient in Visual C Programming images", "Digital Image Processing for the classic works! !
3Dtuxingpianchengzhinan
- <3D图形编程指南>电子书(WORDY文档格式)并附有光盘源代码-lt; 3D graphics programming guide gt; E-books (WORDY document format) accompanied by a CD-ROM source code
4_01
- 再传些《分形算法与程序设计VC版》一书中所讲解的程序设计的源代码及部分供参考的效果图<4_01>:内含IFS算法源代码。双击Debug下的ifs01.exe文件,程序运行;双击ifs01.dsw文件,进入编辑环境。-more "fractal algorithms and program design VC version" a book on the design process and the source code for some reference Dr
Registration2
- The file alignImages.m contains the entry function alignImages(.....) The input images should be in grayscale and converted to double type. For futher help please refer to the documentation within the code files.-The file contains the entry alig
imageprocessing20070511
- 基本图像处理源代码. 包括了图像显示,增强,复原,变换,编码,配准,运动检测,特征提取,图像分割,图像识别. 文件夹内附有图像及其运行结果. (貌似是来自于<C++数字图像获取,处理与实践>一书) 有WINDOWS演示程序.-basic image processing code. Including image display, enhancement, restoration, conversion, encoding, matching, motion d
数字图象处理一书光盘
- <数字图象处理>光盘VC源代码-lt; Digital image processing gt; CD VC source code
跟随鼠标的萤火虫
- 跟随鼠标的萤火虫 将以上代码加入HEML的<body></body>之间-follow the mouse fireflies above code will join the HEML lt; Bodygt; Lt; / Bodygt; Between
OpenCV_face_detector
- This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
Matlab 6.X辅助图像处理》源代码
- <Matlab 6.X辅助图像处理》源代码,适合用matlab来进行图像开发。-lt; Matlab 6.X assisted image processing "source code suitable for use Matlab to develop images.
C__DocumentsandSettings_cq_桌面_VC
- 二维图像的三维显示 详细信息 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初
delaunay
- void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
invitation-to-3d-vision
- An Invitation to 3d vision 一书的配套源代码,对3d视觉和3d重建感兴趣的可以-Source code accompany <An Invitation to 3d vision >, anyone who is interested in 3d vision and reconstruction should see this.
OpenCV-code
- 《学习opencv中文版》这本书的课后源码。-Code of book《learning opencv<Chinese Vision>》
LearningOpenCV_Code
- 《学习OpenCV》书中例程源代码,对学习opencv很有用-book routine source code of <<Learning OpenCV>>,very useful for learning opencv
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
anewdistrbutionofLTcode
- 通过对译码过程中预处理集的分析,提出LT码的最优度分布,指出 其在实际应用中存的问题,并存此基础提出实用的次优度分布-Decoding process by pre-treatment set of analysis, the optimal LT code distribution, pointing out that in practical applications of their existing problems, both practical basis of this dis
matlab-source-code
- 这是《MATLAB_小波分析》这书的源码,作者是张德丰-This includes all source code of book <matlab-microwave analysis
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列
lt
- LT码 喷泉码的程序实现 包含编解码过程-LT Code
matlab code实验7高通、低通、带通和带阻滤波器
- < 数字图像处理算法及应用>这本书的相关代码(Image Processing Algorithm and Practices is an important book in IP and AI. High-pass Filter is very normal and practical tool.)