首页> 外文OA文献 >Detection and pattern recognition applied to leaves and chromosomes
【2h】

Detection and pattern recognition applied to leaves and chromosomes

机译:检测和模式识别应用于叶子和染色体

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

The Project you are about to see it is based on the technologies used on object detection and recognition, especially on leaves and chromosomes.udTo do so, this document contains the typical parts of a scientific paper, as it is what it is. It is composed by an Abstract, an Introduction, points that have to do with the investigation area, future work, conclusions and references used for the elaboration of the document.udThe Abstract talks about what are we going to find in this paper, which is technologies employed on pattern detection and recognition for leaves and chromosomes and the jobs that are already made for cataloguing these objects.udIn the introduction detection and recognition meanings are explained. This is necessary as many papers get confused with these terms, specially the ones talking about chromosomes. Detecting an object is gathering the parts of the image that are useful and eliminating the useless parts. Summarizing, detection would be recognizing the objects borders.udWhen talking about recognition, we are talking about the computers or the machines process, which says what kind of object we are handling.udAfterwards we face a compilation of the most used technologies in object detection in general. There are two main groups on this category: Based on derivatives of images and based on ASIFT points.udThe ones that are based on derivatives of images have in common that convolving them with a previously created matrix does the treatment of them. This is done for detecting borders on the images, which are changes on the intensity of the pixels. Within these technologies we face two groups: Gradian based, which search for maximums and minimums on the pixels intensity as they only use the first derivative. The Laplacian based methods search for zeros on the pixels intensity as they use the second derivative. Depending on the level of details that we want to use on the final result, we will choose one option or the other, because, as its logic, if we used Gradian based methods, the computer will consume less resources and less time as there are less operations, but the quality will be worse. On the other hand, if we use the Laplacian based methods we will need more time and resources as they require more operations, but we will have a much better quality result. After explaining all the derivative based methods, we take a look on the different algorithms that are available for both groups.udThe other big group of technologies for object recognition is the one based on ASIFT points, which are based on 6 image parameters and compare them with another image taking under consideration these parameters. These methods disadvantage, for our future purposes, is that it is only valid for one single object. So if we are going to recognize two different leaves, even though if they refer to the same specie, we are not going to be able to recognize them with this method. It is important to mention these types of technologies as we are talking about recognition methods in general.udAt the end of the chapter we can see a comparison with pros and cons of all technologies that are employed. Firstly comparing them separately and then comparing them all together, based on our purposes.udRecognition techniques, which are the next chapter, are not really vast as, even though there are general steps for doing object recognition, every single object that has to be recognized has its own method as the are different. This is why there is not a general method that we can specify on this chapter.udWe now move on into leaf detection techniques on computers. Now we will use the technique explained above based on the image derivatives. Next step will be to turn the leaf into several parameters. Depending on the document that you are referring to, there will be more or less parameters. Some papers recommend to divide the leaf into 3 main features (shape, dent and vein] and doing mathematical operations with them we can get up to 16 secondary features. Next proposition is dividing the leaf into 5 main features (Diameter, physiological length, physiological width, area and perimeter] and from those, extract 12 secondary features. This second alternative is the most used so it is the one that is going to be the reference.udFollowing in to leaf recognition, we are based on a paper that provides a source code that, clicking on both leaf ends, it automatically tells to which specie belongs the leaf that we are trying to recognize. To do so, it only requires having a database. On the tests that have been made by the document, they assure us a 90.312% of accuracy over 320 total tests (32 plants on the database and 10 tests per specie].udNext chapter talks about chromosome detection, where we shall pass the metaphasis plate, where the chromosomes are disorganized, into the karyotype plate, which is the usual view of the 23 chromosomes ordered by number.udThere are two types of techniques to do this step: the skeletonization process and swiping angles. Skeletonization progress consists on suppressing the inside pixels of the chromosome to just stay with the silhouette. This method is really similar to the ones based on the derivatives of the image but the difference is that it doesnt detect the borders but the interior of the chromosome. Second technique consists of swiping angles from the beginning of the chromosome and, taking under consideration, that on a single chromosome we cannot have more than an X angle, it detects the various regions of the chromosomes.udOnce the karyotype plate is defined, we continue with chromosome recognition. To do so, there is a technique based on the banding that chromosomes have (grey scale bands] that make them unique. The program then detects the longitudinal axis of the chromosome and reconstructs the band profiles. Then the computer is able to recognize this chromosome.udConcerning the future work, we generally have to independent techniques that dont reuniteuddetection and recognition, so our main focus would be to prepare a program that gathers bothudtechniques.udOn the leaf matter we have seen that, detection and recognition, have a link as both share the optionudof dividing the leaf into 5 main features. The work that would have to be done is to create an algorithm that linked both methods, as in the program, which recognizes leaves, it has to be clicked both leaf ends so it is not an automatic algorithm.udOn the chromosome side, we should create an algorithm that searches for the beginning of the chromosome and then start to swipe angles, to later give the parameters to the program that searches for the band profiles.udFinally, on the summary, we explain why this type of investigation is needed, and that is because with global warming, lots of species (animals and plants] are beginning to extinguish. That is the reason why a big database, which gathers all the possible species, is needed. For recognizing animal species, we just only have to have the 23 chromosomes. While recognizing a plant, there are several ways of doing it, but the easiest way to input a computer is to scan the leaf of the plant.udRESUMEN.udEl proyecto que se puede ver a continuación trata sobre las tecnologías empleadas en la detección y reconocimiento de objetos, especialmente de hojas y cromosomas.udPara ello, este documento contiene las partes típicas de un paper de investigación, puesto que es de lo que se trata. Así, estará compuesto de Abstract, Introducción, diversos puntos que tengan que ver con el área a investigar, trabajo futuro, conclusiones y biografía utilizada para la realización del documento.udAsí, el Abstract nos cuenta qué vamos a poder encontrar en este paper, que no es ni más ni menos que las tecnologías empleadas en el reconocimiento y detección de patrones en hojas y cromosomas y qué trabajos hay existentes para catalogar a estos objetos.udEn la introducción se explican los conceptos de qué es la detección y qué es el reconocimiento. Esto es necesario ya que muchos papers científicos, especialmente los que hablan de cromosomas, confunden estos dos términos que no podían ser más sencillos. Por un lado tendríamos la detección del objeto, que sería simplemente coger las partes que nos interesasen de la imagen y eliminar aquellas partes que no nos fueran útiles para un futuro. Resumiendo, sería reconocer los bordes del objeto de estudio.udCuando hablamos de reconocimiento, estamos refiriéndonos al proceso que tiene el ordenador, o la máquina, para decir qué clase de objeto estamos tratando.udSeguidamente nos encontramos con un recopilatorio de las tecnologías más utilizadas para la detección de objetos, en general. Aquí nos encontraríamos con dos grandes grupos de tecnologías: Las basadas en las derivadas de imágenes y las basadas en los puntos ASIFT.udEl grupo de tecnologías basadas en derivadas de imágenes tienen en común que hay que tratar a las imágenes mediante una convolución con una matriz creada previamente. Esto se hace para detectar bordes en las imágenes que son básicamente cambios en la intensidad de los píxeles. Dentro de estas tecnologías nos encontramos con dos grupos: Los basados en gradientes, los cuales buscan máximos y mínimos de intensidad en la imagen puesto que sólo utilizan la primera derivada; y los Laplacianos, los cuales buscan ceros en la intensidad de los píxeles puesto que estos utilizan la segunda derivada de la imagen. Dependiendo del nivel de detalles que queramos utilizar en el resultado final nos decantaremos por un método u otro puesto que, como es lógico, si utilizamos los basados en el gradiente habrá menos operaciones por lo que consumirá más tiempo y recursos pero por la contra tendremos menos calidad de imagen. Y al revés pasa con los Laplacianos, puesto que necesitan más operaciones y recursos pero tendrán un resultado final con mejor calidad. Después de explicar los tipos de operadores que hay, se hace un recorrido explicando los distintos tipos de algoritmos que hay en cada uno de los grupos.udEl otro gran grupo de tecnologías para el reconocimiento de objetos son los basados en puntos ASIFT, los cuales se basan en 6 parámetros de la imagen y la comparan con otra imagen teniendo en cuenta dichos parámetros. La desventaja de este método, para nuestros propósitos futuros, es que sólo es valido para un objeto en concreto. Por lo que si vamos a reconocer dos hojas diferentes, aunque sean de la misma especie, no vamos a poder reconocerlas mediante este método. Aún así es importante explicar este tipo de tecnologías puesto que estamos hablando de técnicas de reconocimiento en general.udAl final del capítulo podremos ver una comparación con los pros y las contras de todas las tecnologías empleadas. Primeramente comparándolas de forma separada y, finalmente, compararemos todos los métodos existentes en base a nuestros propósitos.udLas técnicas de reconocimiento, el siguiente apartado, no es muy extenso puesto que, aunque haya pasos generales para el reconocimiento de objetos, cada objeto a reconocer es distinto por lo que no hay un método específico que se pueda generalizar.udPasamos ahora a las técnicas de detección de hojas mediante ordenador. Aquí usaremos la técnica explicada previamente explicada basada en las derivadas de las imágenes. La continuación de este paso sería diseccionar la hoja en diversos parámetros. Dependiendo de la fuente a la que se consulte pueden haber más o menos parámetros. Unos documentos aconsejan dividir la morfología de la hoja en 3 parámetros principales (Forma, Dentina y ramificación] y derivando de dichos parámetros convertirlos a 16 parámetros secundarios. La otra propuesta es dividir la morfología de la hoja en 5 parámetros principales (Diámetro, longitud fisiológica, anchura fisiológica, área y perímetro] y de ahí extraer 12 parámetros secundarios. Esta segunda propuesta es la más utilizada de todas por lo que es la que se utilizará.udPasamos al reconocimiento de hojas, en la cual nos hemos basado en un documento que provee un código fuente que cucando en los dos extremos de la hoja automáticamente nos dice a qué especie pertenece la hoja que estamos intentando reconocer. Para ello sólo hay que formar una base de datos. En los test realizados por el citado documento, nos aseguran que tiene un índice de acierto del 90.312% en 320 test en total (32 plantas insertadas en la base de datos por 10 test que se han realizado por cada una de las especies].udEl siguiente apartado trata de la detección de cromosomas, en el cual se debe de pasar de la célula metafásica, donde los cromosomas están desorganizados, al cariotipo, que es como solemos ver los 23 cromosomas de forma ordenada.udHay dos tipos de técnicas para realizar este paso: Por el proceso de esquelotonización y barriendo ángulos. El proceso de esqueletonización consiste en eliminar los píxeles del interior del cromosoma para quedarse con su silueta; Este proceso es similar a los métodos de derivación de los píxeles pero se diferencia en que no detecta bordes si no que detecta el interior de los cromosomas. La segunda técnica consiste en ir barriendo ángulos desde el principio del cromosoma y teniendo en cuenta que un cromosoma no puede doblarse más de X grados detecta las diversas regiones de los cromosomas.udUna vez tengamos el cariotipo, se continua con el reconocimiento de cromosomas. Para ello existe una técnica basada en las bandas de blancos y negros que tienen los cromosomas y que son las que los hacen únicos. Para ello el programa detecta los ejes longitudinales del cromosoma y reconstruye los perfiles de las bandas que posee el cromosoma y que lo identifican como único.udEn cuanto al trabajo que se podría desempeñar en el futuro, tenemos por lo general dos técnicas independientes que no unen la detección con el reconocimiento por lo que se habría de preparar un programa que uniese estas dos técnicas.udRespecto a las hojas hemos visto que ambos métodos, detección y reconocimiento, están vinculados debido a que ambos comparten la opinión de dividir las hojas en 5 parámetros principales. El trabajo que habría que realizar sería el de crear un algoritmo que conectase a ambos ya que en el programa de reconocimiento se debe clicar a los dos extremos de la hoja por lo que no es una tarea automática.udEn cuanto a los cromosomas, se debería de crear un algoritmo que busque el inicio del cromosoma y entonces empiece a barrer ángulos para después poder dárselo al programa que busca los perfiles de bandas de los cromosomas.udFinalmente, en el resumen se explica el por qué hace falta este tipo de investigación, esto es que con el calentamiento global, muchas de las especies (tanto animales como plantas] se están empezando a extinguir. Es por ello que se necesitará una base de datos que contemple todas las posibles especies tanto del reino animal como del reino vegetal. Para reconocer a una especie animal, simplemente bastará con tener sus 23 cromosomas; mientras que para reconocer a una especie vegetal, existen diversas formas. Aunque la más sencilla de todas es contar con la hoja de la especie puesto que es el elemento más fácil de escanear e introducir en el ordenador.
机译:您将要看到的项目是基于对象检测和识别(尤其是叶子和染色体)上使用的技术的。 ud为此,本文档包含了科学论文的典型部分。它由摘要,导言组成,涉及与研究范围,未来工作,用于撰写本文的结论和参考有关的要点。 ud摘要讨论了我们将在本文中找到的内容,其中是用于叶子和染色体的模式检测和识别的技术,以及已经完成的用于对这些对象进行分类的工作。 ud在介绍中解释了检测和识别的含义。这是必要的,因为许多论文都与这些术语混淆,特别是那些谈论染色体的术语。检测到物体就是收集图像中有用的部分并消除无用的部分。总而言之,检测就是识别对象的边界。 ud在谈到识别时,我们所谈论的是计算机或机器过程,它说明了我们正在处理哪种对象。 ud之后,我们将面对对象中最常用的技术的汇编。检测一般。此类别有两个主要类别:基于图像的导数和基于ASIFT点。 ud基于图像的导数的共同点是,将它们与先前创建的矩阵进行卷积处理。这样做是为了检测图像上的边界,该边界是像素强度的变化。在这些技术中,我们面临两类:基于Gradian的组,它们在像素强度上搜索最大值和最小值,因为它们仅使用一阶导数。基于拉普拉斯算子的方法使用二阶导数时会在像素强度上搜索零。根据我们要在最终结果上使用的详细程度,我们将选择一个选项或另一个选项,因为如果使用基于Gradian的方法作为逻辑,则计算机将消耗更少的资源和更少的时间,因为较少的操作,但质量会更差。另一方面,如果我们使用基于Laplacian的方法,则由于它们需要更多的操作,因此将需要更多的时间和资源,但是我们将获得更好的质量结果。在解释了所有基于导数的方法之后,我们将研究可用于两组的不同算法。 ud用于对象识别的另一大技术组是基于ASIFT点的技术,该技术基于6个图像参数并进行比较考虑到这些参数,他们与另一个图像。这些方法的缺点是,仅对一个对象有效,这对于我们将来的目的是不利的。因此,即使我们要识别两个不同的叶子,即使它们指的是同一个物种,我们也无法使用这种方法来识别它们。在讨论一般的识别方法时,必须提及这些类型的技术。 ud在本章的最后,我们可以看到与所采用的所有技术的优缺点的比较。首先,根据我们的目的将它们分别进行比较,然后将它们进行比较。 udRecognition技术(下一章)并不是真正意义上的,因为尽管有进行对象识别的一般步骤,但每个对象都必须公认的有其自己的方法,因为它们是不同的。这就是为什么在本章中没有可以指定的通用方法的原因。 ud我们现在继续学习计算机上的叶子检测技术。现在,我们将使用基于图像导数的上述技术。下一步将把叶子变成几个参数。根据所引用的文档,会有更多或更少的参数。一些论文建议将叶片分为3个主要特征(形状,凹痕和静脉),并通过数学运算获得多达16个次要特征。下一个命题是将叶片分为5个主要特征(直径,生理长度,生理[宽度,面积和周长],然后从中提取12个次要特征。第二个替代特征是最常用的,因此它将作为参考。 ud在进行叶识别之后,我们基于提供以下内容的论文一个源代码,单击两个叶子的末端,它会自动告诉我们要识别的叶子属于哪个物种,为此,只需要有一个数据库即可。在文档进行的测试中,它们确保我们在320个总测试(数据库中有32个植物,每个物种有10个测试)上达到90.312%的准确度。 ud下一章讨论了染色体检测,在这里我们将把染色体杂乱无章的代谢板传递到染色体中。核型板,这是按编号排序的23条染色体的通常视图。 ud执行此步骤的技术有两种:骨架化过程和滑动角度。骨骼化进程包括抑制染色体的内部像素与轮廓保持一致。这种方法确实类似于基于图像导数的方法,但是区别在于它不检测边界,而是检测染色体的内部。第二种技术包括从染色体的开始滑动角度,并考虑到在单个染色体上不能超过X角,它可以检测染色体的各个区域。 ud一旦定义了核型板,我们继续染色体识别。为此,有一种基于染色体的条带的技术(使它们具有独特的灰度带),然后程序检测染色体的纵轴并重建带谱,然后计算机能够识别该染色体 ud关于未来的工作,我们通常必须采用不重新结合 ud检测和识别的独立技术,因此我们的主要重点是编写一个同时收集 ud技术的程序。 ud在叶子上我们已经看到了检测和识别。 ,有一个链接,因为两者共享选项 udof,将叶子分为5个主要特征。要做的工作是创建一个将两个方法链接在一起的算法,就像在程序中识别叶子一样,它必须是单击ud的两端,因此它不是自动算法。 ud在染色体侧,我们应该创建一个算法,该算法搜索染色体的起点,然后开始滑动角度,以便稍后将参数赋予 ud最后,在摘要中,我们解释了为什么需要这种类型的研究,这是因为随着全球变暖,许多物种(动物和植物)开始灭绝。这就是为什么需要一个大型数据库来收集所有可能的物种的原因。为了识别动物物种,我们只需要拥有23条染色体。识别植物时,有几种方法可以做到,但是输入计算机的最简单方法是扫描植物的叶子。 udRESUMEN。 udEl proyecto que se puede veracontinacióntrata sobre lastecnologíasempleadas en ladetección udPara ello,埃塞俄比亚文献在线研究组织,Puesto que es de lo que se Traata。 Así,estarácompuesto de Abstract,Introducción,Puntos que tengan que ver con conárea的一名调查员,trabajo futuro,文献研究组织的结论。墨西哥的法医和法医之间的关系在某种程度上已经被编入了发行概论。 udLa la teccios en explican los concept reconocimiento。 Esto es necesario ya que que ques论文,特别是los que hablan de cromosomas,confunden estos dostérminosque nopodíansermássencillos。从简单的角度看,由简单的复制人构成的复制人就构成了普通的无产阶级成员。 udCuando de reconocimiento,estamosrefiriéndonosal proceso que tiene el ordenador,o lamáquina,para decirquéclase de objetoesémáséséañasséconasnoséconasnocontrasécontraséunadséconadesésénásésànásésésànésésànésésànésésànésésànésà一般用途的实用工具。西班牙语:bas basadas en las derivadas deimágenesy las basadas en los puntos ASIFT。 udEl grupo detecnologíasbasadas en derivadas deimágenesconnentar Matriz creada previamente。洛杉矶州立大学男声探究所生的儿子déntrode estastecnologíasnos encontramos con dos grupos:洛杉矶basados en渐层,los cuales buscanmáximos和mínimosde intensidad en la imagen puesto quesóloutilizan laprimera derivada;洛斯拉普拉西亚诺斯(Los Laplacianos),洛斯卡卢斯(cusales),公共汽车摄影公司和摄影爱好者。魁北克人需要依靠的非营利组织的最终结果是,科莫斯洛奇科,西乌里萨莫斯州的洛斯巴萨多斯和埃尔波多黎各人都将继续从事体育运动影像杂志Y alrevéspasa con los Laplacianos,因为他们需要更多的操作和资源,但最终结果会更好。在解释了存在的运算符的类型之后,进行了巡回讲解,说明了每个组中存在的不同类型的算法 Ud用于对象识别的另一大技术组是基于ASIFT点的技术。它们基于6个图像参数,并将这些参数与其他图像进行比较。对于我们未来的目的,此方法的缺点是它仅对特定对象有效。因此,即使我们要识别两个不同的叶子,即使它们属于同一物种,也无法使用此方法识别它们。即便如此,解释这种类型的技术还是很重要的,因为我们通常是在谈论识别技术。在本章的最后,我们可以看到与所使用的所有技术的优缺点的比较。首先,通过分别比较它们,最后,我们将根据目的比较所有现有方法 Ud识别技术(下一节)不是很广泛,因为尽管有识别对象的通用步骤,但每个对象识别是不同的,因此没有可以推广的特定方法,现在我们转向使用计算机检测纸张的技术。在这里,我们将基于图像的导数使用先前说明的技术。该步骤的继续将是将薄片分解成各种参数。根据所查询的来源,可能会有更多或更少的参数。一些文件建议将叶片形态分为3个主要参数(形状,牙本质和分支),然后将这些参数转换为16个次要参数;另一种建议是将叶片形态分为5个主要参数(直径,生理长度)。 ,生理宽度,面积和周长],然后从中提取12个次要参数。第二个提议是最常用的提议,因此它是将要使用的提议。它提供了一个源代码,该源代码可以在工作表的两端自动告诉我们我们要识别的工作表属于哪个物种。为此,我们只需要形成一个数据库即可。在上述文档进行的测试中,他们向我们保证在总共320个测试中的成功率达到90.312%(数据库中插入了32种植物,每种植物已经进行了10次测试下一节讨论染色体的检测,其中一个必须从染色体杂乱无章的中期细胞移动到核型,这是我们通常以有序方式看到23条染色体的方式。进行此步骤的技术类型:通过骨架化和倾斜角度的过程。骨架化过程包括从染色体内部删除像素以保持其轮廓;此过程类似于像素推导方法,但不同之处在于它不检测边缘,而是检测染色体内部。第二种技术包括从染色体的起始处扫描角度,并考虑到染色体不能弯曲超过X度来检测染色体的各个区域。一旦我们拥有了核型,我们将继续识别染色体。为此,存在一种基于染色体的黑白带的技术,这正是使它们变得独特的原因。为此,该程序将检测染色体的纵轴并重建该染色体具有的条带的轮廓,并将其标识为唯一。对于将来可以进行的工作,我们通常有两种独立的技术,它们不会它们将检测与识别结合在一起,因此必须准备一个将这两种技术结合在一起的程序。ud关于表单,我们已经看到,检测和识别这两种方法是相互联系的,因为它们都共享将表单分为5个主要参数。 要做的工作是创建一个将两者联系在一起的算法,因为在识别程序中,您必须单击叶子的两端,所以这不是自动任务。您应该创建一种算法,该算法搜索染色体的起点,然后开始扫描角度,然后将其提供给搜索染色体带谱的程序。 ud最后,摘要解释了为什么需要这种类型的研究。 ,这就是随着全球变暖,许多物种(包括动植物)都开始灭绝。因此,需要一个数据库,其中包括动植物界的所有可能物种。拥有其23条染色体就足够了,而识别一种植物则有多种方法,尽管最简单的方法是拥有物种表,因为这是扫描和输入计算机的最简单元素。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号