搜索资源列表
OOWin32
- NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的O
WDT-CWT
- 说明:程序运行过程中要用到wedgelet工具包和wavelet802工具包; wdt-cwtdenoise :wedgelet去噪算法主函数; 以下函数和其它函数均为被调用函数; DT_CWTdenoise :复小波去噪函数; 其中:afb,afb2D,afb3D,AntonB,cplxdual2D,cshift2D,dualtree2D,dwt2D,idualtree2D pm,pm4,sfb2D,symextend,unnormcoef,reverseco
RGB
- 用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。
tuxiangchulijihe
- 全书程序用VC6.0编写,程序有的是一个主函数写成,有的主函数调用若干子程序,很容易在turebo C,Borland C++ 及Unix机上运行,包含图像处理的一般操作,适合广大图像处理学者编程使用
Tamura
- Tamura纹理特征的六个分量对应于心理学角度上纹理特征的六种属性,分别是粗糙度(coarseness)、对比度(contrast)、方向度(directionality)、 线像度(linelikeness)、规整度(regularity)和粗略度(roughness)。其中,前三个分量对于图像检索尤其重要。程序包包含了matlab计算Tamura纹理特征的子函数和主函数。-Tamura texture features corresponding to the six components
immoment
- 图像分割中求七个不变矩的函数程序,需要使用在你的主函数中。-Image segmentation in the seven invariant moments for the function of the procedure, you need to use the main function.
corner_dectector
- 用matlab写的一个角点检测的程序,主函数是fun.m-a corner dectector program using matlab
tuxiang
- 一个简单的显示位图的程序,包括读入,存放图片。可以修改下主函数中的代码,达到自己显示的目的。运行可以得到图像的高,宽以及像素。-A simple bitmap display procedures, including reading, storing pictures. You can modify the code under the main function, to achieve their display purposes. Images can be running high, w
imageSmoothAndInhance
- image_smooth.m : 图像平滑主函数,调用average_median average_median.m : 空域邻域平均法和中值滤波法对图像进行平滑处理 image_inhance.m : 图像增强主函数,调用inhance inhance.m : 图像增强处理 lenna.bmp woman_v7_5.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-image_smooth.m: image smo
ImageBinaryzation
- image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
ImageLabelAndArea
- 该文件夹中有二个M文件,说明如下: label_area.m : 目标区域面积测量主函数,其中调用otsu otsu.m : 类判别分类法(otsu全局二值化算法) 4A.bmp face.bmp gun.bmp : 原始灰度图片 AreaAnalysis.txt : 记录了实验过程中目标区域的总数和各自的面积 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-The folder has two M-file, as
ImageBoundaryExtraction
- 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
wode1
- 是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )-Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wro
xt
- 图像数字处理框架程序中的一个主函数-Digital image processing program in the framework of a main function hey hey hey
face-recognized
- 人脸识别的一个程序,包括PCA,2DPCA,及小波PCA,子函数可用,有说明,主函数需要下载人脸库-A program of face recognition, PCA, 2DPCA, and wavelet the PCA, Functions available descr iption of the main functions need to download face database
ht1621_lcd_code
- ht1621的驱动程序,可以根据不同的微处理器进行修改,主函数和调用函数不用变,已经经过验证,可以驱动段式LED-ht1621 drivers, can be modified depending on the microprocessor, main function and call the function without change, and has been proven can drive segment LED
facedect
- 图像处理中人脸检测代码,并有主函数调用程序,采用Haar特征检测人脸。-Image processing human face detection code, and the main function of the calling program, Haar feature detection face.
corner_dectector
- 用matlab写的一个角点检测的程序,主函数是fun.m-a corner dectector program using matlab
extractMainFrame
- matlab编写的视频关键帧提取程序,可自动从视频中提取帧,提取第几帧可在程序中自行设定,另附有批量处理视频的主函数。-matlab prepared video key frame extraction procedures can be automatically extracted from video frames to extract the first few frames can be set in the program, batch processing video attac
atexit100
- 该程序是用于说明当main主函数运行结束后,若需要运行其他函数时所采用的处理方式-The program is used to indicate when the main function to run after the end of the main, if the need to run the other functions used in the treatment of