
其他琐碎知识点
莫雪雪的blog
学习使人快乐
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu安装opencv python3
安装pip sudo apt install python3-pip sudo pip3 install opencv-contrib-python pip install opencv-python原创 2020-11-27 20:23:34 · 346 阅读 · 0 评论 -
ubuntu18.04 meshlab安装方法(包括kubuntu)
git clone --recursive https://github.com/cnr-isti-vclab/meshlab bash meshlab/install/linux/linux_setup_env_ubuntu.sh bash meshlab/install/linux/linux_build.sh 安装完成后程序在~/build_meshlab/distrib/的位置原创 2020-10-26 21:17:52 · 1053 阅读 · 0 评论 -
MATLAB统计直方图
效果展示 clc; clear all; x=1:1:6 a=[1 2 3 4 5 6 5 6 4 5 6 2 4 6 1 3 5 2 5 6 1 2 3 4 5 6 3 5 6 3 4 1 3 5]; hist(a,x,20); axis([0 7 0 9]); xlabel('时间序号'); ylabel('人数');`原创 2020-04-02 00:27:35 · 3100 阅读 · 0 评论