-
我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换...
我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换-I prepared a digital image processing, demonstrating a variety of digital image processing algorithms, including the histogram statistics, linear transformation, enhancement, smoothing, median filtering, and a gradient method and Roberts gradient profile extraction, transformation, etc. pseudo-color
- 2022-02-24 17:37:28下载
- 积分:1
-
自动绘制各种线的演示程序。
自动绘制各种线的演示程序。-automatically draw various lines demonstration program.
- 2022-02-05 03:57:04下载
- 积分:1
-
本程序整合了 OSG 大部分的基础功能,程序代码编写采用了模块化思想,有效代码在 1000 行左右,注释比较清晰,对于程序的修改和功能的扩展非常方便。...
本程序整合了 OSG 大部分的基础功能,程序代码编写采用了模块化思想,有效代码在 1000 行左右,注释比较清晰,对于程序的修改和功能的扩展非常方便。-This procedure combines the foundation for most functional OSG, procedures used to prepare the code modular thinking, effective code line in about 1000, the Notes are more well-defined, for the process to modify and extend the very convenient features.
- 2022-01-28 04:06:47下载
- 积分:1
-
本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。...
本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。-This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school project and I couldn t find any good examples of MEX with image processing. One note the code is currently hard coded to handle only UINT8, however it should be trivial to convert that data type. Enjoy.
- 2022-08-12 17:50:18下载
- 积分:1
-
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等....
完整的基本图形绘制系统,VC6.0下编译通过,可以画线,多边形,圆等.-integrity of the basic graphics rendering system, under VC6.0 compiler passed, line drawing, polygons, etc. round.
- 2023-05-24 22:55:02下载
- 积分:1
-
OPENCV下画直线的程序源码,对数据处理,绘图显示有用啊!简单易用!...
OPENCV下画直线的程序源码,对数据处理,绘图显示有用啊!简单易用!
- 2022-01-25 17:02:01下载
- 积分:1
-
能实现三维数据的体绘制,所用是光线追踪法
能实现三维数据的体绘制,所用是光线追踪法-To achieve three-dimensional data, volume rendering, ray tracing is used by law
- 2022-04-07 10:39:44下载
- 积分:1
-
图像处理特效的程序,可以实现图像的卷帘式、拉门式等图像出入的效果
图像处理特效的程序,可以实现图像的卷帘式、拉门式等图像出入的效果- The picture processing special effect procedure, may realize
picture difference the and so on picture volume curtain type, sliding
door type effect
- 2022-01-28 19:44:51下载
- 积分:1
-
图像处理源码关于三角形的算法
图像处理源码关于三角形的算法-source image processing algorithms on the triangle
- 2022-03-03 22:27:32下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(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