码迷,mamicode.com
首页 >  
搜索关键字:opencv release surf    ( 16588个结果
搭建基于Spring+MyBatis+Jersey的Maven-Web系统
搭建基于Spring+MyBatis+Jersey的Maven-Web系统版本:Spring(4.1.0.RELEASE)+MyBatis(3.2.7)+Jersey(1.18.1)工具:IntelliJ+Maven详细步骤如下:创建一个基于maven-archetype-webapp的项目打开pom文件,添加spring,jersey,jersey-spring依赖的库<properties> <project.b..
分类:编程语言   时间:2014-09-30 12:22:20    阅读次数:395
nginx打包rpm
安装rpmbuild,生成目录,编写spec文件 附上自己写的spec文件。 由于公司需要,nginx需要添加lua等依赖包,就自己通过编译过程打包了rpm。红色部分是根据编译的结果添加上去的 Name: nginx Version: 1.2.7 Release: 1%{?dist} Summary: A free,open-source,high-performance HT...
分类:其他好文   时间:2014-09-30 10:05:22    阅读次数:402
常用数据结构:IplImage
typedef struct_IplImage{ int nSize; //IplImage大小 int ID; //版本(=0) int nChannels; //大多数OPENCV函数支持1、2、3或4个通道 int alphaChannel; //被open...
分类:其他好文   时间:2014-09-30 00:32:41    阅读次数:225
OpenCV在MFC图像控件内显示图像
1.依照文章《OpenCV+MFC显示图像》,完毕配置。2.创建对应的图像控件,button控件。3.进行类型转换。在当前OpenCV2版本号内,图像格式为cv::Mat ,而该格式无法直接在MFC内显示。因此,须要将其转换为能够在MFC内显示的CvvImage类格式,该类内有函数DrawToHDC...
分类:其他好文   时间:2014-09-29 22:43:31    阅读次数:176
spring-通过ListFactory注入List
一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
分类:编程语言   时间:2014-09-29 21:06:21    阅读次数:226
spring-注入list集合
一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
分类:编程语言   时间:2014-09-29 21:05:21    阅读次数:218
spring-注入array集合
一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
分类:编程语言   时间:2014-09-29 20:48:51    阅读次数:410
spring-bean继承
一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
分类:编程语言   时间:2014-09-29 20:16:31    阅读次数:239
spring-注入map集合
一.创建项目项目名称:spring092901二.添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jar三.添加配置文件1.在项目中创建conf目录/conf2.在..
分类:编程语言   时间:2014-09-29 19:41:51    阅读次数:260
spring-注解实现入门
一.创建项目项目名称:spring092902二.添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加jar包commons-logging.jarjunit-4.4.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.ja..
分类:编程语言   时间:2014-09-29 19:25:51    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!