之前毕业论文有用到几个人体检测的算法,参照论文进行了实现,有些是本来用在彩色图里的(ELDP,LDP),有些是用在深度图里的(HDD,ELDP,LTDP),分享在这里。 HumanDetectionUsingDepth This is an implementation of a series hu ...
分类:
其他好文 时间:
2016-11-29 07:28:41
阅读次数:
162
In this article you will find an implementation of a stream player control. Download WPF demo - 11 MB Download WinForms demo - 11 MB Download WPF sour ...
分类:
其他好文 时间:
2016-11-25 20:07:42
阅读次数:
207
简介RxJava 是什么?RxJava 在 GitHub 主页上的自我介绍是RxJava is a Java VM implementation of ReactiveX: a library for composing asynchronous and event-based programs b... ...
分类:
编程语言 时间:
2016-11-22 12:22:29
阅读次数:
340
KVC是Cocoa一个大招,非常牛逼。 利用KVC可以随意修改一个对象的属性或者成员变量(并且私有的也可以修改) 如:Person.m文件中: @implementation Person{ @private double _height;}- (void)printHeight{ NSLog(@" ...
分类:
其他好文 时间:
2016-11-21 18:31:01
阅读次数:
202
#import "UIImage+image.h"@implementation UIImage (image)+ (UIImage *)imageWithBorder:(CGFloat)borderW color:(UIColor *)color image:(NSString *)imageNa ...
分类:
其他好文 时间:
2016-11-21 16:39:34
阅读次数:
301
A.Anton and Danik Problems: 给你长度为N的,只含‘A’,'D'的序列,统计并输出何者出现的较多,相同为"Friendship" Analysis: lucky_ji: 水题,模拟统计A和D的数目比较大小输出结果即可 Tags: Implementation B.Anton ...
分类:
其他好文 时间:
2016-11-19 03:23:28
阅读次数:
262
/* * fs/eventpoll.c (Efficient event retrieval implementation) * Copyright (C) 2001,...,2009 Davide Libenzi * * This program is free software; you can... ...
分类:
系统相关 时间:
2016-11-17 13:25:27
阅读次数:
236
#import "WebViewController.h" @interface WebViewController ()<UIWebViewDelegate> @end @implementation WebViewController - (id)initWithNibName:(NSStrin ...
分类:
Web程序 时间:
2016-11-14 12:34:15
阅读次数:
177
#import "SLRefreshHeader.h"@implementation SLRefreshHeader- (instancetype)initWithFrame:(CGRect)frame{ if (self = [super initWithFrame:frame]) { // 自动 ...
分类:
其他好文 时间:
2016-11-12 11:19:50
阅读次数:
157
错误描述
今天使用第三方的so库时候,调用JNI方法时出现了错误。报错如下所示:
11-01 16:39:20.979 4669-4669/com.netease.xtc.cloudmusic E...
分类:
移动开发 时间:
2016-11-11 10:02:24
阅读次数:
3864