




全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
图像处理英文文献翻译-英语论文图像处理英文文献翻译 Divides the shape algorithm the analysis and the design Has studied the minute shape picture analysis process, proposed the reasonable minute shape picture withdrew the flow. to complete using Visual C+ based on the Windows platform minute shape dimension computational procedure (Fractal Dimension Calculation Program: FDCP) the design, and by the straight line, kantuo, 3 point array, the Koch curve division shape graph carried on to it has demarcated. Divides the shape theory 1 4 the widespread application relies on to is divided the shape picture a minute shape which withdraws, processing and in the minute shape dimension computation. reality exists nearly all is the random minute shape, its dimension computation has a gauge minute shape the dimension to be much more complex than, moreover has many different computational methods, they all need to carry on the massive image analysis and the statistical operation. therefore the establishment computer program completes work and so on image analysis, processing and minute shape dimension computation is solution above question effective means. Visual C+ is at present most popular programming language, It has the object-oriented programming, supports Windows all characteristics, the probability is good and so on merit. this article uses Visual the C+ design based on Windows the platform FDCP procedure. 1. minute shape image analysis materials science domain many processes all have the massive random minute shapes, like the material break, the liquid metal coagulation, the thin film , picture, SEM and TEM appearance likes and so on) generally all is the simulated signal, must first complete the digitized process, then does other the information to remove, thus withdraws the minute shape graph. obviously, this is a very complex process. minute shape graph withdraws the flow like chart 1 to show. first obtains the material test specimen the appearance picture, As primitive picture; Using equipment and so on scanner primitive SEM (or TEM and so on) the appearance picture will input in the computer and by the certain gradation picture document format (for example: TIFF, BMP, PCX) preserves; After removes the noise signal, carries on careful processing to the picture enable the picture to have the appropriate contrast gradient; Carries on the minute shape characteristic under the best contrast gradient condition withdrawing, obtains the corresponding minute shape picture (or graph). because the Windows operating system is widely used, the BMP picture form obtains nearly possesses based on the Windows platform picture software support, therefore the minute shape image analysis procedure uses the BMP form to carry on the data storage, moreover general picture processing software generally all can complete between the different picture form the transformation. BMP form picture document to be composed by 3 parts: Position chart article article (BITMAPFILEHEADER) construction of data, position chart information (BITMAPINFO) construction of data and position chart array information. analysis position chart article article after position chart information construction of data, can correctly use in the position chart array the information. minute shape image analysis to use Visual with the minute Uygur computational procedure the C+ language programming, take Windows as the working platform. position chart array information has recorded the picture each picture element value. when the production picture, Windows from the picture left under angle starts by scanline the picture, namely from to is left right, from under to on, 11 recorded. these bytes the picture picture element value to compose the position chart array information, its recording order like chart 2 showed. the minute shape picture primitive picture generally all is the gradation picture (colored picture may process gradation picture), divided the shape characteristic to withdraw mainly is judges. the different picture 1274 图像处理英文文献翻译 according to its gradation distribution situation to have the different gradation distribution, possibly appeared 1 or many gradation peak values. basis peak value integer as well as the treating processes difference, was allowed to use different method to complete the gradation picture two values processes. picture two values is refers through establishes some threshold value, And take this threshold value as the threshold, has the multi- gradation level the picture inversion two gradation levels picture (namely black and white chart), namely all picture elements respectively set for black (picture element value are 0) and are white (picture element value are 1). the different threshold value hypothesis method have formed the different two values treating processes, commonly used two values processing had following several methods: (1) fixed threshold value law Regarding gradation picture collection F, is smaller than it was equal to (or is bigger than was equal to) some threshold value theta picture element F i j sets is 0; Is bigger than (or is smaller than) theta the picture element value all to install in parts is 1; Among them, the different picture is different according to the gradation distribution peak value may choose the different theta value. (2) the double fixed threshold value law Has the double peak value regarding the gradation distribution picture collection F, may establish 2 different threshold values theta 1 and theta 2 (theta 1 2 .divides the shape dimension computational procedure to design FDCP the design to need to involve to the big memory allocation, the regression analysis, the multi- windows, data sharing and the position operation and so on many contents, therefore uses the object-oriented programming (OOP) Visual C+ is the relational schematic drawing. host which divides between the shape dimension computational procedure various functions module controls the module control entire procedure as the FDCP programming language. chart 4 the window frame to renovate, the news transmission and processing as well as each function sub- module linking up with the sub- window user area; The image display module responsibly completes in the sub- window user area demonstrated divides the shape picture as well as the computed result; The computation module includes 4 different computational methods the the sub- module to halve the shape picture with different method the dimension to carry on the computation; The data exchange module mainly uses in with other Windows procedure or software carries on data exchange. this procedure to use 2 different method, namely uses the clipboard and the WMF picture document and the data file. use visible programming language Visual C+ basic kind of storehouse (Microsoft Foundation Class: MFC) carries on the programming, may fully use the C+ language object-oriented programming the merit, can enhance the code to carry out the efficiency, guaranteed the procedure is easy to expand, the maintenance, the transplant, the code compact, the efficiency higher merit, simultaneously fully used the Windows platform to support the multi- duties the characteristic, was easy to realize the different application procedure data exchange. other also to be allowed according to the need, to calculated the module to make the corresponding supplement, caused to increase the new computational method is easy. procedure to provide the extremely friendly user contact surface. chart 5 is FDCP had demonstrated 5 level of Koch curve main window contact surface. it had File, View, Fractal, Window and Help and so on the menu as well as respective under pull the menu composition. among, the image display module uses MFC and the SDK mix programming, the procedure frame completes using MFC. but because MFC brings the CBitmap kind of demonstration speed is slower, for the acceleration image display process, uses MFC the frame to transfer the SDK function to realize the demonstration function. because this procedure needs to support the many pictures document simultaneous working, therefore the FDCP procedure must use the MDI window form to carry on the design. for the confirmation procedure reliability, Separately used the straight line, the square, the Koch curve, kantuo 3 point array this 4 kinds to have the gauge minute shape graphthe computed result to carry on the confirmation to FDCP. among, straight line, square and kantuo 3 point array divided the shape dimension computed result and the theory value strict is equal. calculates the 5th level of Koch curve minute shape dimension with the FDCP box math module, result like chart 6 has shown. may obtain from chart 6, FDCP the computation Koch tune line segment shape dimension was 1.2166. Koch curve theory minute shape dimension is DKoch = ln4/ln3 = 1.2619, but because the infinite level Koch curve was cannot result in, Therefore demarcates uses the 5th level of Koch curve, the computed result indicated FDCP used in to calculate divides Uygur is the reliable. literature 5 8 successfully the contact surface minute shape dimension which gradient function material existed to Mo/ beta -Sialon and Ta/ beta in the -Sialon has conducted the research with this article procedure. math has calculated chart with the FDCP procedure box 3 (c) the crystal dimension is 1.694; Chart 3 (d) a jinbian dimension is 1.388, result like chart 7 shows. thus it can be seen, the different research object constitutes the minute shape dimension is obviously different, therefore, must correctly select the research to divide the shape object and the choice appropriate computational method . 3. conclusion union image analysis and the processing technology, use visible programming language Visual C+ designed (FDCP). the procedure had easy based on the Windows platform minute shape dimension computational procedure to maintain, Might the expansion good, the contact surface friendly, the time efficiency and the spatial efficiency high, data sharing is good and so on the merit. with the straight line, the square, the Koch curve, kantuo, 3 point array and so on has the gauge minute shape graph to carry on to FDCP has demarcated, finally indicated FDCP used in to calculate the minute shape dimension is reliable. 图像处理英文文献翻译 分形算法的分析与设计 研究了分形图像的分析过程,提出合理的分形图像提取流程利用Visual C+ 完成了基于Windows平台的分形维数计算程序(Fractal Dimension Calculation Program: FDCP)的设计,并以直线、康托尔三分点集、科赫曲线等分形图形对其进行了标定 分形理论14的广泛应用依赖于分形图像的提取、处理与分形维数的计算现实中存在的分形几乎都是无规分形,其维数的计算比有规分形的维数复杂得多,而且有许多不同的计算方法,它们都需要进行大量的图像分析与统计运算因此编制计算机程序来完成图像分析、处理与分形维数计算等工作是解决上述问题的有效办法Visual C+是目前最为流行的程序设计语言,它具有面向对象编程、支持Windows所有特性、可移植性好等优点本文采用Visual C+设计基于 Windows平台的FDCP程序 1 分形图像分析 材料科学领域的许多过程都存在着大量的无规分形,如材料的断裂,液态金属的凝固,薄膜的生长,材料的氧化、烧结与侵蚀等但材料的初始图像(金相照片、岩相照片、SEM与TEM的形貌像等)一般都是模拟信号,必须首先完成数字化过程,然后将其他干挠信息去除,从而提取出分形图形显然,这是一个很复杂的过程分形图形提取流程如图1所示首先获得材料试样的形貌像,作为原始图像;利用扫描仪等设备将原始的SEM(或TEM等)形貌像输入计算机中并以一定的灰度图像文件格式(如:TIFF,BMP,PCX)保存;去除噪音信号后,对图像进行细致处理使图像具有合适的对比度;在最佳的对比度状态下进行分形特征的提取,得到相应的分形图像(或图形) 由于Windows操作系统被广泛使用,BMP图像格式得到几乎所有基于Windows平台图像软件的支持,因此分形图像分析程序采用BMP格式进行数据存贮,而且通用的图像处理软件一般都能完成不同图像格式之间的转换BMP格式的图像文件由3个部分组成:位图文件头(BITMAPFILEHEADER)数据结构、位图信息 (BITMAPINFO)数据结构和位图阵列信息分析位图文件头与位图信息数据结构之后,才能正确地利用位图阵列中的信息 分形图像分析与分维计算程序采用Visual C+语言编程,以Windows为工作平台位图阵列信息记录了图像的每一个像素值在生成图像时,Windows从图像的左下角开始逐行扫描图像,即从左到右、从下到上,将图像的像素值一一记录下来这些字节组成了位图阵列信息,其记录顺序如图2所示 分形图像的原始图像一般都是灰度图像(彩色图像可处理成灰度图像),分形特征提取主要是根据其灰度分布情况来判断不同的图像具有不同的灰度分布,可能出现1个或多个灰度峰值根据峰值个数以及处理过程的不同,可以用不同的方法完成灰度图像的二值化过程图像的二值化是指通过设定某个阈值,并以该阈值为门限,把具有多灰度级的图像变换成二灰度级图像(即黑白图),即所有的像素分别置为黑(像素值为0)和白(像素值为1)不同的阈值设定方法形成了不同的二值化处理过程,常用的二值化处理有以下几种方法:(1)固定阈值法. 对于灰度图像集F,将其小于等于(或大于等于)某阈值的像素Fij置为0;大于(或小于)的像素值全部置为1;其中,不同的图像根据灰度分布峰值的不同可以选择不同的值(2)双固定阈值法. 对于灰度分布存在双峰值的图像集F,可以设定2个不同的阈值1与2(12)当某个像素Fij的像素值小于等于1或大于等于2时,将其置为0;当1Fij2时,将其置为 1,反之亦然(3)各自像素阈值法. 对于灰度图像集F,设置图像数组同样大小的阈值数组,用阈值ij对像素Fij进行二值化,若Fij ij,则Fij0;若Fijij,则Fij=1图3(a)是单晶 Si在一定条件下,其氧化膜生成的枝状晶的SEM形貌像;3(b)是其灰度分布曲线;3(c)是二值化后的黑白图像;3(d)是在此基础上建立的边界不同的研究领域对分形特征的要求是不一样的如果研究的对象是枝状晶,则图3(c)可以作为分形图像;如果研究的对象是枝晶的边界或其他类海岸线,则需要建立其边界,即图3(d)将二值化图像的各种滤波(空间邻域处理方法)结合模糊数学,以保证精确建立图像的边界,如颗粒材料的边界、晶粒边界、氧化界面、扩散界面等,然后可以对建立的边
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 罗平高处作业安全知识培训课件
- 城投企业资产管理的挑战与改进策略
- 劳动项目九 组织劳动主题演讲大会教学设计-2025-2026学年小学劳动人教版五年级下册-人教版
- 台球俱乐部行政流程优化规章
- 户外防暑降温知识培训课件
- 户外电源专业知识培训课件
- 风险应急响应系统的优化研究-洞察及研究
- 建筑方案设计-强制条款(3篇)
- 智慧校园消防安全培训(3篇)
- 五年级数学(小数四则混合运算)计算题专项练习及答案
- 助产专业介绍
- 2025年国企运维岗笔试题目及答案
- 2025年职业卫生培训试题及答案
- 2025年江苏省建筑施工企业主要负责人安全员A证考核题库含答案
- 工程项目招投标流程及风险防控措施
- 《电机与拖动基础》课件(共十一章)
- 民宿合伙协议书范本
- 医学检验质量培训
- 2025年洛阳理工学院招聘硕士研究生学历专任教师考试笔试试题(含答案)
- 新学期教学工作会议上校长讲话:把功夫下在课堂里把心思放在学生上把质量落到细节中
- DB42T 1655-2021 湖北省建设项目文物影响评估报告编制规范
评论
0/150
提交评论