资源列表
[图形图像处理(光照,映射..)] DEM-interpolation
说明:基于matlab编写的数字高程模型DEM插值程序-a program for DEM interpolation<cyx> 在 2025-06-04 上传 | 大小:1kb | 下载:1
[图形图像处理(光照,映射..)] CUDA-with-GLOBAL-MEM-ON-SOBEL
说明:用GPU做图像的Sobel边缘滤波算法,基于GPU的global memory 的CUDA算法。-Sobel Algorithm on GPU Global Memory with CUDA.<liuzh> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] CUDA-with-SHARE-MEM-ON-SOBEL
说明:用GPU做图像的Sobel边缘滤波算法,基于GPU的share memory 的CUDA算法。-Sobel Algorithm on GPU Share Memory with CUDA.<liuzh> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[2D图形编程] fig_tree
说明:fig_tree和logistic map的那个混沌图像的生成-fig_tree and logistic map of the chaos generated image<Mingjian Lu> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] removingcloud
说明:去除遥感影像的薄云,对MODIS影像做过实验,效果较好-Remove thin cloud of remote sensing image of MODIS images have done the experiment, the effect is better<css> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] regiongrow
说明:区域生长分割法。获得区域生长起始点,判断点周围八点是否符合域值条件,记录符合条件的新点的数目。最后得到分区图像-Region growing segmentation method. At eight o clock for regional growth starting point, judge around meets the requirements for the domain values conform to create conditions for the new numbe<hwang> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图片显示浏览] backgroundtest3
说明:基于MATLAB下的背景差分算法,通过第一帧和中间帧以及最后帧得出背景。-Based on the background subtraction algorithm under the matlab programming language, through the first fr a me and the middle fr a me and the last fr a me background.<huiyun> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] samplep
说明:以往数据点多的时候,一般是按x-轴每隔一点数目的点取出一点。这样会因曲线在竖直方向陡变而显得不均匀。本函数实现这个按曲线长度均匀取点,这样看着更美观些,具体使用见说明和示例。-sample the curve with equal points interval<tusong> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形/文字识别] Projective-reconstruction-image
说明:在Matlab图像处理工具箱中的Phantom函数,可以产生Shepp -Logan的大脑图,该图作为一个测试图,可反映人大脑的许多性质-In the Phantom function in Matlab image processing toolbox, can generate Shepp - Logan brain figure, the figure as a test pattern, can reflect the brain s many properties<胡杨建> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] wt2
说明: IHS变化 IHS rgb2hsv(ms) 将RGB变换到IHS空间,生成的IHS图像中,1通道对应H,2通道对应S,3通道对应I 读全色图像 pan imread( bbb0g.bmp ) pan imresize(pan,[512,512]) 直方图匹配 [counts,x] imhist(IHS(:,:,3)) pan histeq(pan,counts) 用pan代替IHS的I分量 IHS(:,:,3) pan 逆IHS变换<郭治亨> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] pca2
说明: 读图 mix imread( romems.jpg ) pan imread( rome_pan.jpg ) 显示原多光谱图 subplot(221) imshow(mix),title( 多光谱 ) subplot(222) imshow(pan),title( 全色图像 ) 预处理 mix double(mix)/255 pan double(pan)/255 求相关矩阵 [r c bands] size(mix) p<郭治亨> 在 2025-06-04 上传 | 大小:1kb | 下载:0