-
socket description using socket in socket
socket description using socket in socket
- 2022-03-14 20:29:15下载
- 积分:1
-
最常见的数字图像的中值滤波程序,c语言编的,可以用
最常见的数字图像的中值滤波程序,c语言编的,可以用
- 2023-08-07 08:10:03下载
- 积分:1
-
particularly applicable to beginners of Java source code, is a standard algorith...
特别适用于JAVA初学者的源代码,都是标准算法-particularly applicable to beginners of Java source code, is a standard algorithm
- 2022-04-09 12:58:25下载
- 积分:1
-
一些3D图形的绘制例子.
一些3D图形的绘制例子.-some 3D graphics rendering example.
- 2023-06-01 13:30:03下载
- 积分:1
-
用matlab实现的自适应中值滤波代码。
用matlab实现的自适应中值滤波代码。-Matlab implementation by the adaptive median filter code.
- 2022-05-17 00:01:44下载
- 积分:1
-
Graphs
一个三维函数曲面的生成展示器。其公式编译器算法精妙速度极快。含全部Delphi+OpenGL源代码。-Graphs- Graphical Expression Viewer
- 2022-09-05 18:40:03下载
- 积分:1
-
大田害虫检测系统的源代码,涉及保密,不
大田害虫检测系统的部分源代码,牵涉到保密因素,不敢全部传完-Daejeon pest detection system source code, involving confidentiality, not all-End
- 2022-06-20 09:25:14下载
- 积分:1
-
MasterCAM的几个基本图形.立体图.是选修课时的作业.希望对大家有用!...
MasterCAM的几个基本图形.立体图.是选修课时的作业.希望对大家有用!-MasterCAM a few basic graphics. Three-dimensional map. Optional in the operation. We hope to have use!
- 2022-06-03 12:30:16下载
- 积分:1
-
Mathematical image of the entry
图像数理的入门级别源代码 对新手有用 高手就不用看了O(∩_∩)O哈哈~-Mathematical image of the entry-level source code useful for the novice
- 2022-10-01 14:40: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