登录
首页 » Visual C++ » GDAL

GDAL

于 2012-12-21 发布 文件大小:49545KB
0 277
下载积分: 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 个回复

  • gammacorrection
    说明:  对图像畸变进行校正,对有些图像由于近小远大照成的畸变进行校正,采用了opencv(To correct image distortion , It s important to the machine vision)
    2010-04-11 22:15:32下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • ppbNakagami
    处理Gamma乘性噪声的PPB方法,考虑了非局部patch的相似性,可处理SAR图像去噪。(The PPB method for multicative noise removal, which based on the Probabilistic Patch similarity.)
    2021-04-12 18:18:57下载
    积分:1
  • faceDetection
    人脸检测与跟踪,我的毕业论文,使用我自己改进的ADABOOST和CAMSHIFT算法,附带我的毕业论文,opencv1.0或以上自己配置(face detection use adaboost and camshift algorithm,relevant paper enclosed,OPENCV1.0 is necessary)
    2013-01-27 20:59:45下载
    积分:1
  • rotating
    desing and develop a cube rotation
    2010-12-26 18:57:19下载
    积分:1
  • houseDetect
    小型图像处理平台,包括滤波,边缘提取,边缘优化以及图像匹配功能(Small image processing platform, including filtering, edge detection, edge optimization and image matching function)
    2009-05-13 21:05:30下载
    积分:1
  • Huffman
    完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。(Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.)
    2010-12-24 12:00:13下载
    积分:1
  • IRobustmultist
    这是一个关于鲁棒的多传感器图图像配准程序的算法可直接使用。 (This is a robust multi-sensor chart image registration procedures of the algorithm can be used directly.)
    2012-07-24 10:21:48下载
    积分:1
  • Circle
    visualc++6.0 实现图像中圆的检测(circle detection)
    2009-06-30 11:18:16下载
    积分:1
  • BmpBtnTest
    说明:  自己写的位图三态按钮还添加了按钮声音,对自己制作图形界面有很大帮助(Write your own bitmap three-state buttons to add the button sounds right to produce their own graphical interface helps a lot)
    2010-03-27 09:58:15下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载