wewilluseELRepotoinstallkernel1.rpm--importhttps://www.elrepo.org/RPM-GPG-KEY-elrepo.org2.rpm-Uvhhttp://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm3.yum--enablerepo=elrepo-kernel-yinstallkernel-lt
4.vi/etc/grub.conf5.reboot
分类:
其他好文 时间:
2014-08-13 15:15:57
阅读次数:
219
一、环境概述nagios服务端:192.168.203.10nagios客户端(redis):192.168.203.20redis版本:Redis 2.8 release二、下载并安装redis监控插件https://github.com/willixix/WL-NagiosPlugins将per...
分类:
移动开发 时间:
2014-08-13 14:49:46
阅读次数:
326
此次只做简单说明,不做代码演示!1>readwrite:同时生成get方法和set方法的声明和实现2>readonly:只生成get方法的声明和实现3>assign:set方法的实现是直接赋值,用于基本数据类型4>retain:set方法的实现是release旧值,retain新值,用于OC对象类型...
分类:
其他好文 时间:
2014-08-13 14:47:56
阅读次数:
198
概述: 操作系统版本:CentOS release 6.3 (Final) 64位 nagios版本:Nagios Core 4.0.6 pnp4nagios版本:pnp4nagios-0.6.22 mk-livestatus版本:mk-livestatus-1.2.5i5p2 check...
分类:
移动开发 时间:
2014-08-13 12:35:46
阅读次数:
1808
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state informa...
分类:
移动开发 时间:
2014-08-13 01:19:44
阅读次数:
179
当我们想要将一个Mat对象的数据复制给另一个Mat对象时,应该怎么做呢?
我们发现,OpenCV提供了重载运算符Mat::operator = ,那么,是否按照下列语句就可以轻松完成对象的赋值呢?
Mat a;
Mat b = a;答案是否定的!
我们可以从reference manual 中看到:
Mat::operator =
Provides matrix assignment o...
分类:
编程语言 时间:
2014-08-12 22:15:14
阅读次数:
349
opencv对图像进行边缘及角点检测
先看结果:
代码:
// ConsoleApplication1_812.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "opencv2/opencv.hpp"
class Imagedetector{
...
分类:
其他好文 时间:
2014-08-12 22:05:44
阅读次数:
298
1.设置 AndroidManifest.xml libs/jpush-sdk-release 1.x.y.jar libs/armeabi/libsys 1.x.y.so 2.基础API init 初始化SDK setDebugMode 设置调试模式 3.MyReceiver /**?*?自定义接收器?*??*?如果不定义这个...
分类:
其他好文 时间:
2014-08-12 19:13:24
阅读次数:
261
光流(optical flow)和openCV中实现光流的概念: 是Gibson在1950年首先提出来的。它是空间运动物体在观察成像平面上的像素运动的瞬时速度,是利用图像序列中像素在时间域上的变化以及相邻帧之间的相关性来找到上一帧跟当前帧之间存在的对应关系,从而计算出相邻帧之间物体的运动信息的一种方...
分类:
其他好文 时间:
2014-08-12 18:35:14
阅读次数:
261
Mean shitf的故事说来挺励的,早在1975年就诞生了,接着就是漫长的黑暗岁月,黑暗到几乎淡出了人们的视野,不过,命运总是善良的,95年又重新焕发生机,各种应用喷薄而出,包括目标跟踪,边缘检测,非极大值抑制等。这次就只介绍在图像分割中的应用吧,其它的我也没看。Mean shitf过程也充满正能量,描绘的是如何通过自己的努力,一步一步爬上顶峰的故事。...
分类:
其他好文 时间:
2014-08-12 17:30:34
阅读次数:
394