本文的代码基于OpenCV for Android 3.0矩阵的类型结构在opencv中,矩阵的类型结构被定义在opencv2/core/cvdef.h中,如下#define CV_CN_MAX 512
#define CV_CN_SHIFT 3
#define CV_DEPTH_MAX (1 << CV_CN_SHIFT)#define CV_8U 0
#define CV_8S...
分类:
移动开发 时间:
2015-11-02 15:48:13
阅读次数:
395
cvCreateImage(图片大小,像素位数,通道数)创建图片,根据输入的图片大小,各个通道像素点的位数,和通道数。像素点宏IPL_DEPTH_8UcvGetSize(图片)得到图片的大小信息cvSmooth(输入图片,输出图片,平滑方式,平滑宽,平滑高)输出经过平滑处理后的图片,平滑方式宏CV_...
分类:
其他好文 时间:
2015-10-28 21:17:49
阅读次数:
296
直接抄:https://apollomapping.com/2012/August/article15.htmlFor this month’s Geospatial Frequently Asked Question (G-FAQ), I pivot to a topic that deserve...
分类:
其他好文 时间:
2015-10-27 21:53:43
阅读次数:
276
前几天在墙外无法登陆cnblogs。。。导致很多blogs就没写了有几篇比较值得记下来的,但是我已经不记得了,应该和sao有关scalable ambient obscurance 我似乎回忆起一点来http://graphics.cs.williams.edu/papers/SAOHPG12/sa...
分类:
其他好文 时间:
2015-10-26 20:18:21
阅读次数:
148
3D饼图 {"chart":{"type":"pie","options3d":{"enabled":true,"alpha":50,"beta":0}}, "title":{"text":" "}, "tooltip":{"pointFormat":"<b>{point.percentage:.1f}%</b>"}, "plotOptions":{"pie":{"depth":45,"...
分类:
其他好文 时间:
2015-10-26 12:19:58
阅读次数:
269
package cn.edu.xidian.sselab;/*** Given a binary tree, find its maximum depth.* The maximum depth is the number of nodes along the longest path from t...
分类:
其他好文 时间:
2015-10-24 23:32:01
阅读次数:
262
自从开启了mac的TimeMachine之后,使用了一段时间的mac磁盘空间降低的非常多,于是使用du -d1(disk usage and depth is one)命令查看/文件夹空间的使用情况,发现有一个文件夹使用了20G,这个文件夹就是.MobileBackups,Linux/Unix下.开...
分类:
其他好文 时间:
2015-10-24 12:50:13
阅读次数:
557
import subprocessimport multiprocessingimport urllibimport sysimport osimport pymongoimport signalimport timeclient=pymongo.MongoClient("192.168.139.1...
分类:
其他好文 时间:
2015-10-23 18:34:04
阅读次数:
263
本文研究的总结,欢迎转载,但请注明出处:http://blog.csdn.net/pistolove/article/details/41964475Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The...
分类:
其他好文 时间:
2015-10-23 15:57:20
阅读次数:
172
题目描述:(链接)Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the fa...
分类:
其他好文 时间:
2015-10-21 12:03:10
阅读次数:
161