-
HarrisCornerDetection
根据论文Harris C. A combined corner and edge detector[J]. Proc Alvey Vision Conf, 1988, 1988(3):147-151实现Harris角点检测(Harris corner detection)
- 2018-05-16 18:41:34下载
- 积分:1
-
DEMO8901_c
LTM8091温湿度传感器测试程序,LTM - 8901使用数字化技术, 使得系统精度不受传输影响, 且无需A /D 等繁琐电路, 数据由传感器出来直接进入单片机, 系统可能发生故障的环节少, 便于维护。(LTM8091 temperature and humidity sensor test program)
- 2011-08-15 21:35:11下载
- 积分:1
-
C# 打印XPS文档 XPS文件打印
C# 打印选择的XPS文档,打印XPS文件,相关代码如下:
private void button1_Click(object sender, RoutedEventArgs e)
{//打印选择的XPS文档
var MyDlg = new Microsoft.Win32.OpenFileDialog();
MyDlg.InitialDirectory = System.IO.Directory.GetCurrentDirectory();
MyDlg.Filter = "XPS文件(*.xps)|*.xps|所有文件(*.*)|*.*";
if (MyDlg.ShowDialog() == true)
{
string MyFileName = MyDlg.FileName;
var pDialog = new PrintDialog();
pDialog.PageRangeSelection = PageRangeSelection.AllPages;
pDialog.UserPageRangeEnabled = true;
if (pDialog.ShowDialog() == true)
{
var MyDocument = new System.Windows.Xps.Packaging.XpsDocument(MyFileName, System.IO.FileAccess.ReadWrite);
FixedDocumentSequence MyFixedDocumentSequence = MyDocument.GetFixedDocumentSequence();
pDialog.PrintDocument(MyFixedDocumentSequence.DocumentPaginator, "我的XPS打印文档");
}
}
}
- 2022-03-23 09:37:24下载
- 积分:1
-
histogrameq
VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference
)
- 2012-03-15 10:09:25下载
- 积分:1
-
深度搜索遍历确定两点间的K最短路
应用深度搜索算法确定两点间的前K最短路给最短路权设置阈值,来确定是否进入最终K最短路径集合中以简单网络进行测试
- 2022-08-16 17:16:38下载
- 积分:1
-
数字图书馆的翻译在CSharp [ CLR实现使用三角函数]
dlib translations in Csharp [CLR implementation] using delta functions-dlib translations in Csharp [CLR implementation] using delta functions...........
- 2022-07-04 11:58:03下载
- 积分:1
-
Camera_CPP
这个源码是我从淘宝购买了ht5000设备后调试成功的,有了此源码再配合wince下的设备可以轻松实现摄像头的图像采集功能(This source is I buy from Taobao ht5000 device debugging success, with this source together with wince under the device can be easily achieved on the camera image capture function)
- 2013-09-11 22:21:50下载
- 积分:1
-
CChart 图表插件
一款功能强大高效率的绘制各种2D 3D的图表的插件
- 2022-03-06 22:00:51下载
- 积分:1
-
MAPML_Segmentation_Program
Image Segmentation by MAP-ML Estimations
- 2009-08-22 07:25:17下载
- 积分:1
-
如何生成DLL
学习如何生成dll,采用VS2017开发,可以直接打开测试(Learning to Generate DLL)
- 2020-06-23 02:00:02下载
- 积分:1