<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[zeeq的博客]]></title><description><![CDATA[A WHU LIESMARSer ~]]></description><link>https://blog.csdn.net/weixin_44120025</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_44120025]]></copyright><item><title><![CDATA[我的创作纪念日]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/161711129</link><guid>https://blog.csdn.net/weixin_44120025/article/details/161711129</guid><author>weixin_44120025</author><pubDate>Fri, 05 Jun 2026 10:47:46 +0800</pubDate><description><![CDATA[提示：你过去写得最好的一段代码是什么？提示：当前创作和你的工作、学习是什么样的关系。提示：可以和大家分享最初成为创作者的初心。提示：在创作的过程中都有哪些收获。提示：职业规划、创作规划等​​。]]></description><category></category></item><item><title><![CDATA[windows系统下cmake自动拷贝dll到生成目录的设置]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/158466351</link><guid>https://blog.csdn.net/weixin_44120025/article/details/158466351</guid><author>weixin_44120025</author><pubDate>Fri, 27 Feb 2026 16:25:04 +0800</pubDate><description><![CDATA[这篇CMake配置脚本主要演示了如何正确配置vcpkg工具链及优化构建输出。关键点包括：1) 启用CMP0167策略实现vcpkg自动DLL拷贝；2) 必须在project()前设置工具链路径；3) 建议统一配置输出目录；4) 提供了解决RelWithDebInfo模式下DLL问题的方案。该配置适用于需要vcpkg管理的第三方库（如PCL、OpenCV等）的项目，通过合理设置可简化部署流程并保持构建目录整洁。]]></description><category></category></item><item><title><![CDATA[vscode使用cmake tool进行项目管理安装]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/150850295</link><guid>https://blog.csdn.net/weixin_44120025/article/details/150850295</guid><author>weixin_44120025</author><pubDate>Tue, 26 Aug 2025 11:57:49 +0800</pubDate><description><![CDATA[vscode cmake集成使用]]></description><category></category></item><item><title><![CDATA[contextcapture手动添加控制点（刺点）教程]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/135666523</link><guid>https://blog.csdn.net/weixin_44120025/article/details/135666523</guid><author>weixin_44120025</author><pubDate>Thu, 18 Jan 2024 10:30:03 +0800</pubDate><description><![CDATA[通过添加控制点，可以实现两个坐标系的统一。]]></description><category></category></item><item><title><![CDATA[cmake常用命令解析]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/131346831</link><guid>https://blog.csdn.net/weixin_44120025/article/details/131346831</guid><author>weixin_44120025</author><pubDate>Fri, 23 Jun 2023 06:29:34 +0800</pubDate><description><![CDATA[【代码】cmake常用命令解析。]]></description><category></category></item><item><title><![CDATA[服务器配置远程vscode]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/131218023</link><guid>https://blog.csdn.net/weixin_44120025/article/details/131218023</guid><author>weixin_44120025</author><pubDate>Wed, 14 Jun 2023 23:22:02 +0800</pubDate><description><![CDATA[我的一个使用策略就是，在本地进行代码修改，完成后通过sftp将本地代码同步到远程，然后使用ssh-remote的远程终端，在远程运行代码。ssh-remote的用处可不止是修改远程代码，我觉得一个更重要的功能是，在remote环境下，我们可以在vscode中打开远程的终端了，这样就可以使用终端来运行远程的代码。在同步时，如果细心点，我们可以观察到，vscode左下角的状态栏会一直跳动（如下图所示），显示local的哪个文件正在同步到remote上。打开vscode，在扩展种搜索sftp，点击安装。]]></description><category></category></item><item><title><![CDATA[photoscan（metashape）跑GPS辅助的无人机影像SfM（空三）教程]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/131217904</link><guid>https://blog.csdn.net/weixin_44120025/article/details/131217904</guid><author>weixin_44120025</author><pubDate>Wed, 14 Jun 2023 23:13:59 +0800</pubDate><description><![CDATA[刚打开的photoscan界面如下图所示：然后，点击工作区左上角的添加堆块选项：可以看到新增了一个名为“Chunk 1”的堆块，然后，右击“Chunk 1”，依次选择add、添加照片：即可弹出照片选择窗口，到指定目录下全选图像，然后点击打开即可：之后，在左下角找到参考选项，点击，即可进入参考设置界面：点击参考页面左上角第一个选项，即“导入”选项，然后选择POS文件，即可打开如下界面：]]></description><category></category></item><item><title><![CDATA[使用pyshp写出shapefile文件方法示例]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/130979574</link><guid>https://blog.csdn.net/weixin_44120025/article/details/130979574</guid><author>weixin_44120025</author><pubDate>Thu, 01 Jun 2023 00:21:30 +0800</pubDate><description><![CDATA[其中，要组成一个Shapefile，有三个文件是必不可少的，它们分别是".shp", ".shx"与 ".dbf"文件。而其中“真正”的Shapefile的后缀为shp，然而仅有这个文件数据是不完整的，必须要把其他两个附带上才能构成一组完整的地理数据。所有的文件名都必须遵循MS DOS的8.3文件名标准（文件前缀名8个字符，后缀名3个字符，如shapefil.shp），以方便与一些老的应用程序保持兼容性，尽管现在许多新的程序都能够支持长文件名。Shapefile文件用于描述几何体对象：点，折线与多边形。]]></description><category></category></item><item><title><![CDATA[安装colmap报错CMake Error You must set CMAKE_CUDA_ARCHITECTURES to e.g. ‘native‘, ‘all-major‘, ‘70‘解决方法]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/130979501</link><guid>https://blog.csdn.net/weixin_44120025/article/details/130979501</guid><author>weixin_44120025</author><pubDate>Thu, 01 Jun 2023 00:16:43 +0800</pubDate><description><![CDATA[找到出错的第255行，从代码中可以看出，出错的原因是编译程序检测到系统有cuda可用，但是我们没有给它设置cuda类型。可选的类型在报错信息里提到了。意思是我们没有设置cuda的编译类型。然后保存退出，再继续执行接下来的安装步骤即可。install成功后，直接终端执行。，感觉写的还挺好的，贴一下如果以后在新的机子上再安装可以参考。关于安装colmap的教程和报错问题解决，看到了一篇。我选择了native，然后将这个变量说明。等，关于这些参数的含义，]]></description><category></category></item><item><title><![CDATA[colmap多相机重建多场景及数据库数据快速修改方法]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/130478936</link><guid>https://blog.csdn.net/weixin_44120025/article/details/130478936</guid><author>weixin_44120025</author><pubDate>Wed, 03 May 2023 23:39:41 +0800</pubDate><description><![CDATA[colmap的数据库是可以直接通过ui界面的database management进行修改的，但是通过这种方式，每次只能修改一个单元格的数据，在需要修改的数据量很大的情况下，这将会是一件非常耗时的重复性劳动，且很有可能发生错漏。比如，我在跑数据的时候，就遇到这么一个问题，原本只是有五个不同镜头的倾斜摄影图像，且每个镜头拍摄的图像都放置在图像目录下的不同文件夹里了，按理说应该只会有五个相机模型，但是在提取特征点的时候，colmap给我创建了18个相机模型，这显然是不对的。设置完成后，关闭该选项页，然后点击。]]></description><category></category></item><item><title><![CDATA[ubuntu18.04安装ceres报错1618: recipe for target ‘internal/ceres/CMakeFiles/ceres.dir/all‘ failed解决方案]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129860749</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129860749</guid><author>weixin_44120025</author><pubDate>Thu, 30 Mar 2023 17:02:39 +0800</pubDate><description><![CDATA[看了一下，直接运行上图的这个命令下载的源码可能和压缩包下载的不一样，所以编译时候出错了。于是我也去下载了压缩包，戳。那个博主在底下评论区说他是通过换成16.04版本的ubuntu解决的这个问题（有点暴力）。于是我百度搜了一下这个错误，没找到解决方案，倒是有一篇博客贴了这个错误然后底下直接一句。开始处的latest stable release链接，会自动下载最新稳定版本的压缩包。接下来再根据教程里的cmake步骤一步步执行就可以安装成功了。]]></description><category></category></item><item><title><![CDATA[ubuntu重装/升级eigen教程]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129798804</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129798804</guid><author>weixin_44120025</author><pubDate>Mon, 27 Mar 2023 17:17:15 +0800</pubDate><description><![CDATA[其原因是eigen的版本太旧了，需要重装升级。3.3 .4我们需要把它升级到3.4.0才行。于是首先需要将旧版本卸载。]]></description><category></category></item><item><title><![CDATA[cmake设置编译类型为release命令]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129798756</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129798756</guid><author>weixin_44120025</author><pubDate>Mon, 27 Mar 2023 16:49:28 +0800</pubDate><description><![CDATA[cmake编译类型通常默认为debug，但是在编译软件时，一般都需要使用release版本的，debug太慢了。设置为release版本可以在cmake文件里进行，也可以在运行cmake命令时使用参数进行指定。]]></description><category></category></item><item><title><![CDATA[/usr/local/cuda-11.0/targets/x86_64-linux/lib/libcudnn_ops_infer.so.8 is not a symbolic link解决方法]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129795572</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129795572</guid><author>weixin_44120025</author><pubDate>Mon, 27 Mar 2023 15:27:44 +0800</pubDate><description><![CDATA[然后，我们需要对出错的链接进行重定位。比如我上述报错的第一条内容是。这个问题是符号链接导致的，我们对报错的链接重新定位即可。，而从上图中可以看到，我有个。]]></description><category></category></item><item><title><![CDATA[python安装好了某个包但是仍报错ImportError: No module named xxx的解决方法及思路]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129397395</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129397395</guid><author>weixin_44120025</author><pubDate>Wed, 08 Mar 2023 10:01:31 +0800</pubDate><description><![CDATA[这是一个应该比较常见的问题，下面首先讲一下该类问题的一般解决 思路，然后再进行一个自我debug的过程描述。]]></description><category></category></item><item><title><![CDATA[ubuntu服务器创建多用户及用户管理]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129256214</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129256214</guid><author>weixin_44120025</author><pubDate>Tue, 28 Feb 2023 11:25:41 +0800</pubDate><description><![CDATA[ubuntu用户管理]]></description><category></category></item><item><title><![CDATA[linux下使用vscode进行c++项目开发，CMakeLists.txt、launch.json、tasks.json联合配置需要注意的地方]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129229450</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129229450</guid><author>weixin_44120025</author><pubDate>Sun, 26 Feb 2023 18:22:13 +0800</pubDate><description><![CDATA[使用这三者配合，可以实现自动化的运行和调试，如下是三个文件的内容，只要目录结构是。的，那么launch.json和tasks.json则可以直接copy过去使用。其中，launch.json、tasks.json中的。则表示当前打开目录的名字。表示vscode当前打开的目录路径，而。]]></description><category></category></item><item><title><![CDATA[linux下使用vscode和cmake高效管理c++项目简明教程]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129228287</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129228287</guid><author>weixin_44120025</author><pubDate>Sun, 26 Feb 2023 17:33:36 +0800</pubDate><description><![CDATA[linux系统下vscode和cmake高效管理c++项目]]></description><category></category></item><item><title><![CDATA[最新OpenMVG编译安装与逐命令运行增量式和全局式SfM教程（文末附自动化运行脚本）]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/129191083</link><guid>https://blog.csdn.net/weixin_44120025/article/details/129191083</guid><author>weixin_44120025</author><pubDate>Fri, 24 Feb 2023 22:31:56 +0800</pubDate><description><![CDATA[openmvg是一个轻便的可以逐步运行的SfM开源库，它同时实现了增量式和全局式两种算法。]]></description><category></category></item><item><title><![CDATA[windows上安装并使用exiftool修改图像exif信息]]></title><link>https://blog.csdn.net/weixin_44120025/article/details/128506125</link><guid>https://blog.csdn.net/weixin_44120025/article/details/128506125</guid><author>weixin_44120025</author><pubDate>Mon, 02 Jan 2023 16:06:54 +0800</pubDate><description><![CDATA[使用exiftool可以对图像的exif信息进行读取、修改、写入等操作。]]></description><category></category></item></channel></rss>