<?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-05-27T05:34:40Z</responseDate><request verb="GetRecord" identifier="oai:riuma.uma.es:10630/16189" metadataPrefix="mods">https://riuma.uma.es/rest/oai/request</request><GetRecord><record><header><identifier>oai:riuma.uma.es:10630/16189</identifier><datestamp>2026-02-03T12:07:59Z</datestamp><setSpec>com_10630_2254</setSpec><setSpec>col_10630_37959</setSpec></header><metadata><mods:mods xmlns:doc="http://www.lyncode.com/xoai" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
   <mods:name>
      <mods:namePart>Romero, Luis F.</mods:namePart>
   </mods:name>
   <mods:name>
      <mods:namePart>Tabik, Siham</mods:namePart>
   </mods:name>
   <mods:name>
      <mods:namePart>Sánchez, Andrés Jesús</mods:namePart>
   </mods:name>
   <mods:name>
      <mods:namePart>Medina Pérez, Miguel Angel</mods:namePart>
   </mods:name>
   <mods:name>
      <mods:namePart>Herrera, Francisco</mods:namePart>
   </mods:name>
   <mods:extension>
      <mods:dateAvailable encoding="iso8601">2018-07-12T06:35:40Z</mods:dateAvailable>
   </mods:extension>
   <mods:extension>
      <mods:dateAccessioned encoding="iso8601">2018-07-12T06:35:40Z</mods:dateAccessioned>
   </mods:extension>
   <mods:originInfo>
      <mods:dateIssued encoding="iso8601">2018-07-12</mods:dateIssued>
   </mods:originInfo>
   <mods:identifier type="uri">https://hdl.handle.net/10630/16189</mods:identifier>
   <mods:abstract>Fingerprint recognition is one of the most used biometric&#xd;
methods for authentication. The identification of a query fingerprint requires&#xd;
matching its minutiae against every minutiae of all the fingerprints&#xd;
of the database. The state-of-the-art matching algorithms are costly, from&#xd;
a computational point of view, and inefficient on large datasets. In this&#xd;
work, we include faster methods to accelerating DMC (the most accurate&#xd;
fingerprint matching algorithm based only on minutiae). In particular,&#xd;
we translate into C++ the functions of the algorithm which represent the&#xd;
most costly tasks of the code; we create a library with the new code and&#xd;
we link the library to the original C# code using a CLR Class Library&#xd;
project by means of a C++/CLI Wrapper. Our solution re-implements&#xd;
critical functions, e.g., the bit population count including a fast C++&#xd;
PopCount library and the use of the squared Euclidean distance for calculating&#xd;
the minutiae neighborhood. The experimental results show a&#xd;
significant reduction of the execution time in the optimized functions of&#xd;
the matching algorithm. Finally, a novel approach to improve the matching&#xd;
algorithm, considering cache memory blocking and parallel data processing,&#xd;
is presented as future work.</mods:abstract>
   <mods:language>
      <mods:languageTerm>eng</mods:languageTerm>
   </mods:language>
   <mods:accessCondition type="useAndReproduction">open access</mods:accessCondition>
   <mods:subject>
      <mods:topic>Identificación biométrica - Congresos</mods:topic>
   </mods:subject>
   <mods:subject>
      <mods:topic>Dactiloscopia - Congresos</mods:topic>
   </mods:subject>
   <mods:titleInfo>
      <mods:title>A first step to accelerating fingerprint matching based on deformable minutiae clustering</mods:title>
   </mods:titleInfo>
   <mods:genre>conference output</mods:genre>
</mods:mods>
</metadata></record></GetRecord></OAI-PMH>