资源列表
detectCars
- 一般用于车辆的检测,可以检测到图片的车辆信息(Generally used for vehicle detection, you can detect the picture of the vehicle information)
ostu
- otsu (大津算法)又名最大类间差方法,通过统计整个图像的直方图特性来实现全局阈值T的自动选取,此为可以成功运行与matlab上的代吗。(Otsu algorithm, also known as the largest inter class difference method, by statistical the histogram of the entire image characteristics to achieve the global threshold T automati
阈值分析
- 对图像进行灰度分析,阈值分析,进行归一化处理(This procedure is mainly for gray image analysis, threshold analysis, and the image normalization processing)
DiamondSquare
- 运用Diamond Square 算法生成分形表面(This scr ipt is used to create fractal surface using Diamond Square algorithm.)
用VRML语言创建一台虚拟电视
- 用VRML编辑一个虚拟的电视机,可以进行人机交互(Edit a virtual TV set with VRML to perform human-computer interaction)
CurveLab-2.1.3.tar
- 包含二维曲波变换、反变换;三维曲波变换;二维曲波变换(Including two-dimensional Qu Bo transform, inverse transform, 3D Qu Bo transform, and two-dimensional Qu Bo transform)
WebCam1
- 通过摄像头捕获当前画面并拍照,附带进度条显示(Capture the current picture and take pictures through the camera)
OpenGL入门教程(精)
- Open GL的快速入门教程,是OpenGL教程的精简版,适合新手快速学习(赶课程作业)等。(QuickStart Guide and Tutorials of OpenGL)
鲁棒性数字水印的设计与仿真
- 在彩色图像中嵌入二值灰度水印。有两种算法,第一种嵌入在yuv模型的y层整体系数上,第二种嵌入在rgb模型r层直流系数上。本科毕设题目,希望可以帮到你。(Two valued gray watermark is embedded in color image. There are two algorithms. The first one is embedded in the overall coefficients of the Y layer in the YUV model, and the
caiqie
- IDL矢量裁切栅格,批量处理,优化版基本不会出现错误(vector cutting grids, batch processing, optimized version of basic won't appear mistake)
halcon
- Delphi 联合图像处理软件halcon 实现图像的获取 处理 保存(Delphi joint image processing software Halcon, to achieve image acquisition, processing, preservation)
第1章
- 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用RGB彩色空间。(There are many color s