上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 1. 同步的相机、IMU数据录制 https://github.com/DavidGillsjo/VideoIMUCapture-Android 2. 相机、IMU calibration https://github.com/DavidGillsjo/VideoIMUCapture-Android 阅读全文
posted @ 2021-12-27 13:19 imoon22 阅读(391) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -f image2 -pattern_type glob -framerate 2 -i epoch*.png ../foo.avi https://superuser.com/questions/249101/how-can-i-combine-30-000-images-into- 阅读全文
posted @ 2021-11-28 00:22 imoon22 阅读(508) 评论(0) 推荐(0) 编辑
摘要: https://itk.org/ITKExamples/src/IO/GDCM/ReadDICOMSeriesAndWrite3DImage/Documentation.html #!/usr/bin/env python import sys import os import itk import 阅读全文
posted @ 2021-10-27 21:50 imoon22 阅读(120) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chishuideyu/article/details/78132093 LBD线段描述子 阅读全文
posted @ 2021-10-18 20:53 imoon22 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://benmccormick.org/2014/07/02/learning-vim-in-2014-vim-as-language https://blog.carbonfive.com/vim-text-objects-the-definitive-guide/ In Vim, ed 阅读全文
posted @ 2021-10-01 00:04 imoon22 阅读(38) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/1497958/how-do-i-use-vim-registers https://vi.stackexchange.com/questions/84/how-can-i-copy-text-to-the-system-cli 阅读全文
posted @ 2021-09-30 23:57 imoon22 阅读(145) 评论(0) 推荐(0) 编辑
摘要: find ../ImageAll_V1_part1/mask/ -maxdepth 1 -type f | sort | head -n 40 | xargs cp -t ./ https://askubuntu.com/questions/662339/sort-files-alphabetica 阅读全文
posted @ 2021-09-04 10:30 imoon22 阅读(72) 评论(0) 推荐(0) 编辑
摘要: unzip -P <your-password> zipfile.zip 阅读全文
posted @ 2021-09-02 22:32 imoon22 阅读(234) 评论(0) 推荐(0) 编辑
摘要: ssh -p 16233 -i ~/.ssh/id_rsa_moba root@10.10.2.22 sftp -P 16233 -oIdentityFile=~/.ssh/id_rsa_moba root@10.10.2.22 阅读全文
posted @ 2021-09-02 14:52 imoon22 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1. http://wiki.ros.org/ROS/Tutorials/Creating%20a%20Package%20by%20Hand http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv https://answers.ros.org/qu 阅读全文
posted @ 2021-08-10 10:54 imoon22 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页