-
直方图
直方图修正-彩色变换算法源代码-that histogram-color algorithm source code
- 2022-10-27 07:40:03下载
- 积分:1
-
在指纹识别的matlab源代码,希望对大家有用…
指纹识别的matlab源代码,希望对大家有用,欢迎下载。-Fingerprint recognition matlab source code, in the hope that useful to everybody, welcome to download.
- 2022-11-28 20:05:03下载
- 积分:1
-
三维立体图绘制 练习三维物体的设计 是个好例子
三维立体图绘制 练习三维物体的设计 是个好例子-three-dimensional mapping exercises 3D design is a good example
- 2022-02-06 00:36:04下载
- 积分:1
-
将小文件隐藏在BMP文件中
将小文件隐藏在BMP文件中-small BMP documents hidden in documents
- 2022-06-25 22:47:33下载
- 积分:1
-
vc interface to create a good thing! We would also like to improve good hungry!
vc制造界面的好东西!
我们还要好好的饿改进!-vc interface to create a good thing! We would also like to improve good hungry!
- 2022-10-21 21:05:04下载
- 积分: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
-
niblack阈值化方法
用VC++写的Niblack图像分割算法;已经在本机上调通。使用Visual Studio2008+windows7或者windowsXP环境运行
- 2022-03-21 11:19:49下载
- 积分:1
-
跟随鼠标的萤火虫 将以上代码加入HEML的<body></body>之间...
跟随鼠标的萤火虫 将以上代码加入HEML的之间-follow the mouse fireflies above code will join the HEML lt; Bodygt; Lt;/Bodygt; Between
- 2022-02-25 04:42:12下载
- 积分:1
-
非常详细的高精度碰撞检测代码,精确到三角形、边、点,优化过滑动时的碰撞检测,完全没有震动现象。代码中把三角形等元素具体成类参与计算的方法很有参考价值。
代码...
非常详细的高精度碰撞检测代码,精确到三角形、边、点,优化过滑动时的碰撞检测,完全没有震动现象。代码中把三角形等元素具体成类参与计算的方法很有参考价值。
代码内含3d向量计算函数,在ogengl、d3d下均可运行。-Very detailed high-precision collision detection code, accurate to the triangle, edge, point, when optimized sliding collision detection, there is no vibration phenomenon. Code elements such as the triangle into a specific type of calculation is very involved in reference value. Code containing the 3d vector calculation function, in ogengl, d3d may run under.
- 2022-02-21 00:31:06下载
- 积分:1
-
With this tool you can convert strings and files containing XML data to MATLAB s...
With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags.
With xmldata(...) is a "fast" lowlevel interface to read single tags. Compiled mex-files for Linux & Windows. c-source included.
Copyright (C) Peter Rydesä ter 2002, Mitthö gskolan, SWEDEN
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License.
- 2022-12-30 01:20:03下载
- 积分:1