自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 ubuntu16.04 下通过快捷键在任意网站检索复制/选中的文本

功能翻译查看文档在搜索引擎中进行快速搜索原理通过system settings->keyboard->shortcuts->custom shortcuts 定义快捷键执行指定脚本。 通过脚本获取复制/选中的文本,并用浏览器打开//help_shortKey.shwords=`xclip -o`firefox --new-tab http://dict.youdao.com/w/$w

2016-08-29 17:27:55 2139

原创 Syncthing gtk 同步工具在ubuntu16.04下的使用

功能类似BitTorrent Sync 一样的功能在linux下使用相比BitTorrent 要更好,虽然配置起来更加麻烦一点,可以同时在本地GUI和网页上使用。BitTorrent则只能在网页上使用,每一次登录就会忘记之前的配置,不像windows上的GUI。如果不想每次都配置,或者说研究它的配置文件的用法,使用Syncthing gtk是个不错的选择。用法device ID: 利用 d

2016-08-27 10:41:39 1888

原创 Hungarian Algorithm Summary

Usage: Assignment ProblemMatrix FormatGiven n*nworkers and tasks, and an n×n matrix containing the cost of assigning each worker to a task, find the cost minimizing assignment.First the problem is writ

2016-08-24 20:55:31 556

原创 opencv simpleBlobDetector入坑

巨坑的simpleBlobDetector入门 强大的simpleBlobDetector进阶 minrepeatability stackOverFlow准备看源码 threshold documence, 看下面的源码要用看源码 blobdetector.cpp 源码对于 mask, fg=255 而不是fg=0param.blobColor=255, 将fg设置为255param

2016-08-23 10:49:40 6529

原创 Boost c++ library experiment summary

ReferenceA Quick Tour of the Boost Graph Librarystackoverflow: how to use boost graph libraryGetting started with the Boost Graph Library

2016-08-21 13:45:49 401

原创 Kalman filter 使用经验总结

ReferencewikiHow a Kalman filter works, in picturesKalman filter applicationSummaryhidden status: [x,y,vx,vy]observed status: [x,y]from hidden status to observed status: transition matrix MTM_T

2016-08-21 11:49:07 1443

原创 Dot 与 GraphViz 经验总结

referenced3.js gallery: 仅仅是作个比较,d3的图确实好看一点dot graphviz gallery: 其实也还不错graphviz documence: 不同于官方文档, github 上的文档更新会快一点,当然个人觉得也好一点。dot pdf documence: 简洁的pdf文档,省去了多余的东东。dot html documence: 很好的example

2016-08-16 22:30:57 10009 2

opencv2.4.11Doxygen文档参考

opencv 的类文档,当你发现一个类在官网没有文档时,但却在源码中遇见,比如cvblob,百度可以搜到,但opencv的文档一般搜到。这时用Doxygen-gui自动生成opencv的类文档。

2015-11-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除