-
用matlab进行谱分析的源码,适合初学者
用matlab进行谱分析的源码,适合初学者-Spectral analysis carried out by the matlab source code for beginners
- 2023-01-07 10:00:02下载
- 积分:1
-
图像识别第一步(共三步),本步骤是图像的预处理,包括边沿检测、图像伸缩
图像识别第一步(共三步),本步骤是图像的预处理,包括边沿检测、图像伸缩-Image recognition step (a total of three), this step is image preprocessing, including edge detection, image stretching
- 2022-07-11 10:45:49下载
- 积分:1
-
根据控点 绘制Bezier曲线 可控制控点改变形状
根据控点 绘制Bezier曲线 可控制控点改变形状-According to Bezier curve control points can control the mapping control points to change the shape of
- 2022-03-06 10:58:44下载
- 积分:1
-
compose filter for image in c
compose filter for image in c
- 2022-03-06 17:43:45下载
- 积分:1
-
用matlab实现的自适应中值滤波代码。
用matlab实现的自适应中值滤波代码。-Matlab implementation by the adaptive median filter code.
- 2022-05-17 00:01:44下载
- 积分: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
-
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,...
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian biological evolution, natural selection and genetic mechanism of the process of biological evolution computing model, is a simulation of natural evolutionary processes through the optimal solution search methods,
- 2022-01-25 23:32:15下载
- 积分:1
-
Shape of the源代码分裂
形状分割的源代码-shape of the source code division
- 2022-03-09 16:43:43下载
- 积分:1
-
When creating applications with a complex view layout, there are several feature...
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
- 2022-03-18 15:05:27下载
- 积分:1
-
A BMP truecolor to JPEG encoder
A BMP truecolor to JPEG encoder
- 2022-01-26 05:29:42下载
- 积分:1