Skip to content

Instantly share code, notes, and snippets.

@LiShuMing
Created January 16, 2014 03:05
Show Gist options
  • Save LiShuMing/8449172 to your computer and use it in GitHub Desktop.
Save LiShuMing/8449172 to your computer and use it in GitHub Desktop.
记下自己走过的点点滴滴
(1)安装OpenCV
在学习“分水岭分割”算法的时候,在网站上搜到了基于OpenCV的实现代码,想跑一跑、实验一番。于是重新安装OpenCV,在vs2010 64位机上
运行起来了。
下载:
OpenCV 2.4.8
CMake 2.8.12.1
安装:
http://wiki.opencv.org.cn/index.php/VC_2008_Express%E4%B8%8B%E5%AE%89%E8%A3%85OpenCV2.0/2.1#.E7.BC.96.E8.AF.91OpenCV
http://www.qinxuye.me/article/install-opencv-in-windows/
http://www.cnblogs.com/mikewolf2002/p/3317929.html
另:注册opencv中文网(http://www.opencv.org.cn/member.php?mod=register),hotmail邮箱
(2)想给博客实现“推荐”的功能和“订阅到邮箱”的功能。
(3)Neo4j
@LiShuMing
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment