搜索资源列表
mulscal_edge
- 我编写的一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像; -I prepared a multiscale edge detection example, the method is : 1, the first three images scale wavelet transform; 2, wavelet coefficients fo
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
a
- 对图像的边缘特征进行提取,有很强的实用性,不错-The edge of the image features extraction, the practicality of a strong, well
laplace
- 基于win32控制台程序,能对视频文件以及摄像头的图像进行经典的Laplace边缘检测-Based on win32 console programs, capable of video files, as well as camera images the classic Laplace edge detection
CCD
- 本设计主要用来进行图像采集处理,通过摄像头采集图像信息,经过插值算法后存储到外部SDRAM,然后读取图像数据,进行边缘滤波处理后经VGA输出到屏幕上。-This design is mainly used for image acquisition and processing,through the camera capture image information,after interpolation to the external memory after the SDRAM,and th
HSW
- 布氏硬度机将一定直径的硬质合金压头施加试验力在试样上压出压痕后,由摄像头捕捉压痕,通过图像采集卡读取到计算机中,用图象处理软件对压痕进行处理,获得压痕边缘轮廓的拟合曲线,然后根据拟合曲线内的图像像素数,计算出压痕面积。根据布氏硬度试验原理,编写计算程序,根据压痕面积计算出材料的布氏硬度。并将结果显示在显示屏上。-Brinell hardness machine will be the diameter of the carbide pressure head test force applied
tempreture0.3-OK
- 一个非常好用的VC++视频接口程序,直接运行可用,需要安装directx。功能包括usb读入视频(可用普通USB摄像头实验)。本程序原本设计配合高德红外摄像头检测温度使用,还有串口控制功能,一些基本的图像处理功能,如RGB-灰度转换,边缘检测等。也可以略加修改完成自己需要的功能。-a very good VC++ video interface program,you can use a USB camera for test, please install directX first!