资源列表

« 1 2 ... .95 .96 .97 .98 .99 3500.01 .02 .03 .04 .05 ... 18703 »

[图形图像处理(光照,映射..)Image-segmentation-code

说明:Cutpicture(form)做的是直方图统计: 第一步:读入图片,并将彩色图片用公式转化为灰度图像。 第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。 第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
<吴魏> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)LSB

说明:将信息隐藏到图片中,以达到隐藏信息的目的,便于保护信息。-The information hiding to the picture in order to hide information purposes, to facilitate protection information.
<李华> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图象vector-quantization

说明:用MATLAB或C语言实现码本训练和矢量量化算法,并给出量化结果-Using MATLAB or C language training and codebook vector quantization algorithm, and gives quantitative results
<高阳> 在 2025-11-24 上传 | 大小:3kb | 下载:1

[图形图像处理(光照,映射..)SAR_filter

说明:SAR图像常用的斑点噪声滤波算法,包括LEE,forst,宽滤波算的源码-the speckle noise filter of SAR image
<王静> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[OpenGLmain.cpp

说明:图形学小程序,初学的可以随便-Graphics applet beginner can easily see. . . . . . . . .
<ckt> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)fenxinweifangfa

说明:基于matlab平台对分形维技术进行了验证性的测试的源代码-Matlab-based platform technology for the fractal dimension confirmatory test source code
<张剑> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)A

说明:均方误差信噪比 峰值信噪平均绝对误差的计算-Write MATLAB functions that take two grayscale images as input, and calculate the following image difference metrics:  Mean Squared Error (MSE)  Signal to Noise Ratio(SNR)  Peak Signal to Noise Ra
<宁可> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)B

说明:运用matlab对灰度图进行缩放一定比例的缩放。对图像进行缩小用到两种方法:其一直接消除像素进行缩放处理;其二先进行初步 的图像平滑滤波,然后消除像素。平滑滤波用于模糊处理,可以出去细节并降低噪声。-Write MATLAB functions to down-sample one grayscale image from original size to the given output size through two different methods: a) directly eli
<宁可> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)D

说明: 灰度图像的量化和直方图均衡化直接调用函数。量化是指将像素灰度转换成离散的整数值的过程。量化等级越多,所得图像层次越丰富,灰度分辨率高,图像质量好,但数据量大。-Write MATLAB functions to quantize grayscale image with given quantization step Q. Process the given test images “Lena” with quantization steps Q=2, 4, 8 16, 32, 64, 1
<宁可> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)E

说明:直方图均衡化是指将原图像通过某种变换,得到一幅灰度直方图为均匀分布的新图像的方法。-Write MATLAB functions to perform histogram equalization for the test images “ Fig0316(1)(top_left)” and “ Fig0316(4)(bottom_left) ” respectively. Show the histograms of the images before and after histog
<宁可> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形/文字识别k-neighbors

说明:k近邻,根据总样本确定一个参数k,即在总样本数为N时我们要求每个小舱内拥有的样本个数。-k neighbors, based on the total sample to determine a parameter k, ie, the total number of samples N, we require that each cabin has a small number of samples.
<l刘翔> 在 2025-11-24 上传 | 大小:3kb | 下载:0

[图形图像处理(光照,映射..)pro

说明:基本图形处理,包括图片的加载和保存,缩小和放大及旋转等等。-Basic graphics processing, including loading and saving images, zoom in and out and rotate so.
<旷雪梅> 在 2025-11-24 上传 | 大小:3kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 3500.01 .02 .03 .04 .05 ... 18703 »

源码中国 www.ymcn.org