搜索资源列表
-
0下载:
使用自适应色温估计算法进行自动图像白平衡处理的程序。包括使用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
-
-
0下载:
CImg2006年9月最新的发放版本,比较强的图像处理链接库,对图像处理需要的是个很好的接口-CImg2006 September, the release of the latest version, more powerful image processing DLL, right image processing need is a good interface
-
-
1下载:
封装了freeimage库的图像处理程序 可以用他很方便的进行各种图像处理 包括边缘检测,阈值分割等 是学习c++封装库调用DLL的灵活运用 相当方便 同时还进行了检测速度的比较-Packaging freeimage library of image processing procedures can be used conveniently in the various image processing including edge detection, thresholding segme
-
-
0下载:
GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用-GeoTrans directory for Packaging Dll Visual C projects. Compliant with the 10 commonly used image processing API function, the convenience of the VC, VB, Delphi and other devel
-
-
0下载:
vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
-
-
0下载:
很强大的一款图像处理软件,类似PHOTOSHOP的功能一样,有丰富的滤镜处理效果,可以显示图片直方图,颜色通道信息,调节图像对比度/亮度,源码在VS2005顺利通过编译,代码是国外开源的,有很高的学习价值。-A very powerful image processing software, similar to the function of PHOTOSHOP, like rich filter effect, you can display images histogram, color
-
-
0下载:
数字图像处理方面的常用操作
人脸识别
图像打开和保存
类似photoshop操作
-Digital image processing operations commonly used face recognition and preservation of the image to open a similar operation photoshop
-
-
0下载:
采用偏微分方程进行图像处理,利用动态库inpaint.dll,程序给出了一个运行实例-The use of partial differential equations for image processing, the use of dynamic libraries inpaint.dll, give a running process instance
-
-
0下载:
This example shows how to create a simple application for image viewing and processing, and how to add some MATLAB image manipulation and analysis functionality to it through a MATLAB Compiler generated DLL.-This example shows how to create a simple
-
-
0下载:
图像处理软件,可以实现图像的几何变换、灰度反转、均衡、直方图统计、图像复原、边缘提取、图像变换等。-Image processing software, can transform the geometric image, gray-scale inversion, balanced and histogram statistics, image restoration, edge detection, image transformation.
-
-
0下载:
图像处理,缩放处理,采用线性插值,效果较好-Image processing, scaling processing, linear interpolation, better-performing
-
-
0下载:
对真彩色图像的缩放处理,并对图像失真进行有效的算法处理,并能保存缩放后的图片-Pairs of true color image scaling processing, and image distortion algorithms for effective treatment, and can save the scaled image
-
-
0下载:
CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way.
CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
-
-
0下载:
这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-This library can handle BMP, GIF, PCX, TGA, JPG, TIF format image f
-
-
0下载:
摘要
车辆牌照识别(License Plate Recognition System, LPR)作为目标自动识别的一
种重要形式,可用于电子收费、出入控制、车流监控等众多场合,从而提高交通
管理自动化的程度,它的相关技术的研究正逐渐受到人们的重视。
本文主要介绍基于Run Length原理和Tamura纹理的车牌定位系统,该系统是基
于视频流进行开发的,主要包括车辆运动区域检测、车牌图像处理、车牌定位。
其中车辆运动区域检测利用多帧求平均的背景估计方法实现;车牌图像处理包
-
-
1下载:
C++Builder和matlab的联合编程图像处理,包括matcom的使用已经整体源代码,可以脱离matlab和c在任何电脑上应用。界面清晰,算法快捷,使用了智能的窗口适应算法
-C++ Builder and joint programming matlab image processing, including the use of matcom has the overall source code from matlab and c can be any computer appl
-
-
0下载:
VS 2008编写,图像处理的动态连接库。用于8位位图与24位位图的操作。-Programed by VS2008. DLL for 8-bit and 24-bit bitmap image processing.
-
-
0下载:
基于vc的数字图像处理,\JpgDll
该目录下提供了一个Dll文件(JpgVSbmp.dll),可进行Bmp和Jpeg格式的相互转换。并给出一个VB调用此Dll中API函数的示例。
JpgVSbmp.dll中封装了2个API函数:
1. BmpToJpg 将指定的Bmp文件内容转换为JPG文件格式。
2. JpgToBmp 将指定的Jpg文件内容转换为Bmp文件格式。
\封装的Dll本目录下包含了2个子目录,分别为:
(1)..\GeoTrans 封装Dll的VC++项
-
-
0下载:
这是我自己在mfc下利用gdal库实现的遥感影像显示模块,能显示绝大部分的遥感影像格式数据。打开影像是可以同时打开多幅影像,程序默认对每幅影像建立各自的金字塔文件以便后面操作,同时程序默认将影像拉伸到0-255范围以防有的影像是11位的或更大的而显示不出来。打开影像后可进行简单的拉框放缩、移动、复位、旋转、链接显示、直方图、缩略图等操作,还有基本的影像增强处理,如伪彩色变换、饱和度亮度调节、直方图匹配、各种滤波等。影像处理实现了几何校正、投影变换、裁剪等操作。界面开发时用的是mfc的ROBBON
-