搜索资源列表
2002011827
- 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogr
HistDemoA_Sobel
- 图象分割类的 sobel算法 可以分割彩色图象 (转换成灰度的)-kind of image segmentation algorithm can be divided pixel color images (conversion to gray)
ImageProcessingClass
- 图像文件的打开、显示、保存、切割、旋转、灰度图-rgb、rgb-hsv、rgb各分量的提取等功能类-open the image files, display, preservation, cutting, rotating, grayscale - rgb, rgb - hsv. rgb components in the extract function category
catchscreen
- 把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样-entire desktop screenshots, preserved and then set up full-screen dialog top window, then the preservation of the bitmap, in which the entire OnEraseBkgnd Bi
图象处理1
- 偶然找到一个VC源码,用它里面的类可以产生类似于JAVA应用中的水纹、火焰以及熔浆效果。本人感觉这个代码非常棒(很COOL),不敢独享,特拿出来和大家(同道中人)一起分享!-occasionally find a VC source, using it inside the class can have a Java application similar to the watermarked, flame and melts effect. I feel pretty good this co
matlab.rar
- 模糊聚类的图像分割,用matlab语言编写实现模糊聚类的图象分割。,Fuzzy clustering image segmentation, matlab language used to achieve fuzzy clustering image segmentation.
lankton_stereo.rar
- 较全的mean shift算法合集,有基于mean shift算法的图像平滑处理,图像分割,图像聚类,Than the entire collection of the mean shift algorithm, the mean shift algorithm based on image smoothing, image segmentation, image clustering
BmpToAvi.rar
- 将几张bmp图片编码为avi视频文件,生成avi的类代码在writeavi.cpp文件中,Bmp picture to a few avi video files encoded to generate the class code avi files writeavi.cpp
LandLord
- 该程序使自己写的斗地主程序,添加了背景音乐以及开始发牌动画还有使用了双缓存避免界面闪烁,用了自己写的位图按钮类,界面美观-The program makes its own written procedures for Doudi Zhu, add background music, and began licensing the use of animation there is a double-buffering to avoid flickering interface, with it
ShowImage
- 基于OPENCV的显示图片类,能显示彩色图/二值图/灰度图/char*图/int*图/bool* 图-display image class, can display color image/binary image/gray image/char* image/int* image/bool* image etc
ostu
- 用最大类间方差对图象的分割,是很好的图象分割程序-Using the biggest equotion to cut the image is good scheme.
ClusterAnalysis
- 现在我们给定两幅ALV路标的捕捉图像,我们实际工作中首先要捕获路标(这里我们假定环境中已经有路标),而此时的景象是难以预知的:我们不知道路标在什么位置、是什么路标、除了路标还有那些图像模式? 基本要求:使用本章学习的K-平均算法,以颜色分量(或几何性状)作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别。试验报告同前面一样,要求给出样本模式点,绘制坐标图(标出各个聚类中心的迭代移动轨迹) ,绘制算法框图,给出结论。并检查上机结果。 -e
TuXiangShu
- 本书主要论述了智能图像处理技术,系统介绍了智能图像处理技术的有代表性的思想、算法与应用,跟踪了图像处理技术的发展前沿。全书共分为15章,重点讨论了图像边缘检测、图像分割、图像特征分析、图像配准、图像融合、图像分类、图像识别、基于内容的图像检索与图像数字水印。此外,为了内容的完整性,本书还介绍了图像预处理技术,如图像采集、图像变换、图像增强、图像恢复、图像编码与压缩-This book focuses on intelligent image processing technologies, sy
LayerPicture
- 一个不错的图片图层简要示例,能够类例Photoshop里的图层控制一样的程序源码。可以设置背景、透明效果等。-This allows the background bitmap to be visible through the transparent color of another bitmap layer.Tool tips are also used so that each layer can display its own descr iption.
juleichengxu
- 本聚类程序界面主要是两部分,左视图可以激活标准数字聚类,手画图形聚类,位图文件分析聚类。右视图选择菜单获得模式特征,进行特征提取后,选择各种算法进行聚类分析。-The clustering program interface is mainly of two parts, the left view can activate standard digital cluster, hand-painted graphics cluster, bitmap file of clustering. Ri
BGf
- 图论算法应用于工程技术类在编辑类图和三维图形时所用的模板-Graph algorithms and optical image design engnieer
Graph
- 一个可以对数据进行统计后显示柱状图,饼状图或折线图的包装类,适合数据的维度分析-Statistics that can be displayed after the data histogram, pie chart or line graph of the wrapper class for the dimensions of the data analysis
eight-queens-problem-CPP
- 八皇后问题 C++ 课程设计 全面到位 源代码 类图 都有-Eight queens problem C++ source code in place a comprehensive curriculum design class diagram has
Demofcm2d
- 此代码为基于二维直方图的模糊聚类图象分割方法-This code is a two-dimensional histogram-based fuzzy clustering image segmentation method
BMPViewer222
- 24位BMP图象的读入与显示 BMP图象的读取 使用C语言对BMP图象进行读取和显示 将BMP图象内容写入到AVI文件中去 简单的可操作8位和24位bmp位图的图像类 图象处理程序, 能把16位或24位等图象转化为8位 bmp图象处理类,实现了bmp图象的读写操作-24 BMP images read into and display