UAVProduct icon indicating copy to clipboard operation
UAVProduct copied to clipboard

处理无人机影像的代码,使用了OpenMVG,openMVS以及GDAL库等,实现影像几何校正,影像拼接,点云生成等功能

Results 8 UAVProduct issues
Sort by recently updated
recently updated
newest added

编译win10+VS2017 CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in...

影像拼接的拼接线处理算法,算法参考openCV的拼接线处理过程,采用Voronoi图方式获取最佳拼接线,具体的算法流程可以参考博客wuweiBlog.com,已经完成核心的拼接线获取算法,总体思路为: 1.首先为每一个影像创建一个Mask影像; 2.在Mask影像上找到拼接线,获取最佳拼接线; 3.通过GDAL库将Mask中的拼接线转换为Shp要素; 4.调用GDAL的拼接算法将获取转换号的最佳拼接线导入进行拼接; 目前参考openCV完成最佳拼接线获取的核心算法,剩下的算法直接实现完成整个算法,不同的拼接线获取方式可以继承至基类进行扩展

你好,你使用的openMVG库是多少版本的,我用1.6版本的openMVG库报如下错误: In file included from /home/lc/UAVProduct/UAVProduct/UAVPreProcess.h:3:0, from /home/lc/UAVProduct/UAVProduct/UAVPreProcess.cpp:10: /home/lc/UAVProduct/UAVProduct/UAVInterface.h:15:18: error: ‘Pair_Set’ in namespace ‘openMVG’ does not name a type typedef openMVG::Pair_Set MatchesList; ^~~~~~~~ In file included from /home/lc/UAVProduct/UAVProduct/UAVPreProcess.cpp:10:0: /home/lc/UAVProduct/UAVProduct/UAVPreProcess.h:80:19: error:...

I am in the region which cannot access github.com directly, so when I use some technical method clone this repo, it always failed when pull the prebuilt binary in the...

大家好,我在编译的时候应该是版本对应的问题,出现了下面的提示: UAVProcessGeoMosaic.cpp:(.text+0x3900): undefined reference to `stlplus::folder_exists(std::__cxx11::basic_string const&)' UAVProcessGeoMosaic.cpp:(.text+0x393b): undefined reference to `stlplus::folder_files(std::__cxx11::basic_string const&)' CMakeFiles/UAVProcess.dir/UAVICPProc.cpp.o: In function `UAVICPExtract::UAVICPExtractMatchesEnvi(std::__cxx11::basic_string, std::__cxx11::basic_string, std::__cxx11::basic_string, EXTRACT_TYPE)': UAVICPProc.cpp:(.text+0x1de): undefined reference to `openMVG::image::Image::Image()' UAVICPProc.cpp:(.text+0x1ed): undefined reference to `openMVG::image::Image::Image()'...

依赖库安装都没问题,最后工程链接库时报unreference错误。使用的系统是ubuntu16.04。错误主要出现在jpeg,png,和tiff库上。是不是因为有的依赖库需要jpeg8、 png12,有的库需要jpeg9、 png16,出现冲突了呢?

Now,openMVS can't be built.