
图像
Li03
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab2018a (Edge Detection Using Sobel Method)
在matlab2018a下,用卷积方法实现的边缘检测。注意选取的图片像素点数控制在200*200以下。frmActivePixels = 127;frmActiveLines = 181;frmOrig = imread('kele.png');frmInput = frmOrig(1:frmActiveLines,1:frmActivePixels);figureimshow...原创 2019-01-11 19:00:04 · 471 阅读 · 0 评论 -
HSV颜色模型,各种颜色的大致范围参考
原创 2019-01-22 20:44:12 · 10221 阅读 · 4 评论 -
Ubuntu16.04安装CUDA
搜索CUDA官网,安装CUDA:选项如上图所示,下载。进入下载的文件目录,打开终端sudo dpkg -icuda-repo-ubuntu1604_10.1.105-1_amd64.debsudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu...原创 2019-03-04 21:58:44 · 572 阅读 · 0 评论 -
ORK(2) Show the table and coke can
ORK is Object Recognition Kitchen, it is used for object recognition in 3D environment.Before this article,check ORK(1)Step 1,:install ORK packagesudo apt-get install ros-indigo-rviz ros-ind...原创 2019-07-03 22:23:45 · 337 阅读 · 3 评论 -
pycharm的python版本问题
新系统,ubuntu14.04,要用opencv搞点图像处理,下了个pycharm社区版。解释器里opencv安装失败。说我的操作系统不支持?终端里python下,版本3.4,回到pycharm,重新建立工程,才发现有个小小的提示:python 3.4 has reached its end-of-life dateand it is no longer supported in...原创 2019-08-23 17:09:08 · 12970 阅读 · 0 评论