资源列表
imagechangeandrechange
- 矩阵变换实现图像畸变,分为红色畸变,蓝色畸变和绿色畸变,再分别实现校正-matrix transform image distortion, distortion is divided into red, blue and green distortion aberration, and then realize correction
fazhi
- 迭代最佳阈值分割算法,寻找最佳阀值检测边缘-best iteration threshold segmentation algorithm to find the best edge detection threshold
ColorTransformRGB-LAB
- 自己写的很实用的色彩空间转换程序: 在色彩空间的正向转换中(RGB----->Lab),用的是九级均匀分割建模 在色彩空间的反向转换中(Lab----->RGB),用的是多项式(20项)回归的方法! 二十项多项式: p(x,y,z)=a0+a1*x+a2*y+a3*z+a4*x*y+a5*y*z+a6*x*z+a7*x^2+a8*y^2+a9*z^2+a10*x*y*z+a11*x^3+a12*y^3-himself wrote a very practical c
graychang
- 该程序实现位图的灰度变换,是基于视图类的工程。-the program bitmap gray-scale transformation is based on the View class project.
tuxiangbianhuanyuchuli
- 该工程实现对数字图像的变换域的处理和应用。包括正交变换,频域低通滤波等。-realization of the project to transform the digital image processing and domain application. Including the orthogonal transformation frequency low pass filtering.
VideoObjectSegmentation
- 时空联合的视频对象分割,时域采用多帧帧差,形态学处理和高斯聚类,空域采用小波变换和分水岭变换。时域分割的模板与空域分水岭变换的结果融合得到最终的分割结果。-joint space-time video segmentation, multi-domain when displayed poor handling and morphology Gaussian clustering, airspace wavelet transform and watershed transformation.
convertDCT
- C语言编写的DCT变换程序,适用于图形图像处理等方面,使用时根据实际情况稍作调整就可以了-C language prepared by the DCT procedures applicable to graphic image processing, when used according to the actual situation could be some adjustment of
bianyuanjiancetuxiangzengqiang
- 在vc环境下可实现边缘检测和图像增强的源代码-in vc environment can be realized edge detection and image enhancement source code
yuandaima1
- 在vc环境下对一副256色bmp图像进行取指数的操作-vc environment in a pair of 256-color bmp images from the index operation
zhixiansangesyanfa
- Bresenham算法是计算机图形学领域使用最广泛的直线扫描转换算法。仍然假定直线斜率在0~1之间,该方法类似于中点法,由一个误差项符号决定下一个象素点。 -Bresenham algorithm is the field of computer graphics the most widely used linear scan conversion algorithm. Still assuming that the linear slope of between 0 ~ 1, the
texturedxl
- 图像检索。通过计算所要检索的图像与图像库中的距离dis,dis最小者与检索图像同类。-image retrieval. Calculated to be indexed images and pictures of the dis the distance, the smallest dis with similar image retrieval.
0507Version
- 自己写的编辑位图程序。可以在位图上画线,并保存图片。-himself wrote the bitmap editing procedures. It incumbent drew lines on a map, and preserve pictures.