-
图象几何变换算法源代码
图象几何变换算法源代码-Image geometric transform algorithm source code
- 2022-09-10 13:55:02下载
- 积分:1
-
本代码通过各种图象处理与分析技术可以检测固定背景下的多个运动目标,并且用不同的线框标定出来...
本代码通过各种图象处理与分析技术可以检测固定背景下的多个运动目标,并且用不同的线框标定出来-The code through a variety of image processing and analysis techniques can detect fixed in the context of multiple moving targets, and use different calibration frame out
- 2022-03-06 18:40:44下载
- 积分:1
-
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。...
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。
-The code vector graphics functions: linear, circular, various types of curves were readily available, and to carry out painting brush stroke style and color settings, and save the file function.
- 2022-02-22 06:17:28下载
- 积分:1
-
用MATLAB实现如何用判别分析法确定最佳阈值
用MATLAB实现如何用判别分析法确定最佳阈值-MATLAB how discriminant analysis method to determine the optimal threshold value
- 2023-02-03 11:35:04下载
- 积分:1
-
一个把系统颜色转换成实际颜色的c++代码
一个把系统颜色转换成实际颜色的c++代码-a color conversion into actual color code c
- 2022-04-01 20:03:14下载
- 积分:1
-
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。...
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。-It is mainly the function of the completion of painting a straight line, curve, round, oval, rectangular, polygonal support clipboard operations to support the revocation, repeat preservation into a bitmap file to open bitmap file.
- 2022-06-21 17:46:57下载
- 积分:1
-
医学图像参数空间的均值的计算,对于图像分割有用
医学图像参数空间的均值的计算,对于图像分割有用-The calculation of average in parameter space and it is useful for medical segmentation
- 2022-01-26 00:26:06下载
- 积分: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
-
搅拌机
blender-2.37a-linux-glibc2.2.5-i386
可用于3D图形的显示和处理软件源码文件-blender-2.37a-linux-glibc2.2.5-i386 can be used for 3D graphics display and processing software source documents
- 2022-08-20 17:59:32下载
- 积分:1
-
的视觉分析系统的运动遵守以下的一般过程…
人运动的视觉分析系统一般遵从下述的处理过程:1)运动检测;2)运动目标分类;3)人的跟踪;4)行为理解与描述。这几篇文章将重点从此四个方面回顾人运动分析的目前发展水平和常用的处理方法,并对研究难点及未来的发展趋势作了较为详细的分析。-Movement of the visual analysis system to comply with the following general process: 1) Motion Detection 2) moving target classification 3) human tracking 4) acts of understanding and description. This articles will focus on four areas from the movement to recall the analysis of the current level of development and commonly used treatment methods, and research challenges and future development trend of a more detailed analysis.
- 2022-12-01 02:20:03下载
- 积分:1