登录
首页 » Visual C++ » GDAL

GDAL

于 2012-12-21 发布 文件大小:49545KB
0 255
下载积分: 1 下载次数: 419

代码说明:

  GDAL影像显示 建立金字塔通过i移动图像 进行图像的放大缩小 多波段显示影像金子塔显示 (GDAL image creates pyramid)

文件列表:

遥感 - 副本
...........\Debug
...........\.....\遥感.exe,2892288,2012-12-03
...........\.....\遥感.exp,117275,2012-11-22
...........\.....\遥感.ilk,6219200,2012-12-03
...........\.....\遥感.lib,192162,2012-11-22
...........\.....\遥感.pdb,10759168,2012-12-03
...........\ipch
...........\....\遥感-ab8e0de6
...........\图像处理.dll,308224,2012-11-23
...........\图像处理.ilk,2570756,2012-11-23
...........\图像处理.pdb,6327296,2012-11-23
...........\遥感
...........\....\cximage.lib,1637656,2009-02-25
...........\....\cximagecrtd.dll,3432524,2009-02-25
...........\....\cximaged.dll,3436617,2009-02-25
...........\....\Debug
...........\....\.....\CL.read.1.tlog,98480,2012-12-03
...........\....\.....\CL.write.1.tlog,2852,2012-12-03
...........\....\.....\Dialog1.obj,52668,2012-11-22
...........\....\.....\Dialog2.obj,52009,2012-12-03
...........\....\.....\Dialog3.obj,32639,2012-11-22
...........\....\.....\DLL
...........\....\.....\link-cvtres.read.1.tlog,2,2012-12-03
...........\....\.....\link-cvtres.write.1.tlog,2,2012-12-03
...........\....\.....\link.8436-cvtres.read.1.tlog,2,2012-12-03
...........\....\.....\link.8436-cvtres.write.1.tlog,2,2012-12-03
...........\....\.....\link.8436.read.1.tlog,2,2012-12-03
...........\....\.....\link.8436.write.1.tlog,2,2012-12-03
...........\....\.....\link.9064-cvtres.read.1.tlog,2,2012-12-03
...........\....\.....\link.9064-cvtres.write.1.tlog,2,2012-12-03
...........\....\.....\link.9064.read.1.tlog,2,2012-12-03
...........\....\.....\link.9064.write.1.tlog,2,2012-12-03
...........\....\.....\link.9324-cvtres.read.1.tlog,2,2012-12-03
...........\....\.....\link.9324-cvtres.write.1.tlog,2,2012-12-03
...........\....\.....\link.9324.read.1.tlog,2,2012-12-03
...........\....\.....\link.9324.write.1.tlog,2,2012-12-03
...........\....\.....\link.9612-cvtres.read.1.tlog,2,2012-12-03
...........\....\.....\link.9612-cvtres.write.1.tlog,2,2012-12-03
...........\....\.....\link.9612.read.1.tlog,2,2012-12-03
...........\....\.....\link.9612.write.1.tlog,2,2012-12-03
...........\....\.....\link.read.1.tlog,5782,2012-12-03
...........\....\.....\link.write.1.tlog,1008,2012-12-03
...........\....\.....\MainFrm.obj,82118,2012-11-22
...........\....\.....\mt.read.1.tlog,544,2012-12-03
...........\....\.....\mt.write.1.tlog,374,2012-12-03
...........\....\.....\rc.read.1.tlog,3460,2012-11-22
...........\....\.....\rc.write.1.tlog,302,2012-11-22
...........\....\.....\stdafx.obj,639001,2012-11-22
...........\....\.....\vc100.idb,2386944,2012-12-03
...........\....\.....\vc100.pdb,3772416,2012-12-03
...........\....\.....\遥感.Build.CppClean.log,1994,2012-11-22
...........\....\.....\遥感.exe.embed.manifest,667,2012-11-22
...........\....\.....\遥感.exe.embed.manifest.res,732,2012-11-22
...........\....\.....\遥感.exe.intermediate.manifest,381,2012-12-03
...........\....\.....\遥感.lastbuildstate,56,2012-12-03
...........\....\.....\遥感.log,3820,2012-12-03
...........\....\.....\遥感.obj,902144,2012-12-03
...........\....\.....\遥感.pch,33816576,2012-11-22
...........\....\.....\遥感.res,94072,2012-11-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Special-Project
    图像相似性检测的PPT,比较全面的总结,对主要用到的特征提取和特征匹配算法都有基本的介绍。(Image similarity detection of PPT, a more comprehensive summary of the main use of the feature extraction and feature matching algorithm has the basic The introduction.)
    2011-12-28 03:51:30下载
    积分:1
  • Mirror_DImageProcess
    这个实例就像一个魔镜一样,能把原始图像照出各种变换效果,是基于MFC的多文档应用程序(This example is like a mirror,which can convert original image according to a variety of effects)
    2013-11-29 16:23:24下载
    积分:1
  • Image_mosaicing
    图像拼接:实现两幅具有重叠区域的图像的拼接;使用MFC框架,内有程序使用文档(image mosaicing)
    2010-12-07 14:00:01下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • 三维数据的法矢量 NormalAdjust
    计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果(Three-dimensional data, vector calculation method and make adjustments, which includes the make their own experimental data and results)
    2020-07-28 19:28:39下载
    积分:1
  • HOG
    读取一24位彩色图像,计算其以下图像特征: 1)灰度直方图 2)颜色直方图(RGB3个通道) 3)方向梯度直方图(HOG,将图像分成4*4 16个块,8个梯度方向) (Read a 24-bit color images, calculate the following image features: 1) Histogram 2) color histogram (RGB3 channels) 3) histogram of oriented gradients (HOG, the image is divided into 4* 4 16 blocks, 8 gradient directions))
    2020-06-28 15:00:01下载
    积分:1
  • disparity2007
    利用SIFT检测两图片的相同点,并获取两幅图像的视差。(SIFT detection using the same picture two points, and to obtain two images of the parallax.)
    2021-05-16 18:30:07下载
    积分:1
  • ColorImageProcessing
    一种基于non-sample的纹理合成demo,程序性能还有待优化,效果还不错.(texture synthesis demo.)
    2013-09-27 22:53:20下载
    积分:1
  • SITFbasedmatch
    包括基于SIFTGPU的sift特征提取,sift匹配,基于ransac误匹配点剔除等(SIFTGPU based sift feature extraction, sift matching, mismatching points based ransac removed, etc.)
    2021-04-09 22:38:59下载
    积分:1
  • raw2rgb24
    将没有exif文件信息的裸RAW数据转换成YUV422格式的数据.(Exif file information will not be the bare RAW data into YUV422 format.)
    2007-12-19 17:06:24下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载