码迷,mamicode.com
首页 >  
搜索关键字:opencv release surf    ( 16588个结果
centos yum 升级Python2.6 到 2.7
背景:开发部需要使用python2.7,由于公网的环境python版本都是系统自带的,版本是2.6,需要升级,最好是通过RPM升级。实施步骤:1,下载nux的release文件wgethttp://li.nux.ro/download/nux/dextop/el6/i386/nux-dextop-release-0-2.el6.nux.noarch.rpmrpm-ivhnux-dextop-rele..
分类:编程语言   时间:2014-07-23 00:22:48    阅读次数:252
在ARC项目中使用非ARC(或者在非ARC项目中使用ARC)框架或者类库一起工作
从iOS5以来,引入了AutomaticReferenceCount(ARC)自动引用计数,就是obj-c对象每被“使用”一次,引用计数就会+1,当引用计数为0时,系统就会回收内存。这些都是由编译器自己完成的。而非ARC在OC程序中就是:自己alloc的要release,retain/copy的相应的也要release,这是传说中..
分类:其他好文   时间:2014-07-23 00:19:38    阅读次数:315
学习笔记--对最近学习的总结
今天重新安装了Linuxmint17Cinnamon系统,进行了以下的操作:一、进行系统的更新sudoapt-getdist-upgrade查看系统信息:uname-alsb_release-asudoreboot二、进行系统的中文配置1、软件源更改主要配置:主要配置:NCHC基础配置:aliyun2、在终端中安装中文语言包sudoapt-getinst..
分类:其他好文   时间:2014-07-23 00:18:58    阅读次数:346
Oracle Database 11g Release 2 Standard Edition and Enterprise Edition Software Downloads
Oracle11g 第2版 各个版本下载地址...
分类:数据库   时间:2014-07-23 00:03:28    阅读次数:383
“无法启动程序,因为计算机中丢失MSVCP100D.dll”的解决方案
用VS2012安装OpenCV时出现这个错误,在网上搜索了很多解决方案,最终解决了问题。现在把这些解决方案汇总一下。 方案一:下载MSVCP100D.dll 1、复制文件“msvcr100d.dll”到系统目录下。 2、系统目录一般为:C:\WINNT\System32 64位系统为C:\Windows\SysWOW64。 3、最后点击开始菜单-->运行-->输入regsvr32...
分类:其他好文   时间:2014-07-22 23:44:47    阅读次数:912
Learning OpenCV Lecture 4 (Transforming Images with Morphological Operations)
Transforming Images with Morphological Operations
分类:其他好文   时间:2014-07-22 23:28:47    阅读次数:820
Learning OpenCV Lecture 5 (Filtering the Images)
Filtering the Images
分类:其他好文   时间:2014-07-22 23:22:37    阅读次数:412
Learning OpenCV Lecture 6 (Extracting Lines,Contours, and Components)
Extracting Lines,Contours, and Components
分类:其他好文   时间:2014-07-22 23:18:17    阅读次数:641
Learning OpenCV Lecture 3 (Counting the Pixels with Histograms)
Counting the Pixels with Histograms
分类:其他好文   时间:2014-07-22 23:14:32    阅读次数:283
Learning OpenCV Lecture 2 (Using the Strategy pattern in algorithm design)
Using the Strategy pattern in algorithm design
分类:其他好文   时间:2014-07-22 23:13:12    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!