资源列表

« 1 2 ... .04 .05 .06 .07 .08 809.10 .11 .12 .13 .14 ... 7722 »

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

说明:将彩色图片转化成灰度图片,需要自己建立工程文件-The color images converted to grayscale images, you need to create their own project file
<流星泪> 在 2025-02-05 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)DEM-interpolation

说明:基于matlab编写的数字高程模型DEM插值程序-a program for DEM interpolation
<cyx> 在 2025-02-05 上传 | 大小:1kb | 下载:1

[图形图像处理(光照,映射..)CUDA-with-GLOBAL-MEM-ON-SOBEL

说明:用GPU做图像的Sobel边缘滤波算法,基于GPU的global memory 的CUDA算法。-Sobel Algorithm on GPU Global Memory with CUDA.
<liuzh> 在 2025-02-05 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)CUDA-with-SHARE-MEM-ON-SOBEL

说明:用GPU做图像的Sobel边缘滤波算法,基于GPU的share memory 的CUDA算法。-Sobel Algorithm on GPU Share Memory with CUDA.
<liuzh> 在 2025-02-05 上传 | 大小:1kb | 下载:0

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

说明:去除遥感影像的薄云,对MODIS影像做过实验,效果较好-Remove thin cloud of remote sensing image of MODIS images have done the experiment, the effect is better
<css> 在 2025-02-05 上传 | 大小: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 creat
<hwang> 在 2025-02-05 上传 | 大小:1kb | 下载:0

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

说明:以往数据点多的时候,一般是按x-轴每隔一点数目的点取出一点。这样会因曲线在竖直方向陡变而显得不均匀。本函数实现这个按曲线长度均匀取点,这样看着更美观些,具体使用见说明和示例。-sample the curve with equal points interval
<tusong> 在 2025-02-05 上传 | 大小:1kb | 下载:0

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

说明:the test example code of dbn net, it is the example code in matlab
<yuanwei416> 在 2025-02-05 上传 | 大小:1kb | 下载:0

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

说明:批处理MOD11重投影为UTM,WGS-84-reprojection _MOD11 (UTM,datum=WGS-84,zone=47/50N)
<meng> 在 2025-02-05 上传 | 大小: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分量
<郭治亨> 在 2025-02-05 上传 | 大小: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 求相关矩
<郭治亨> 在 2025-02-05 上传 | 大小:1kb | 下载:0

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

说明:双边滤波算法,能够对图像进行处理,在保持图像细节的前提下,去除图像中的噪声,尤其是高斯噪声-Bilateral filter algorithm, which is used to processing picture. This algorithm can reduce the noise signal in the picture without losing the details of the picture, especial
<金易> 在 2025-02-05 上传 | 大小:1kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 809.10 .11 .12 .13 .14 ... 7722 »

源码中国 www.ymcn.org