会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
imoon22
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2022年1月21日
windows 配置 多用户 远程桌面
摘要: https://support.huaweicloud.com/hecs_faq/hecs_faq_0806.html https://sunlogin.oray.com/news/864.html
阅读全文
posted @ 2022-01-21 16:53 imoon22
阅读(34)
评论(0)
推荐(0)
2021年12月27日
手机的相机、IMU标定
摘要: 1. 同步的相机、IMU数据录制 https://github.com/DavidGillsjo/VideoIMUCapture-Android 2. 相机、IMU calibration https://github.com/DavidGillsjo/VideoIMUCapture-Android
阅读全文
posted @ 2021-12-27 13:19 imoon22
阅读(492)
评论(0)
推荐(0)
2021年11月28日
图像序列压缩为视频(png to mp4 video )
摘要: 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
阅读(556)
评论(0)
推荐(0)
2021年10月27日
ITK Read Dicom
摘要: 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
阅读(154)
评论(0)
推荐(0)
2021年10月18日
LBD线段描述子
摘要: https://blog.csdn.net/chishuideyu/article/details/78132093 LBD线段描述子
阅读全文
posted @ 2021-10-18 20:53 imoon22
阅读(201)
评论(0)
推荐(0)
2021年10月1日
Learning Vim in 2014: Vim as Language
摘要: 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
阅读(45)
评论(0)
推荐(0)
2021年9月30日
vim Register 操作,拷贝至系统剪贴板等
摘要: 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
阅读(177)
评论(0)
推荐(0)
2021年9月4日
linux command - 拷贝某文件夹下,按名称排序后前n个文件
摘要: 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
阅读(89)
评论(0)
推荐(0)
2021年9月2日
unzip 带密码文件
摘要: unzip -P <your-password> zipfile.zip
阅读全文
posted @ 2021-09-02 22:32 imoon22
阅读(250)
评论(0)
推荐(0)
ssh, sftp设置使用ssh key文件
摘要: 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
阅读(319)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告