-
对偶四元数应用于空间坐标变换,和对偶四元数和齐次矩阵的转换...
对偶四元数应用于空间坐标变换,和对偶四元数和齐次矩阵的转换-Dual quaternion coordinate transformation applied to space, and dual quaternion and homogeneous matrix conversion
- 2023-08-18 09:15:03下载
- 积分:1
-
这个里面的是一些技术文章,对了解图形学的一些新的技术比较适用,通过适用这些新的技术,可以得到一些比较新的效果...
这个里面的是一些技术文章,对了解图形学的一些新的技术比较适用,通过适用这些新的技术,可以得到一些比较新的效果-The inside is a number of technical articles, the understanding of some graphics comparing the application of new technologies, through the application of these new technologies, you can get some relatively new effects
- 2022-11-15 03:35:04下载
- 积分:1
-
一个颜色拾取器的源程序
一个颜色拾取器的源程序-pick up a color of the source
- 2022-02-02 22:59:33下载
- 积分:1
-
png图像格式转bmp的源代码
png图像格式转bmp的源代码-png image bmp format to the source code
- 2022-02-21 21:02:42下载
- 积分:1
-
图像转换处理的常见方法(灰度,二值,去噪,马赛)
图像转换处理的常见方法(灰度,二值,去噪,马赛)-Conversion of the common image processing methods (gray, two-valued, denoising, Marseille)
- 2023-03-21 05:00:03下载
- 积分:1
-
一个用d3d做的3维动态字的源代码,可以参考下做法
一个用d3d做的3维动态字的源代码,可以参考下做法-Using D3D to do a 3-dimensional dynamic character of the source code, can refer to practices under
- 2022-08-24 17:31:05下载
- 积分:1
-
实数域内的图象扩散滤波程序,用MATLAB语言编写
实数域内的图象扩散滤波程序,用MATLAB语言编写-real image of the region proliferation filtering procedures, using MATLAB language
- 2022-05-14 13:29:06下载
- 积分:1
-
based on neural network in a short interactive learning algorithm for image retr...
基于神经网络短期交互式学习的图像检索程序
算法是源于一篇博士论文,也借用了别人的程序框架,在此表示感谢!-based on neural network in a short interactive learning algorithm for image retrieval procedure is derived from a doctoral dissertation, also borrowing other people"s procedural framework, expressed thanks!
- 2022-03-17 02:56:36下载
- 积分:1
-
图像识别的matlab程序,其中包含EP,EM
图像识别的matlab程序,其中包含EP,EM-EP算法等。很有参考价值。-Matlab image recognition process, which includes EP, EM-EP algorithm. Useful reference value.
- 2022-02-22 08:57: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