计算机视觉讨论群162501053
转载请注明:http://blog.csdn.net/abcd1992719g/article/details/26824529
关于角点检测,我写过两篇文章
openCV2马拉松第19圈——Harris角点检测(自己实现)
OpenCV2马拉松第21圈——形态学操作实现角点检测
有兴趣的童鞋可以去看看~~~...
分类:
其他好文 时间:
2014-06-20 13:39:39
阅读次数:
212
一 .Fast index CreationMySQL 5.5和更高版本并且MySQL 5.1
innodb plugin支持Fast index
Creation,对于之前的版本对于索引的添加或删除这类DDL操作,MySQL数据库的操作过程为如下:(1)首先创建新的临时表,表结构通过命令ALTAR...
分类:
数据库 时间:
2014-06-09 15:50:27
阅读次数:
518
自带动画函数show()方法和hide()方法调用show()函数会将该元素的display属性设置为none,将元素隐藏调用hide()函数会将该元素的display样式设置为原来的值,将元素重新显示Tip:使用该方法时,元素的宽度/高度/透明度是同时变化的。可以给该方法传递参数”fast”,”n...
分类:
Web程序 时间:
2014-06-09 00:12:35
阅读次数:
431
FastJSON是一个Java语言编写的高性能,功能完善,完全支持http://json.org的标准的JSON库。多了不说了,百度一下一大把。在此,简单的总结一下自己用过,测试过的方法。如果使用Maven,在pom.xml文件加入以下依赖。1
2 com.alibaba3 fast...
分类:
Web程序 时间:
2014-06-01 12:05:54
阅读次数:
393
Fast Matrix OperationsThere is a matrix
containing at most 106elements divided into r rows and c columns. Each element
has a location (x,y) where 10)2...
分类:
其他好文 时间:
2014-05-30 03:31:23
阅读次数:
516
具体步骤如下:系统:ubuntu 8.04 的发行版本AMP with
Prefork(mod-php5)一、安装APACHE2#
sudoapt-getinstallapache2apache2-mpm-prefork这样APACHE部分就完成,默认目录是
/var/www二、进行PHP的环境配置...
分类:
其他好文 时间:
2014-05-26 21:28:45
阅读次数:
278
Phaser is a fun, free and fast 2D game framework
for making HTML5 games for desktop and mobile web browsers, supporting Canvas
and WebGL rendering.Pha...
分类:
Web程序 时间:
2014-05-26 19:44:52
阅读次数:
269
出题:判断一个单向链表是否有环,如果有环则找到环入口节点;分析:第一个问题:使用快慢指针(fast指针一次走两步,slow指针一次走一步,并判断是否到达NULL,如果fast==slow成立,则说明链表有环);第二个问题:fast与slow相遇时,slow一定还没有走完一圈(反证法可证明);示意图A...
分类:
其他好文 时间:
2014-05-26 10:22:27
阅读次数:
279
A bit is a binary digit, taking a logical value of either 1 or 0 (also referred to as "true" or "false" respectively). And every decimal number has a binary representation which is actually a series o...
分类:
其他好文 时间:
2014-05-24 17:19:41
阅读次数:
335
在Android.mk文件的LOCAL_SRC_FILES后面加入包含该类或函数的文件,用\隔开,\后换行继续添加例如LOCAL_SRC_FILES :=
NDKTest.cpp\bncore.c\bn_error.c\bn_fast_mp_invmod.c\bn_fast_mp_montgomer...
分类:
其他好文 时间:
2014-05-24 01:30:48
阅读次数:
1159