-
Visual C++数字图像处理典型算法及实现
Visual C++数字图像处理算法及典型光盘资源的实现
- 2023-07-04 17:05:05下载
- 积分:1
-
用以数字(图象)识别的源代码。内附可执行文件。包括了训练、识别2个过程...
用以数字(图象)识别的源代码。内附可执行文件。包括了训练、识别2个过程-figures for the (images) identification of the source code. Containing executable files. Includes training, two identification process
- 2022-03-17 17:52:40下载
- 积分:1
-
用于图像的主成分变换,完成数据压缩的目的和数据信息的提取...
用于图像的主成分变换,完成数据压缩的目的和数据信息的提取-transformation of features
- 2022-07-04 06:13:05下载
- 积分:1
-
一个视频运动目标检测的代码,算法采用VC编写,很不错的
一个视频运动目标检测的代码,算法采用VC编写,很不错的-A video moving target detection code algorithm uses VC to prepare, very good
- 2022-03-02 03:44:19下载
- 积分:1
-
The Hammersley and Halton point sets, two well known low discrepancy sequences,...
The Hammersley and Halton point sets, two well known low discrepancy sequences, have been used for quasi-Monte Carlo integration in previous research. A deterministic formula generates a uniformly distributed and stochastic-looking sampling pattern, at low computational cost. The Halton point set is also useful for incremental sampling. In this paper, we discuss detailed implementation issues and our experience of choosing suitable bases of the point sets, not just on the 2D plane, but also on a spherical surface. The sampling scheme is also applied to ray tracing, with a significant improvement in error.
- 2022-03-21 20:01:32下载
- 积分:1
-
几何变换,能实现二维图像的平移,旋转和放缩功能。
几何变换,能实现二维图像的平移,旋转和放缩功能。-geometric transformation, 2D images to achieve the translation, rotation and scaling functions.
- 2023-07-11 23:15:03下载
- 积分:1
-
一个将RGB转化成YUV数据的算法,非常实用。
一个将RGB转化成YUV数据的算法,非常实用。-an RGB to YUV data into the algorithm, is very practical.
- 2022-05-31 14:30:05下载
- 积分:1
-
This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimiza...
这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimization method to write the thesis of BP neural network source code, use the batch method of training, the volume driven, adaptive learning rate adjustment, not only learning accuracy requirements specified the model training, and training gradually increased accuracy, this method has greatly accelerated the pace of training; In addition, the 0 mode and a model number vary greatly (5-6 times) to achieve high accuracy of the study.
- 2022-03-19 23:21:05下载
- 积分: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
-
这个程序演示了通过矩形裁剪函数制造百叶窗效果显示位图
这个程序演示了通过矩形裁剪函数制造百叶窗效果显示位图-demonstration of the process of cutting through the rectangular function manufacture blinds effect Bitmap
- 2022-03-05 02:30:10下载
- 积分:1