-
used Photoshop to the teeth whitening
用Photoshop给牙齿美白-used Photoshop to the teeth whitening
- 2022-05-28 16:12:13下载
- 积分:1
-
c achieved with a simple volume rendering algorithm.
用c实现的一个简单的volume rendering algorithm.-c achieved with a simple volume rendering algorithm.
- 2022-01-22 14:22:13下载
- 积分:1
-
图象几何变换的源码
图象几何变换的源码-Transform Image geometry source
- 2022-05-17 02:07:00下载
- 积分:1
-
jpg coding, C realization of the VC under development and tested. We hope to use...
jpg 编码,用C++实现,在VC下开发,经过测试。希望对大家有用-jpg coding, C realization of the VC under development and tested. We hope to useful
- 2022-02-22 12:22:06下载
- 积分:1
-
数字图象处理c++算法程序
数字图象处理c++算法程序-c digital image processing algorithm
- 2023-01-06 08:00:04下载
- 积分:1
-
这也是老师留的作业,一个间的画笔画刷操作程序,
这也是老师留的作业,一个间的画笔画刷操作程序,-This is the teacher to stay the operation of a painting brush strokes operating procedures,
- 2022-01-23 11:27:12下载
- 积分:1
-
HTML5源码
D3 是最流行的可视化库之一,它被很多其他的表格插件所使用。它允许绑定任意数据到DOM,然后将数据驱动转换应用到Document中。你可以使用它用一个数组创建基本的HMTL表格,或是利用它的流体过度和交互,用相似的数据创建惊人的SVG条形图。D3-js
- 2022-10-14 21:15:07下载
- 积分:1
-
画三角形 画三角形 画三角形
画三角形 画三角形 画三角形 -Triangle triangle draw draw draw draw triangle triangle triangle draw draw triangle
- 2023-04-21 16:45:02下载
- 积分:1
-
非常好的图形学程序 初学者都需要学的东西,是个好东西。
非常好的图形学程序 初学者都需要学的东西,是个好东西。-very good graphics procedures beginners need to learn things, is a good thing.
- 2023-07-20 11:05: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