-
VB 图像处理软件 (阈值分割+边缘检测)
VB图像处理源码,主要实现了两种方法的二值化(阈值分割)和4种方法的边缘检测。该源码可以用于工业工件检测和图像识别(包括验证码识别),可以读取JPG、TIFF、BMP、PNG、GIF等常见文件格式,采用了模拟指针,速度快、效率高。下面是该源码主要包含的算法:
二值化:以亮度为标准进行阈值分割;以平均灰度为标准进行阈值分割
边缘检测:Roberts(罗伯特)算子;Sobel(索贝尔)算子;Prewitt(普瑞维特)算子;Laplacian(拉普拉斯)算子。
- 2022-09-02 23:55:03下载
- 积分:1
-
远程桌面
要互相连接两个或更多台计算机。这一项目,它包括所有的源代码和可执行的 jar 文件的服务器基于客户端应用程序
- 2023-04-02 16:50:03下载
- 积分:1
-
bit array program written in C++
bit array program written in C++
- 2022-10-29 02:20:04下载
- 积分:1
-
程序主要实现了画图的基本程序!比较适合初学者!
程序主要实现了画图的基本程序!比较适合初学者!-Procedures for the main achievement of the basic procedures for the drawing! More suitable for beginners!
- 2022-02-25 14:01:01下载
- 积分:1
-
LAPACK的C++实现,提供了全面的BLAS接口。
LAPACK的C++实现,提供了全面的BLAS接口。-LAPACK the C++ Realize, provides a comprehensive BLAS interface.
- 2022-03-25 10:20:45下载
- 积分:1
-
跨平台udp网络rtt测量
windows和linux平台下的socket网路传输往返时延(rtt)的测量,使用sendto和recvfrom实现算法
- 2022-01-24 17:30:22下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
系统信息读取器.可以读取系统的一些基本信息,如计算机用户名、是否存在共享文档、IP地址...
系统信息读取器.可以读取系统的一些基本信息,如计算机用户名、是否存在共享文档、IP地址-Reader system information. Can read some basic information, such as a computer user name, whether there are shared files, IP addresses and so on
- 2022-03-07 02:28:28下载
- 积分:1
-
验证指针的本质是共四个字节这东西代表的东西…
验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针):
将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can be preserved through the four characters (except function pointers): will be integer, character, structure, size of the address of the data saved to the an array of characters, each addresses only 4 bytes. And then taking four each from the array, converted into a pointer, and then through the pointer to find the original save data.
- 2023-08-06 14:35:03下载
- 积分:1
-
this program is written in java from a small program used to record information...
本程序是由java写的一个小程序,用于记录好友各种信息,方便添加,查询,修改好友信息。是一个简单适用的小程序-this program is written in java from a small program used to record information friends, add convenience, inquiries, information amend friends. It is a simple application of small programs
- 2022-04-18 19:00:29下载
- 积分:1