搜索资源列表
VC_xijunfengeyutongji
- 数字图像编程课程讲课用程序:细胞分割、标号与面积统计程序,源码和运行效果 -Digital Image programming courses with lectures : cell division, the area of statistics and labeling procedures, source code and operating results
tongjiliantongqu
- 图像处理的一个非常好的代码,可以实现连通区的统计,经过实际测试效果很好。-Image processing of a very good code, can achieve connectivity District statistics show that the actual test well.
Chapter4
- 这是一个用DEPHI血液红细胞识别系统源程序.在这个软件里面详细介绍了红细胞的处理,分割,和红细胞数目的识别与统计,对于研究医学图像处理有很打帮助。-This is a blood red blood cells with Delphi source code identification system. In this software, which detailed the treatment of red blood cells, segmentation, and the number
GrayImageStat
- 图象处理中的灰度统计的相关代码,包括直方图,二值化操作-The gray-scale image processing statistics related code, including histogram, binarization operation
picture
- 连通区域的统计 关于图像处理的一些代码-Regional connectivity statistics on the number of image processing code
Image_Processing_Practise
- 这是《精通Visual C++数字图像处理技术与工程案例》光盘源代码,共包含9个完整用例(含源代码、完整设计流程图、原理介绍):人脸检测、牌照自动识别监控、运动人体跟踪、细胞识别统计、文字识别、相机自动调焦、计算机集成数控、运动检测、车牌定位。书中含图像和视频资源,不需自行搜集。此外还有对于数字图像处理基础知识、工程使用中涉及的基本技术的介绍。-This is《proficient in Visual C++ digital image processing technology and eng
BasicoperationBMPimagesourcecode
- 这里给出了数字图像处理中BMP文件读写、直方图统计、傅立叶变换、直方图均衡、均值滤波、中值滤波等 一些基本操作的程序代码,供初学者设计图像处理程序参考。-Here give the digital image processing of documents to read and write BMP, histogram statistics, Fourier transform, histogram equalization, the mean filtering, median filt
1234
- 基于统计的图像增强的matlab源代码,效果不错-Based on the statistics of the image enhancement matlab source code, the effect of good
1111
- 数字图象处理教程 INTRODUCTION 4 DIGITAL IMAGE DEFINITIONS 5 COMMON VALUES 6 CHARACTERISTICS OF IMAGE OPERATIONS 7 TYPES OF OPERATIONS 7 TYPES OF NEIGHBORHOODS 8 VIDEO PARAMETERS 9 TOOLS 9 CONVOLUTION 10 PROPERTIES OF CONVOLUTION 10 FOUR
tj
- 计算图像统计信息的程序代码,很有保留价值。-Calculating image statistics program code, quite valuable.
Calnumofsheet
- 这段代码主要是用于连通性的处理,输入一幅灰度图像,程序将其转化为二值图像,并根据设定的联通阈值进行连通个数的统计。-This code is mainly used for the handling of connectivity, input a grayscale image, the program will convert it into binary images, and in accordance with thresholds set Unicom, the number of
color
- 用 opencv实现的颜色统计完全代码,调试通过-Opencv color statistics with full code implementation, debugging through
niscode-1_0
- 这是自然图像统计这本书上的相关代码,相信对大家会很有用。-This is a book on natural image statistics related to the code, I believe we will be very useful.
points-clouds-
- matlab图像处理代码,利用算法对点云数据进行直方图以及标准差统计,含M文件和GUI-matlab image processing code, the use of algorithms for point cloud data, histograms and standard deviation statistics, including documentation and GUI M
UPLOAD_LY4
- 通过MATLAB的程序解决相应图上处理中熵值和概率的问题-Adaptive Arithmetic coding. A source generates symbols from alphabet {A, B, C, D}. Probabilities of occurrence of the symbols are initially estimated as: Pr(A)=Pr(B)=0.25, Pr(C)= 0.2, and Pr(D)=0.3. After 100 generate
matlab-degree-distribution-of-graph
- 利用matlab统计图中结点度的分布以及节点都发生频率的分布。结果出现两张图,一个是统计图中各个结点度k的分布,一张是统计网络结点度发生频率即为概率P(k)的分布图。-the source code can statistics the degree distribution of graph with matlab. it is very useful to the analysis of complex network study.
DigitalImageCode
- Matlab源代码,适合初学者学习,直方图统计,边缘检测,图像增强,图像变换-This is some matlab scource code,which is suitable for beginner.It includes histogram statistics, edge detection, image enhancement and basic image transform.
Image-segmentation-code
- Cutpicture(form)做的是直方图统计: 第一步:读入图片,并将彩色图片用公式转化为灰度图像。 第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。 第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
matlab-code
- 边缘检测法和阈值分割法,是图像分割技术应用中两项重要的方法。本文介绍了图像边缘检测和阈值分割的一般原理、典型算法以及研究现状。本文针对边缘检测算子和几种阈值分割技术进行了详细讨论。针对火柴根数统计和钢筋根数统计两个实验,在详细分析检测原理的基础上,编写了相应的实验并给出了实验结果。-Edge detection and thresholding method, image segmentation is an important technology in two ways. This arti
picture-processing-matlab-code
- 此代码可以实现对图片的灰度值转换、直方图统计、直方图均衡化;可以主动加入椒盐、高斯噪声;噪声处理支持中值、线性、自适应滤波等操作。代码可以直接运行。-This code can be implemented to the image grey value transformation and histogram statistics and histogram equalization Can actively engage with salt and pepper, gaussian nois