登录
首页 » Visual C++ » Relative-orientation

Relative-orientation

于 2014-10-09 发布 文件大小:2593KB
0 228
下载积分: 1 下载次数: 9

代码说明:

  摄影测量学 通过迭代法求解五个相对定向元素(Relative orientation)

文件列表:

相对定向
........\Debug
........\.....\vc60.idb,82944,2013-07-01
........\.....\vc60.pdb,118784,2013-07-01
........\.....\相对定向.exe,87552,2014-10-09
........\.....\相对定向.ilk,403160,2014-10-09
........\.....\相对定向.pdb,789504,2014-10-09
........\ipch
........\....\相对定向-353ae3cd
........\....\.................\相对定向-4bff3f68.ipch,2949120,2014-10-09
........\相对定向
........\........\Debug
........\........\.....\CL.read.1.tlog,12726,2014-10-09
........\........\.....\CL.write.1.tlog,694,2014-10-09
........\........\.....\link-cvtres.read.1.tlog,2,2014-10-09
........\........\.....\link-cvtres.write.1.tlog,2,2014-10-09
........\........\.....\link-rc.read.1.tlog,2,2014-10-09
........\........\.....\link-rc.write.1.tlog,2,2014-10-09
........\........\.....\link.read.1.tlog,3004,2014-10-09
........\........\.....\link.write.1.tlog,476,2014-10-09
........\........\.....\stdafx.obj,11592,2014-10-09
........\........\.....\vc110.idb,281600,2014-10-09
........\........\.....\vc110.pdb,454656,2014-10-09
........\........\.....\相对定向.Build.CppClean.log,2260,2014-10-09
........\........\.....\相对定向.lastbuildstate,70,2014-10-09
........\........\.....\相对定向.log,1977,2014-10-09
........\........\.....\相对定向.obj,190208,2014-10-09
........\........\.....\相对定向.pch,1245184,2014-10-09
........\........\ReadMe.txt,1545,2014-10-09
........\........\stdafx.cpp,213,2014-10-09
........\........\stdafx.h,233,2014-10-09
........\........\targetver.h,236,2014-10-09
........\........\相对定向.cpp,8300,2014-10-09
........\........\相对定向.vcxproj,4532,2014-10-09
........\........\相对定向.vcxproj.filters,1316,2014-10-09
........\相对定向.sdf,8323072,2014-10-09
........\相对定向.sln,903,2014-10-09

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

发表评论

0 个回复

  • 的读写MyBitmapImg
    本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能(The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square distance, rename picture and some other functions.)
    2013-09-18 10:05:23下载
    积分:1
  • FKFilter
    FK滤波分析,设计窗口!!!!!!!!!!!(FK filtering analysis, design window! ! ! ! ! ! ! ! ! ! !)
    2013-01-21 20:24:37下载
    积分:1
  • EasyDraw
    asyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识(this program for paint)
    2010-01-12 10:09:38下载
    积分:1
  • image-matching-using-surf-and-ransac
    对两幅图像进行配准,分别提取两幅图像的surf特征点以及描述子,得到粗匹配结果,然后根据粗匹配结果,采用ransac方法计算基础矩阵,并去除误匹配点,得到较准确匹配结果(Two image registration, surf was extracted from the feature points in two images to get the coarse matching and descriptor, then according to the results, the coarse matching results, using RANSAC method to calculate the fundamental matrix, and eliminate the error matching, gain a more accurate matching results)
    2020-11-13 13:59:43下载
    积分:1
  • SIFT-Panorama
    本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。(The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panoramic mosaic map.)
    2011-05-16 02:47:18下载
    积分:1
  • GNSS-PRocess
    本文介绍了一种 )’’ 多系统静态基线数据处理方法!该方法使用统一的方式来处理 &’ 5.)6’’ 北斗 及三者融合的观测数据#这种处理方法已经实现在广州南方测绘仪器有限公司的静态后处理软件中#本文使用实际数据验 证了这种处理方法!得到了较好的结果(This article describes a ) ' multi-system static baseline data processing method! This method uses a unified way to deal & ' ' 5.) 6' ' ' Compass and three observational data fusion# This treatment method It has been achieved in the static Guangzhou South mapping Instrument Co.# post-processing software used herein, the actual data validation of this approach! Get better results)
    2015-06-30 11:16:20下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • Hough-transform
    基于规格化Hough变换的天波超视距雷达检测前跟踪算法(Hough transform based on the normalized horizon radar detection and tracking algorithms)
    2013-12-09 16:41:57下载
    积分:1
  • 激光三维点云的源码 lastools
    激光三维点云的处理源码,可以压缩点云,配准点云(Three-dimensional laser point cloud processing source code, can be compressed point cloud, point cloud registration)
    2013-09-09 21:13:07下载
    积分:1
  • 3D-MIP---5533
    可以在VTK下进行三维重建的DICOM数据(Three-dimensional reconstruction can be carried out in the VTK DICOM data)
    2020-12-17 16:29:12下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载