搜索资源列表
bmp2pgm
- 一个用c++编写的将bmp图片转换为pgm格式的程序,支持通过命令行处理单个文件,或将文件批量转换为pgm格式,生成的pgm文件为p5格式。bmp读取使用gdi+实现,vs2005项目。绝对原创作品。-A with c++ write bmp picture conversion program pgm format support single file through the command-line processing or batch convert files to pgm form
piliangzhuanhua2
- 批量彩色图像转化成灰度图像clear all 删除变量 close all 关闭窗口 clc 清除窗口 训练的图片数 M=4 与大多数图片的标准值和均值相近的数字 如下: c=0 um=40 均值 ustd=60 标准值 读取和显示图片的功能部分: S=[] S为图像矩阵. figure(1) 打开figue1 窗口1 for a=1:2 for b=1:2-Bulk color image into a gray image
Automatically-read
- 最近一直被不能批量读取存储图片而困扰,现把我的算法贴出来,大家可以举一反三,以后任何图像都能读取 -Not recently been troubled by batch reads the stored images are now posted up my algorithm, we can learn by analogy, any image can be read later
matlab
- 三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。 matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标 “三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模
detectFaceParts20160607
- 关于Matlab人脸检测的代码:批量读取图片,将灰度图变为三通道图,对图像进行人脸检测,输入图像灰度化,得到人脸区域框的中心点,以中心点为基准进行外扩(即对人脸选框进行调整)。(Face detection program, a very new good detection effect. You can download to try, but to choose the right test file.)
tracking_2
- 图像批量读取,二值化,去噪声,去背景,批量输出图片,追踪图像坐标和轨迹(remove the background of the picture)
matlab截取图像
- 批量读取截取图像,使用几张互联网上的身份证图片作为例子截取说明,自动分类保存(Batch reading the intercepted image)