<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="static/style.xsl"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-04-13T04:48:39Z</responseDate><request verb="GetRecord" identifier="oai:www.recercat.cat:2117/330651" metadataPrefix="didl">https://recercat.cat/oai/request</request><GetRecord><record><header><identifier>oai:recercat.cat:2117/330651</identifier><datestamp>2025-07-22T19:43:34Z</datestamp><setSpec>com_2072_1033</setSpec><setSpec>col_2072_452951</setSpec></header><metadata><d:DIDL xmlns:d="urn:mpeg:mpeg21:2002:02-DIDL-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.lyncode.com/xoai" xsi:schemaLocation="urn:mpeg:mpeg21:2002:02-DIDL-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/did/didl.xsd">
   <d:Item id="hdl_2117_330651">
      <d:Descriptor>
         <d:Statement mimeType="application/xml; charset=utf-8">
            <dii:Identifier xmlns:dii="urn:mpeg:mpeg21:2002:01-DII-NS" xsi:schemaLocation="urn:mpeg:mpeg21:2002:01-DII-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/dii/dii.xsd">urn:hdl:2117/330651</dii:Identifier>
         </d:Statement>
      </d:Descriptor>
      <d:Descriptor>
         <d:Statement mimeType="application/xml; charset=utf-8">
            <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
               <dc:title>Identificació i caracterització automatitzada de lesions de tuberculosi en imatges de tomografia axial computada</dc:title>
               <dc:title>Automatized identification and characterization of tuberculosis lesions' in computed tomography images</dc:title>
               <dc:title>Identificación y caracterización automatizada de lesiones de tuberculosis en imágenes de tomografía axial computarizada</dc:title>
               <dc:creator>Villanueva Baxarias, Maria Inmaculada</dc:creator>
               <dc:subject>Àrees temàtiques de la UPC::Física</dc:subject>
               <dc:subject>Algorithms</dc:subject>
               <dc:subject>Machine learning</dc:subject>
               <dc:subject>Biomedical engineering</dc:subject>
               <dc:subject>Image processing</dc:subject>
               <dc:subject>Medicine -- Data processing</dc:subject>
               <dc:subject>Machine Learning</dc:subject>
               <dc:subject>Biomedical Engineering</dc:subject>
               <dc:subject>Identification</dc:subject>
               <dc:subject>Images -- Processing</dc:subject>
               <dc:subject>Medical Images -- Treatment</dc:subject>
               <dc:subject>Medicine -- Informatics</dc:subject>
               <dc:subject>Modeling</dc:subject>
               <dc:subject>Programming (Computers)</dc:subject>
               <dc:subject>Medical Radiology -- Informatics</dc:subject>
               <dc:subject>Algorismes</dc:subject>
               <dc:subject>Aprenentatge automàtic</dc:subject>
               <dc:subject>Enginyeria biomèdica</dc:subject>
               <dc:subject>Imatges -- Processament</dc:subject>
               <dc:subject>Medicina -- Informàtica</dc:subject>
               <dc:description>Tuberculosis is an infectious airborne disease which 10.0 million people developed and 1.5 million died of in 2018. The organ most vulnerable to the disease is the lung and the lesions that occur determine if it is in a latent or active state. The purpose of this project is to develop a Python model that detects latent tuberculosis lesions in computed tomography (CT) images. An easily accessible database has been created with 24 TACs of minipigs? lungs infected with Mycobacterium tuberculosis and euthanized 12 weeks after the initial infection. To analyze them, different pre-processing, segmentation and post-processing techniques have been used to change their representation and facilitate the identification of the different structures they present and the measurement of their characteristics. To locate the carina, a model has been implemented that applies a global threshold, a mask inversion and a filtering of regions by area and eccentricity. Lung volume has been found by creating a mask and applying an Otsu threshold. Lesions have been detected by determining the local maxima present in the lungs volume and by applying a region growing algorithm. Attributes of all identified structures have been extracted, which have subsequently been used to train a decision tree, a Machine Learning algorithm capable of classifying them into lesions or healthy areas. With the developed program, it has been possible to characterize the majority of tuberculosis lesions present in the computed tomography images. Furthermore, the results obtained show that the attributes that best discriminate lesions from healthy regions are the mean diameter, the intensity in the center and the distance in the vertical direction to the carina.</dc:description>
               <dc:description>La tuberculosis es una enfermedad infecciosa transmitida por el aire que en el año 2018 desarrollaron 10.0 millones de personas y por causa de la cual murieron 1.5 millones. El órgano más vulnerable a la enfermedad es el pulmón y las lesiones que se producen determinan si ésta está en un estado latente o en un estado activo. El propósito de este proyecto es desarrollar un modelo en Python que permita detectar lesiones de tuberculosis en estado latente en imágenes de tomografía axial computarizada (TAC). Se ha creado una base de datos fácilmente accesible con 24 TACs de pulmones de minipigs infectados con Mycobacterium tuberculosis y eutanasiados 12 semanas después de la infección inicial. Para analizarlos se han utilizado diferentes técnicas de pre-procesamiento, segmentación y post-procesamiento de imágenes para cambiar su representación y facilitar la identificación de las diferentes estructuras que presentan y la medida de sus características. Para localizar la carina, se ha implementado un modelo que aplica un umbral global, una inversión de la máscara y un filtrado de regiones por área y excentricidad. El volumen pulmonar se ha encontrado creando una máscara y aplicando un umbral Otsu. Las lesiones se han detectado determinando los máximos locales presentes en los pulmones y mediante un crecimiento de regiones. De todas las estructuras identificadas se han extraído sus atributos, que posteriormente se han utilizado para entrenar un árbol de decisión, algoritmo de Machine Learning capaz de clasificarlas en lesiones o zonas sanas. Con el programa desarrollado, se ha conseguido caracterizar la mayoría de lesiones de tuberculosis presentes en las imágenes de tomografía axial computarizada. Además, los resultados obtenidos muestran que los atributos que mejor discriminan las lesiones de regiones sanas son el diámetro medio, la intensidad en el centro y la distancia en dirección vertical a la carina.</dc:description>
               <dc:date>2020-06</dc:date>
               <dc:type>Bachelor thesis</dc:type>
               <dc:rights>S'autoritza la difusió de l'obra mitjançant la llicència Creative Commons o similar 'Reconeixement-NoComercial- SenseObraDerivada'</dc:rights>
               <dc:rights>Open Access</dc:rights>
               <dc:publisher>Universitat Politècnica de Catalunya</dc:publisher>
            </oai_dc:dc>
         </d:Statement>
      </d:Descriptor>
   </d:Item>
</d:DIDL></metadata></record></GetRecord></OAI-PMH>