03 2022 档案
摘要:shell echo "{0}")" > /home/lhw/Gradute/365/allsystem/DLL/MeshLab/AppRun HERE="(readlink -f "{HERE}" > /ho
阅读全文
摘要:下载linux版本的nodejs,网址:https://nodejs.org/en/ 下载解压后添加环境变量 gedit ~/.bashrc export PATH=/home/lhw/Software/node-v16.14.2-linux-x64/bin:$PATH export LD_LIBR
阅读全文
摘要:eigen 安装 eigen 3.3.7 cmake \ -DCMAKE_BUILD_TYPE=Release \ -DEIGEN_BUILD_PKGCONFIG=ON \ .. sudo make install # 安装位置:/usr/local/include/eigen3/ eigen 3.
阅读全文
摘要:已知图像内参和畸变系数 // undistort // OpenCV camera model. // CamParam: fx, fy, cx, cy, k1, k2, p1, p2 void distort_image(const string & img_path, vector<double
阅读全文
摘要:运行别人现成的python环境的pip会报错 Fatal error in launcher: Unable to create process using '"d:\python3.7\python.exe" "E:\***\Python3.7\Scripts\pip.exe" list': ??
阅读全文
摘要:gedit ~/.bashrc export QTDIR=/home/lhw/Qt5.9.8/5.9.8/gcc_64 export PATH=PATH export LD_PLUGINS_PATH=LD_PLUGINS_PATH export
阅读全文
摘要:** 恢复内容开始 ** https://zhuanlan.zhihu.com/p/140961253 sudo swapon --show df -h 文件系统 容量 已用 可用 已用% 挂载点 udev 7.7G 0 7.7G 0% /dev tmpfs 1.6G 2.3M 1.6G 1% /r
阅读全文
摘要:源码下载 https://cmake.org/download/ cmake-3.21.4.tar.gz 解压 ./configure --qt-gui make -j12 sudo make install
阅读全文