登录
首页 » Visual C++ » RPC_errAnaly

RPC_errAnaly

于 2021-03-05 发布 文件大小:3679KB
0 388
下载积分: 1 下载次数: 80

代码说明:

  利用严格成像模型生成的虚拟格网数据解算卫星影像的RPC参数,用于卫星影像定位(Use strict generated virtual imaging model grid data calculating satellite images RPC parameters for satellite image positioning)

文件列表:

RPC_errAnaly
............\CcalcRPC.cpp,9168,2010-04-21
............\CcalcRPC.h,887,2010-04-21
............\Cstru.h,5914,2010-04-21
............\Debug
............\.....\CcalcRPC.obj,18398,2010-05-08
............\.....\CcalcRPC.sbr,0,2010-05-08
............\.....\RPC_errAnaly.bsc,3154944,2010-05-08
............\.....\RPC_errAnaly.exe,143440,2010-05-08
............\.....\RPC_errAnaly.ilk,228892,2010-05-08
............\.....\RPC_errAnaly.obj,15279,2010-05-08
............\.....\RPC_errAnaly.pch,7196752,2010-05-08
............\.....\RPC_errAnaly.pdb,443392,2010-05-08
............\.....\RPC_errAnaly.res,3176,2010-05-08
............\.....\RPC_errAnaly.sbr,0,2010-05-08
............\.....\RPC_errAnalyDlg.obj,93650,2010-05-08
............\.....\RPC_errAnalyDlg.sbr,0,2010-05-08
............\.....\StdAfx.obj,105697,2010-05-08
............\.....\StdAfx.sbr,1374992,2010-05-08
............\.....\vc60.idb,402432,2010-05-11
............\.....\vc60.pdb,487424,2010-05-08
............\ReadMe.txt,3687,2010-04-21
............\res

............\...\RPC_errAnaly.rc2,404,2010-04-21
............\...\Thumbs.db,3584,2010-04-21
............\resource.h,1380,2010-04-21
............\RPC_errAnaly.aps,22060,2010-05-08
............\RPC_errAnaly.clw,1815,2010-06-09
............\RPC_errAnaly.cpp,2147,2010-04-21
............\RPC_errAnaly.dsp,4456,2010-04-21
............\RPC_errAnaly.dsw,549,2010-04-21
............\RPC_errAnaly.h,1390,2010-04-21
............\RPC_errAnaly.ncb,156672,2010-06-09
............\RPC_errAnaly.opt,52736,2010-06-09
............\RPC_errAnaly.plg,258,2010-05-11
............\RPC_errAnaly.rc,6238,2010-04-21
............\RPC_errAnalyDlg.cpp,29684,2010-06-09
............\RPC_errAnalyDlg.h,1927,2010-04-21
............\StdAfx.cpp,214,2010-04-21
............\StdAfx.h,1054,2010-04-21

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

发表评论

0 个回复

  • area
    说明:  计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。(Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge)
    2010-04-11 01:20:14下载
    积分:1
  • rtklibDlg
    基于rtklib计算加入北斗的单点定位及差分定位(single PP and DGNSS using BEIDOU based on RTKLIB)
    2015-11-30 10:00:16下载
    积分:1
  • tu_xiang_he_bing
    程序进行了两张图片的简单合并,适合对控件的使用进行学习(Procedures carried out two simple merger picture, suitable for the control of the use of learning)
    2013-11-05 22:32:15下载
    积分:1
  • zhongzhilvbo
    在VC++6.0开发环境下,图像中值滤波的源码实现,编译即可运行~(In VC++6.0 development environment, the source image median filter implementation, the compiler can be run ~)
    2010-05-20 09:04:19下载
    积分:1
  • ProfiletoPolygon
    将曲线轮廓中的B-样条曲线通过最小二分法转换成一组能保持曲线轮廓形状的小折线。这样,原有的字体轮廓数据就从用曲线轮廓表示转变为用多边形表示,即用一组点及其先后顺序来描述轮廓。(Profile to Polygon)
    2009-12-20 16:18:20下载
    积分:1
  • refactor
    序列匹配c++实现,可以帮助理解序列匹配算法(Sequence matching c++ implementation can help to understand the sequence matching algorithm)
    2014-02-15 20:38:24下载
    积分:1
  • 345Terrain
    说明:  再来一个绘图程序,花了我一个上午时间才搞定。(then a drawing program, I spent a morning time to get.)
    2006-03-14 09:23:21下载
    积分:1
  • Learning-openCV-(Chinese-version)
    openCV中文版 附目录 本书主要介绍: 1.透彻介绍OpenCV 2.从摄像机获取输入 3.图像的变换 4.图像的分割和形状的匹配 5.模式识别,包括人脸检测 6.二维和三维场景中的跟踪监测 7.根据立体视觉进行三维重构 8.机器学习算法(the openCV Chinese edition with catalog book describes: a thorough introduction to OpenCV get input from the camera image transform image segmentation and shape matching 5 pattern recognition, including face detection of two-dimensional and three-dimensional tracking and monitoring of the scene based on stereo vision for three-dimensional reconstruction of 8. machine learning algorithm)
    2013-04-09 19:15:09下载
    积分:1
  • JPEG_DECODE
    本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。(The decoder class support common JPEG file format, which is currently the most JPEG files in the format and the main characteristics of this format is data for 8-bit precision, using Huffman coding DCT common frame (does not support extended serial and progressive model and arithmetic coding). The decoder of the IDCT algorithm uses three modes, respectively, floating-point decoding, fixed-point integer decoding and fixed-point integer MMX optimization, you can choose according to the specific circumstances.)
    2021-04-29 14:38:42下载
    积分:1
  • gui界面
    利用matlab的gui设计的带有输入和输出功能的界面图形,可视性很强,学习非常值得(The interface graphics with input and output functions designed by GUI of MATLAB have strong visibility and worth learning.)
    2020-06-19 18:20:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载