搜索资源列表
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
OpenCV
- OpenCV的demo.本演示程序开发环境:Visual Studio 2005,编译前需先配置好OpenCV。 OpenCV配置方法和相关资料参见:http://www.opencv.org.cn
texture+synthesis
- 纹理合成是为了解决纹理映射中存在的接缝走样等问题而提出的 也就是无缝贴图 可以用photoshop搞定,这个是编程序实现 生成无缝贴图是搞3D设计或是开发必备 开发工具Microsoft Visual Studio 2008 express(VC++ 2008 express) 注意:1 算法部分是C++ 实现,没有用unicode,所以图片路径和文件名不能有中文,否则会自动退出
waveletIn_VC
- 基于visual studio开发的经典小波变换的VC代码,很实用。
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.
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
VC2005kaifahuanjing
- Visual Studio 2005集成开发环境-Visual Studio 2005 integrated development environment
VclipTestt01t
- 基于vtk和Visual studio 2005 开发环环境,用于切割三维数据体,并显示切片,已通过测试。 -Vtk-based and Visual studio 2005 development environment for the cutting of three--dimensional data volume, and biopsy showed a complete source code, has been tested.
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
opencvconfig
- VS2010环境下如何安装、配置OpenCV 2.3.1的开发环境-OpenCV2.3.1 visual studio config
MCore_SVT
- Nister(2006)等人的层次聚类算法,按照多线程k-means方法进行多线程层次聚类,程序中代码对SIFT特征进行聚类。开发环境:vs2010-Implementation of hierarchical k-means, proposed by Nister et al, 2006. This is a multi-thread implementation of k-means and multi-thread implementation of the hierarchical me
raw2bmp
- 使用VISUAL STUDIO开发环境制作,简单的读取raw生数据并转换到bmp格式的图片-using development environment of visual studio,and simply read raw data and converted to BMP format picture
HelloOpenCV
- 程序描述:OpenCV开发环境的配置,载入一张图片并显示。 开发测试所用操作系统: Windows 7 64bit Visual Studio 2010-Program descr iption: OpenCV development environment configuration, load a picture and show // development and testing by operating system: Windows 7 64bit // used to de
FaceTrack
- 在Visual studio环境下基于opencv开发的人脸跟踪程序,采用CAMShift算法,实现多个人脸的跟踪。-Face tracking procedures based opencv in Visual studio, using CAMShift algorithm and realizing face tracking of several persons.
mfc-rs
- rs程序 开发工具:visual studio 2013 操作系统:Windows8.1 附加库:gdal1.11.1 功能说明:这个程序还没有完善,目前只做了图像显示的操作。 -rs program Development tools: visual studio 2013 Operating Systems: Windows8.1 Additional libraries: gdal1.11.1 Functional Descr iption: The p
HoughCircles
- 程序说明:《OpenCV3编程入门》OpenCV2版书本配套示例程序 程序描述:HoughCircles函数用法示例 开发测试所用操作系统: Windows 7 64bit 开发测试所用IDE版本:Visual Studio 2010 开发测试所用OpenCV版本:2.4.9-Program descr iption: OpenCV3 programming entry OpenCV2 edition book sample program package Pr