-
基于霍夫变换的硬币检测
本程序主要是基于霍夫变换实现的硬币检测,以一定的数学方法快速的识别出图片中所有硬币,并进行分类计数,适合初学者进行学习图像处理时使用
- 2022-04-28 21:39:03下载
- 积分:1
-
EC1211Source
this is a project about animation. how do we form the shape to make it look like car, house abd so on. with the colours that wee like and the movement.
- 2009-05-29 21:31:36下载
- 积分:1
-
CoordProject
大地坐标,经纬度坐标转换
坐标投影系统(geodetic coordinates, longitude and latitude coordinates conversion coordinates projection system)
- 2007-01-04 09:31:15下载
- 积分:1
-
RMSD
这是计算生物大分子结构RMSD的程序,采用C实现,供大家分享(This is a program to calculate the structure of biological macromolecules RMSD, using C to achieve, for all to share)
- 2020-09-05 03:28:08下载
- 积分:1
-
C# 获取DataGridView鼠标单击单元格值
C# 单击 鼠标获取DataGridView单元格的值,这个例子需要连接SQL数据库,测试时候没连接成功,截图也不准确,请大家下载源码,自己配置环境调试吧,这是核心代码部分:
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{//获取DataGridView鼠标单击单元格值
var MyInfo = this.dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
MessageBox.Show("刚才的选择是:" + MyInfo, "信息提示", MessageBoxButtons.OK);
}
private void dataGridView1_MouseUp(object sender, MouseEventArgs e)
{//单击鼠标获取DataGridView单元格值
var MyHit = this.dataGridView1.HitTest(e.X, e.Y);
if (MyHit.RowIndex >= 0)
{
this.dataGridView1.Select();
var MyInfo = this.dataGridView1.Rows[MyHit.RowIndex].Cells[MyHit.ColumnIndex].Value.ToString();
MessageBox.Show("刚才的选择是:" + MyInfo, "信息提示", MessageBoxButtons.OK);
}
}
- 2022-07-18 18:54:50下载
- 积分:1
-
NT35510_AN for CPT 3p97_V01
NT35510_AN for CPT 3p97_V01
- 2021-01-22 19:38:45下载
- 积分:1
-
ifndef-_def-_endif
介绍几种宏定义和条件编译的功能和使用方法,是一份基础说明资料(Introduction of several macro definitions and conditional compilation features and usage, is a basic descriptive information)
- 2011-01-23 06:31:55下载
- 积分:1
-
VCMATLABEngine
VC++调用MATLAB Engine。本文档详细介绍了在VC++编程中如何调用MATLAB引擎。(VC++ calling MATLAB Engine. This document details the VC++ programmers how to call the MATLAB engine.)
- 2010-09-03 15:25:06下载
- 积分:1
-
背景减除法
在视频跟踪过程中,图像中的背景会对跟踪有较大影响,这时就需要对图像的背景进行滤除,该代码时opencv+vs2010上运行的,利用背景减除法将背景与运动的目标进行分离,然后对运动的目标进行跟踪,实验运行效果较好。
- 2023-01-18 02:30:04下载
- 积分:1
-
Test6-1
GT400运动控制卡控制程序,用于控制伺服电机(GT400 motion control card control procedures, used to control servo motor)
- 2020-12-25 16:29:05下载
- 积分:1