码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
局部增强
#include<iostream>#include<cv.hpp>#include<highgui.hpp>using namespace std;using namespace cv;int pos_archor_width = 1;int pos_archor_heigh = 1;int ma ...
分类:其他好文   时间:2016-04-13 18:37:49    阅读次数:129
Google Calendar(日历)设置农历生日提醒
Generate birthday dates base on lunar birthdays for google calendar import Can be used for notifying birthdays using google calendar根据农历生日生成可用于谷歌日历导入的 ...
分类:其他好文   时间:2016-04-13 18:16:56    阅读次数:183
cv1.5
使用均值漂移算法查找物体 #include using namespace cv; using namespace std; #include "Histogram1D.h" #include #include #include "ContentFinder.h" #include "colorhistogram.h" int main() { //读取參考图像 c...
分类:其他好文   时间:2016-04-13 13:24:12    阅读次数:243
cv1.2
图像去噪声 添加高斯噪声 // cv2.cpp : Defines the entry point for the console application. // #include #include using namespace cv; using namespace std; #define TWO_P...
分类:其他好文   时间:2016-04-13 13:21:54    阅读次数:323
C# 访问USB(HID)设备
原文:C# 访问USB(HID)设备二话不说,直接给代码,如果您真想做这方面的东西,还是稍微研究下,没有现成的好类用,就需要自己了解其原理 //引用空间 using System; using System.Collections.Generic; using System.ComponentMod... ...
分类:Windows程序   时间:2016-04-13 13:13:59    阅读次数:316
WPF 实现指定UI控件截图
using System.Windows.Media.Imaging; using System.IO; private void SaveToImage(FrameworkElement ui, string fileName, int width, int height) { try { S..... ...
分类:Windows程序   时间:2016-04-13 12:54:59    阅读次数:676
组合数
1 #include <cstdio> 2 #include <iostream> 3 #include <algorithm> 4 #include <cmath> 5 #include <cstring> 6 using namespace std; 7 8 int s[11],n,r,vis[ ...
分类:其他好文   时间:2016-04-13 10:58:22    阅读次数:124
Overview of the Oppia codebase(Oppia代码库总览)
Oppia is built with Google App Engine. Its backend is written in Python, and its frontend is written using AngularJS. Oppia是基于Google App Engine开发建设的。它 ...
分类:其他好文   时间:2016-04-13 02:13:42    阅读次数:241
C# 字节流通过Base64编码转换成图片代码
C# 字节流通过Base64编码转换成图片代码 // 需载入以下的命名空间 // using System.IO; // using System.Drawing; // using System.Runtime.Serialization.Formatters.Binary; protected ...
分类:Windows程序   时间:2016-04-13 01:57:53    阅读次数:221
java OPENCV 连通域, Imgproc.findContours 例子,参数说明
http://stackoverflow.com/questions/29491669/real-time-paper-sheet-detection-using-opencv-in-android/29492699#29492699 image:输入的 8-比特、单通道图像. 非零元素被当成 1, ...
分类:编程语言   时间:2016-04-13 00:14:12    阅读次数:601
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!