资源列表
gray_quant
- 直方图灰度均衡的代码-histogram of the gray balance code
HistAdaptFuzz
- 直方图自适应模糊分割算法,基于图像直方图统计信息的模糊分割算法,算法简单,速度快
DrowLine
- 不调用API,用C++自己画圆和直线,并对图形进行绘画-Do not call the API, using C++ and line their own circle, and drawing graphics
HSVRGB
- 一段HSV、RGB相互转换的代码,看来应该是简化算法-Section of HSV, RGB conversion code, it appears that it should be simplified algorithm
RegionGrow
- 函数主要实现的是基于种子点的区域增长,可以根据函数返回找到满足条件的区域。-The main function is to achieve growth based on regional seed points can be found to meet the conditions of the area in accordance with the function returns
deer
- 图形图像处理,用区域生长法作为图像分割的matlab代码-Graphics, image processing, as with the region growing image segmentation matlab code
Image-translation
- VC6.0图像平移函数,实现图像的平移操作-Image translation
video2Image
- 视频处理:将视频转换为图片序列,此为具体实现文件-Video processing: convert video to image sequence, this is the concrete implementation file
meanshift
- 用于数字图像处理,均值漂移算法的实现,matlab代码实现,具有较好的借鉴意义-For digital image processing, implementation of the mean shift algorithm
screen_capture
- 利用matlab 进行抓屏,一个小玩意-matlab screenshots
Tin-net
- 三维空间中点,cad中框选,实现三角网格的自动连接,并且计算土方量。露天矿山可用此程序。-Box in three-dimensional space, cad, realize automatic connection of triangular mesh, and calculation of earthwork quantity. The programs available in open-pit mine.
Image-enhancement
- 编写直方图均衡化、线性增强及四点平滑等的C语言程序及相应的显示程序。对指定图象进行直方图均衡化,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象进行线性增强(A2图像,灰度64到192区间扩展到0到255),将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象进行四点平滑,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象用3×3模板(八点)进行平滑,将原始图象及增强后的图象都显示于屏幕上,比较增强的效果。对指定图象用不同的3×3加权模板进行平滑,