随笔分类 -  可视化实验

摘要:#include <bits/stdc++.h> #include "opencv2/core.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/video.hpp" #include "opencv2/objdetect.hpp" #inc 阅读全文
posted @ 2020-11-30 10:08 WeiAR 阅读(260) 评论(0) 推荐(0) 编辑
摘要:from pyecharts import options as opts from pyecharts.charts import Boxplot v1 = [ [850, 740, 900, 1070, 930, 850, 950, 980, 980, 880, 1000, 980], [960 阅读全文
posted @ 2020-10-07 20:00 WeiAR 阅读(113) 评论(0) 推荐(0) 编辑
摘要:import pyecharts.options as opts from pyecharts.charts import Bar3D Hair = ["Black","Brown","Red","Blond","Total"] Eye = ["Brown","Blue","Hazel","Gree 阅读全文
posted @ 2020-10-07 19:47 WeiAR 阅读(104) 评论(0) 推荐(0) 编辑