官方源码:http://code.google.com/p/libyuv/简介: YUV层的缩放,色彩空间转换(nv21/nv12 to i420,i420 to rgb565/rgb888),针对ARMv7使用NEON指令集优化. 实际项目使用中测试,缩放/转换性能秒杀ffmpeg的libswsc ...
分类:
其他好文 时间:
2016-07-07 19:41:36
阅读次数:
1037
详见:https://github.com/opencv/opencv/issues/4961 http://code.opencv.org/issues/4262 在Mat类型在OpenCV-java的使用方式和在C++中的使用方式不同,在C++中Mat是系统自动管理内存垃圾回收,而在Java中需 ...
分类:
数据库 时间:
2016-07-07 19:29:55
阅读次数:
358
async 定义的方法会开启新线程执行, 不会阻塞主线程. await 生命的方法, 会将在其之后的code 打包成委托, 在完成后执行打包的代码. public A() { B(); C(); } public async void B() { var result = await D(); E( ...
分类:
其他好文 时间:
2016-07-07 19:23:40
阅读次数:
129
1、拷贝到libs下 2、Add as library 3、增加这句话 compile 'com.google.code.gson:gson:2.6.2' ...
分类:
移动开发 时间:
2016-07-07 19:12:14
阅读次数:
260
Declare l_Hold_Count Number; l_Funds_Code Varchar2(30); l_Approve_Status Varchar2(120);Begin Ap_Approval_Pkg.Approve(p_Run_Option => Null, p_Invoice_B ...
分类:
其他好文 时间:
2016-07-07 19:00:00
阅读次数:
839
使用了开源的特征库(需要存放到手机sd卡根目录下);在摄像机预览状态下获取扫描手机号框框区域内的图片bitmap对象,交给开源代码识别数字,识别出来的数字进入手机号的正则表达式匹配 在识别手机号的过程中,为了增加识别率:可以参照的文章有:http://www.oschina.net/code/sni ...
分类:
移动开发 时间:
2016-07-07 13:02:38
阅读次数:
221
Code-based Configuration: Entity Framework 6 has introduced code based configuration. Now, you can configure Entity Framework related settings using t ...
分类:
其他好文 时间:
2016-07-07 13:01:55
阅读次数:
174
Code First - Insert, Update, Delete Stored Procedure Mapping: Entity Framework 6 Code-First provides the ability to create and use a stored procedure ...
分类:
移动开发 时间:
2016-07-07 13:01:03
阅读次数:
282
服务层的设计 服务层代码 首先我先放出2个主要类的代码再分别讲解 接口 + View Code + View Code + View Code + View Code 实现 + View Code + View Code + View Code + View Code 查询实体 上一节提到Speci ...
分类:
其他好文 时间:
2016-07-07 12:59:42
阅读次数:
199
Custom Code-First Conventions: Code-First has a set of default behaviors for the models that are referred to as conventions. EF 6 provides the ability ...
分类:
其他好文 时间:
2016-07-07 12:53:54
阅读次数:
134