-
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序...
这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
- 2022-03-14 03:38:10下载
- 积分:1
-
实现缺角立方体旋转,VC,在WinXP下运行,也可以在…
实现缺角立方体的旋转,VC实现,在WINXP上运行,缺角正方体可以绕X,Y,Z和中心进行旋转,画面清晰-realize na corner cube rotation, VC, in WINXP run, and none could be around the corner cube X, Y, Z and the center rotation, clear picture
- 2022-03-12 12:03:43下载
- 积分:1
-
计算机图形学在VC++中的实现
在vs2010的MFC框架下,交互式的扫描转换圆弧和多边形,源码实现,可以运行,VC++源代码,可以通过代码了解扫描转换圆弧和扫描转化多边形的算法思想,还可以提高编程能力,以及阅读代码的能力
- 2022-02-02 04:34:36下载
- 积分:1
-
C++和Open GL图形Sierpinski垫片的使用,包括两
使用C和OPEN GL 绘制Sierpinski镂垫,包括二维和三维。-The use of C and OPEN GL drawing Sierpinski gasket, including the two-dimensional and three-dimensional.
- 2022-08-05 17:02:46下载
- 积分:1
-
可对彩色图像进行行列变化 小波一层 二层 三层变换 还可进行低通 高通 滤波处理 本人亲自试验过了...
可对彩色图像进行行列变化 小波一层 二层 三层变换 还可进行低通 高通 滤波处理 本人亲自试验过了-Color image can change the ranks of two-story three-layer wavelet transform can also be low-pass high-pass filter processing personally tested the
- 2022-09-27 11:45:02下载
- 积分:1
-
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码-how rapid access to the colors on the screen in red, green and blue values of the source code VC
- 2022-02-28 10:18:28下载
- 积分:1
-
正常开放
OPENGL的开源版本,支持OPENGL2.0-Open-source version of the OPENGL support OPENGL2.0
- 2023-04-01 22:35:03下载
- 积分:1
-
利用vc单文档绘制Bezier曲线,单文档学习有效…
利用vc单文档绘制的贝塞尔曲线,是学习单文档gdi绘图的有效参考,同时对贝塞尔曲线的形成原理做了介绍-Vc use a single document drawn Bezier curves, a single document to learn effective gdi drawing reference, at the same time the formation of the principle of Bezier curves introduced
- 2022-05-18 04:14:59下载
- 积分: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
-
Matlab编程实现FFT变换及频谱分析的程序代码
Matlab编程实现FFT变换及频谱分析的程序代码-Matlab Programming FFT transform and spectral analysis of the program code
- 2023-01-03 21:10:03下载
- 积分:1