-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colo...
直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source and color histogram that transform command line compiler process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2022-02-07 01:31:58下载
- 积分:1
-
snakes算法简单程序(可运行),对初步学习snakes算法有帮助
snakes算法简单程序(可运行),对初步学习snakes算法有帮助-snakes simple algorithm (runs), the preliminary study snakes help Algorithm
- 2022-03-16 12:01:16下载
- 积分:1
-
A very good procedures open the three
一个很好的打开三维人体的程序,希望对做着方面研究的人有用.同时希望大家都能贡献自己好的代码.-A very good procedures open the three-dimensional human body, in the hope that the person doing the research useful. I also hope that everyone can contribute their good code.
- 2022-01-25 23:35:53下载
- 积分:1
-
Shape of the源代码分裂
形状分割的源代码-shape of the source code division
- 2022-03-09 16:43:43下载
- 积分:1
-
计算机图形学基本的有翼边缘结构,小程序用的是用…
计算机图形学中最基本的翼边结构,本小程序采用vc实现了此中结构。-Computer Graphics basic winged edge structure, the small program using vc There is a realization of the structure.
- 2022-05-10 17:17:32下载
- 积分:1
-
Is used to generate 3d Voronoi diagram vbs script, rhino 4.0 operating environme...
用于生成3d Voronoi图的vbs脚本,运行环境 rhino 4.0-Is used to generate 3d Voronoi diagram vbs script, rhino 4.0 operating environment
- 2023-02-01 04:35:03下载
- 积分:1
-
本程序是关于ontimer()时间函数在VC++中的应用,运行结果可以动态显示文本,实现动画功能,是学习VC++延时的好代码,希望大家从中得到更多的收获,代码可...
本程序是关于ontimer()时间函数在VC++中的应用,运行结果可以动态显示文本,实现动画功能,是学习VC++延时的好代码,希望大家从中得到更多的收获,代码可以运行。-This procedure is about ontimer () function of time in VC++ Application, operation results can be dynamic display text, realize animated features, is to learn from VC++ Delay a good code, I hope everyone can get more benefits, code can run.
- 2022-08-16 10:06:30下载
- 积分:1
-
图像的边缘滤波(得到边缘)
edge filter for image in c(get edge)
- 2022-08-21 11:03:41下载
- 积分:1
-
digital image processing and realizing gray histogram, pseudocolor, denoising a...
数字图像处理,实现灰度直方图、伪彩色、消噪等等一系列图像的优化处理,采用c-digital image processing and realizing gray histogram, pseudocolor, denoising a series of image processing optimization, using c
- 2022-06-12 21:48:20下载
- 积分:1