搜索资源列表
PDF417test
- 二维条码生成解析器 以动态库(DLL)方式或COM组件方式提供20余种一维条码和二维条码编码/解码控件,供二次开发。具体控件包括:条码编码控件、条码解码控件、图像压缩控件、串口通讯控件等。 -two-dimensional bar code generated parser in a dynamic library (DLL) or COM provided more than 20 types of one-dimensional bar code and two-dimension
pdf417print
- 该源码主要是对pdf417条形码进行打印输出,最后生成动态库。-the main source of pdf417 barcode print output, the last generation of Dynamic Library.
ImageP
- 图形操作 画布选择 位图操作 生成图像 图像性质 色调与模式 几何变换 动态图像
图形学算法演示
- 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
cv200vs2008
- 最新的OpenCV2.0图像视觉库。由于不能被VS直接调用,所以先使用CMake导出VC++项目文件,再用VS2008编译 OpenCV Debug和Release版本库,生成可以被VC++ 2008 Express调用的OpenCV动态库。-The latest OpenCV2.0 visual library. As the VS can not be called directly, so first use CMake to export VC++ project file, and t
ImageReadWrite
- 读写jpeg、bmp格式图像的工具,工程生成dll动态库供调用-Read and write jpeg, bmp format image tool works for calls generated dynamic library dll
image_processing
- 用MATLAB自己编写的一系列图像处理算法。详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪
GIF-vc
- VC实现gif格式的动画,用多张图像生成GIF格式动态图像。不受图像大小和张数限制。-翻译结果(中 > 英)复制结果 VC GIF format animation, using multiple images to generate GIF format image. From the image size and the number of constraints.
improve-canny
- 这是一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。-The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and
a-series-of-programs
- 详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪 (§5.2.2) ch5_2_3: 中值滤
Computer-Animation
- 国家精品课程-图形图像学中的计算机动画处理,主要讲述了如何综合利用计算机科学、艺术、数学、物理学、生物学和其它相关学科的知识在计算机上生成动态连续的画面 -National quality courses- computer animated graphic iconography, mainly about how comprehensive utilization of the knowledge of computer science, art, mathematics, physi
cmeidangrre
- 通过在线计算锅炉效率及汽轮机效率,利用Visual C++开发DCS数据的生成程序,将Matlab文件编译为动态链接库文件或C++源程序文件,实现单元火电机组供电标准煤耗率的实时计算,并通过Matlab和C++Builder程序混合编程,结合数据库技术,实时显示机组当前的煤耗率及煤耗特性曲线.煤耗特性曲线生成软件可以脱离Matlab环境运行,在保证计算准确性及快速性的同时节省了系统资源.-Online calculation of boiler efficiency and turbine ef
libHaru-2.2.0-vc
- libharu库文件,vc2008下编译生成的动态库文件,以及相关的头文件-the library of libharu
fhog
- 利用c语言编写的,在matlab环境下运行mex函数可以生成动态的dll库,可以用来计算图像区域的梯度向量直方图特征。-Use c language, in the matlab environment running mex function can generate dynamic dll library that can be used to calculate the gradient vector histogram image area.
TransparentTest
- 包含透明色的位图的绘制方法有多种,最简单的方法是调用现成的函数:TransparentBlt,也可以通过自己的代码实现类似TransparentBlt的功能,实现过程也有两种形式,一种是事先做一张掩码位图,另一种是动态生成掩码位图。本程序采用生成掩码位图绘制具有透明区域位图的方法。 -There are a variety of methods to draw a clear color, the most simple way is to call the ready-made funct
ImproveCanny
- 一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。(The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and t