资源列表
ImageDop
- 非常好的图像处理算法,几乎包括所有处理... 有兴趣或做项目都可以参考一下-very good image processing algorithm, Almost all treatment ... or are interested in a project can take a look
ImageProcessorCourseDesign
- ·图像检测:包括显示灰度直方图、Canny算子边缘检测; ·图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。 -Image Detection : to show gray histogram, Canny edge detection operator; Image enhancement : including random noise, Fourier transform, filter, Gaussi
PictureProcess-8
- 图象处理原代码(实现图象平滑(去噪声),锐化算法)-original image processing code (image smoothing (to noise), the sharpening algorithm)
tuxingji
- 关于实现图表绘制类,支持柱状图,饼图,折线图等的程序设计 -on the realization of mapping class support column, pie charts and other dogleg Program Design
doudongjishu
- 用于实现图案化和抖动技术以及bmp2txt源代码,希望能对你有用-used to achieve design and technology and jitter bmp2txt source code, hope to be useful to you
tuxiangguolv
- 用vc++语言编辑的关于利用过滤方式实现位图平滑缩放 -with vc language editorial on the use of filter Bitmap smooth zooming
vc++xuanzhuang
- 利用计算机进行图片的高质量旋转的程序,仅供参考-use of a computer, high-quality photographs rotation procedures for reference
vc++chuli
- 运用vc++进行图形的腐蚀,膨胀,细化算法的代码-use vc graphics corrosion, swelling, thinning algorithm code
dip_proc
- 计算机处理的应用,用处理一些基本的图像对象-computer processing applications, the use of some basic image objects
MSR_image_enhance
- 基于对尺度的MSR算法的医学图像增强算法。 调试可以通过 对于低对比度的医学图像有很好的效果!-scale based on the MSR algorithm of medical image enhancement algorithms. Debugging through the low-contrast image has good results!
SSR_image_enhance
- 此程序完成了SSR算法,实现的对比度下的医学图像增强。 可以实现的程序!-this procedure completed the SSR algorithm, and the contrast of the medical image enhancement. The procedure can be achieved!
edge_detect-matlab
- 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象