资源列表
xray
- 光线跟踪算法的实现-ray tracing algorithm implementation
peano
- 一个peano曲线得java源代码-Peano curve in a java source code
边缘锐化
- 很好的边缘锐化(图像处理)-Edge Sharpening good (image processing)
多项式回归法得色彩空间转换
- 多项式回归法得色彩空间转换(色彩信息处理)-polynomial regression in color space conversion (Color Information Processing)
将bmp格式转换为raw
- 先正确读取bmp图像然后将其转换为raw格式并存储-first correctly read bmp images will then convert its raw format and storage
MyYUViewer
- 读取BMP图像的VC源代码,但读取后显示的是灰度的-read BMP images VC source code, but after reading shows the intensity of
png
- 一个png源码。-one source.
灰度化
- 对BMP图像进行灰度变换-BMP images to gray scale transformation
图像的代数与图像分割
- delphi数字图像分割及代数.rar-digital image segmentation and algebra. Rar
wy
- 矩阵的变换。包括缩放、平移、错切-the transformation matrix. Including zooming and translation, Shear
PicViewDemo
- 一个图像图形显示程序,VC环境-an image and graphics display program, VC environment
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.