-
实现SOBEL算子,高斯拉普拉斯算子对图像的处理,检测图像边缘
实现SOBEL算子,高斯拉普拉斯算子对图像的处理,检测图像边缘-Realize Sobel operator, Laplacian of Gaussian image processing, image edge detection
- 2022-04-17 08:46:01下载
- 积分:1
-
五篇图像编码英文文章@FLY
五篇图像编码英文文章@FLY-five image coding article in English @ FLY
- 2022-01-26 02:06:04下载
- 积分:1
-
digital image processing procedures source delphi
数字图像处理delphi程序源码-digital image processing procedures source delphi
- 2022-02-25 21:45:22下载
- 积分:1
-
用c语言实现51单片机LCD图形显示
用c语言实现51单片机LCD图形显示-C51 LCD C
- 2022-03-05 01:12:32下载
- 积分:1
-
用VB实现对AUTOCAD的DXF文件的读取,程序较简单,可作为参考!
用VB实现对AUTOCAD的DXF文件的读取,程序较简单,可作为参考!-use VB to the AutoCAD DXF files read, procedure is relatively simple, can be used as reference!
- 2022-02-05 21:37:03下载
- 积分:1
-
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB...
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology.
1. Geometry Transform(Flip, Rotate, Scale)
2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray)
3. Convolve (Sharpness, Smooth , Edge enhancement, Mean)
4.Frequence Transform (FFT, wavelet reconstruct)
- 2022-09-17 21:10:02下载
- 积分:1
-
AUTOCAD的模板 AUTOCAD在ARX下的开发,需要ARX开发环境
AUTOCAD的模板 AUTOCAD在ARX下的开发,需要ARX开发环境-AutoCAD template AUTOCAD ARX in the development, the need ARX
- 2022-12-06 13:40:03下载
- 积分:1
-
This zip file contains source code and windows executables for carrying out face...
This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (, )
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
- 2022-07-12 10:23:46下载
- 积分:1
-
能实现实时图象旋转
能实现实时图象旋转-achieve real-time image rotation
- 2022-06-02 05:29:22下载
- 积分:1
-
images from the algorithm, concise
图象取对数算法,简洁-images from the algorithm, concise
- 2023-05-26 08:05:03下载
- 积分:1