搜索资源列表
C_C___Source_Line_Counter_src
- 代码行数统计,一个非常有用的东西,希望各位喜欢-code a few statistics, a very useful thing, I hope you like
VC_xijunfengeyutongji
- 数字图像编程课程讲课用程序:细胞分割、标号与面积统计程序,源码和运行效果 -Digital Image programming courses with lectures : cell division, the area of statistics and labeling procedures, source code and operating results
contourlet2quyutongjifa1
- 基于区域统计的融合规则,内含源码和源图像以及contourlet工具箱,直接出结果-Fusion rule based on regional statistics, containing source code and source images, and contourlet toolbox, directly results from
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
1
- 本程序统计输入的一段代码中个字符出现的频率并绘制出直方图-This procedure code and Statistics section of input characters in the frequency and draw histogram
Statistics
- .NET生成报表统计图源码告别.NET生成报表统计图的烦恼 信息系统大多会涉及到数据的统计,如数据的导出及生成统计对比图等,记得之前有一次要生成一个统计图在WEB页面上显示,那时也是在网上找了段Code,完全是一点点画横纵轴坐标上面的画出来的,而且出来的效果也一般 -. NET source code to generate charts farewell statements. NET Chart statements to generate the most information sy
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
3d
- 关于福得彩标3D的一些数据统计、计算及显示的一个软件开发的源代码-Fu was marked on the 3D color some of the data statistics, calculate and display the source code of a software development
AE--code
- AE开发中一些常用的代码,包括AE缓冲区代码,arcengine开发Statistics代码,ArcEngine连接表join。-AE develop some common code, including the AE buffer code arcengine Development Statistics code on ArcEngine connection table join.
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