搜索资源列表
WhiteBalance
- 使用自适应色温估计算法进行自动图像白平衡处理的程序。包括使用C++编写的白平衡处理算法部分的源程序(生成dll文件),和使用C#编写的程序界面两个工程。使用Visual Studio 2005开发。-use adaptive color temperature estimation algorithm for automatic white balance image processing procedures. C preparation, including the use of white
rhotopingyi
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象平移的原代码 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is image-processing shift attention to the original code, Catal
photoxuanzhuan
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象旋转的原代码 . 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is handling this image rotation to the original code. Attenti
photosuofang
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象缩放的原代码. 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is shrinking image processing up to the original code. Attenti
photoliangduzhengjian
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象的亮度增减的原代码 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is the image-processing The degree of change to the original
OpenCV
- OpenCV的demo.本演示程序开发环境:Visual Studio 2005,编译前需先配置好OpenCV。 OpenCV配置方法和相关资料参见:http://www.opencv.org.cn
18113531270
- 本目录中大部分程序只能对256色图像进行操作,调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 ,图象预处理程序
texture+synthesis
- 纹理合成是为了解决纹理映射中存在的接缝走样等问题而提出的 也就是无缝贴图 可以用photoshop搞定,这个是编程序实现 生成无缝贴图是搞3D设计或是开发必备 开发工具Microsoft Visual Studio 2008 express(VC++ 2008 express) 注意:1 算法部分是C++ 实现,没有用unicode,所以图片路径和文件名不能有中文,否则会自动退出
jm14.1
- 最新版本的H264源代码JM14.1.内附源代码和文档说明,The manual has not yet been updated to match JM 13.0. The most obvious change is maybe that the MS Visual Studio 6 .dsw project files have been removed. The main reason for that is, that I have no longer VS6 installed on
fs
- 2D图象处理程序,类似FRACTAL STUDIO功能不用说了非常强大,这是源代码-2D image processing procedures, similar FRACTAL STUDIO features a very powerful Needless to say, this is the source code
GaussianFilterTest
- Gaussian Filter 高斯平滑滤波器,自己用C++写的滤波器类,用于其他处理操作前平滑噪声用。设定Sigma值,可以调整平滑效果。 下载包包含完整的Visual Studio 2005测试项目。 <plumcore>-Gaussian smooth filter
Picture.00
- 一个图像查看程序的例子,用 Visual Studio 2005 开发,使用的是 Visual Studio 2005 自带的 BMP 类,可以进行格式转换。-An image to view examples of the procedure, using Visual Studio 2005 development, using Visual Studio 2005 built-in BMP category, format conversion can be carried out.
Calibration_Tsai
- This the C++ implementation of Tsai s camera calibration method. It s compiled successfully in both Visual Studio 2005 and 2008.-This is the C++ implementation of Tsai s camera calibration method. It s compiled successfully in both Visual Studio 200
Lab1
- 利用Visual Studio 2008中的MFC,实现CCD摄像头图像获取并处理-Using Visual Studio 2008 in the MFC, to achieve CCD camera image acquisition and processing
OpenCV2.2_API_Specification
- 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
Visual-CSharp--image-processing
- 本书重点介绍以visual studio.net为开发平台,使用visual c#开发图像处理windows应用程序的方法和技术-The book focuses on the development of methods and techniques of image processing windows application using visual c# visual studio.net development platform
grey
- 能将彩色图像转化为灰度图,在VISUAL STUDIO 2008平台上开发的应用程序-can change images into grey
FaceRecSys
- 本程序为人脸识别系统,首先建立人脸库模块,然后对人脸库进行信息编辑以及训练人脸识别分类器,最后为人脸识别模块。采用的visual studio + opencv实现,界面清晰美观,实验效果较好。(The program for the face recognition system, the first establishment of the face library module, and then face the library for information editing and t
pca-master (1)
- 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
二维码扫描识别
- 基于opencv+zbar+visual studio的二维码扫描识别,文件里有写具体做法和具体代码(opencv ,zbar,visual studio)