<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to convert fingerprint image to numeric value in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512948#M11461</link>
    <description>&lt;P&gt;You would need to code a Fast Fourier Transformation to store the patterns in a way that allows comparisons regardless of size and orientation.&lt;/P&gt;
&lt;P&gt;Google 'fft image pattern matching" to get a first impression of what this means. Once you have the algorithm, you might proceeed to find methods for doing this in SAS.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 14:15:53 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-11-14T14:15:53Z</dc:date>
    <item>
      <title>how to convert fingerprint image to numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512944#M11459</link>
      <description>&lt;P&gt;Hi I have a project that I am working on and need to read fingerprint to and store them as unique values. I also need to be able to scan new fingerprint and compare them to exiting values therefore accuracy is key. Is there anyway that SAS could assist me in this.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512944#M11459</guid>
      <dc:creator>muyco_didie</dc:creator>
      <dc:date>2018-11-14T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert fingerprint image to numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512946#M11460</link>
      <description>&lt;P&gt;Bitmaps, pngs and such like are a store of each pixel and its color value.&amp;nbsp; In theory, if you know the file format, you can read in the file, produce some sort of formula on the read in pixel information, and then store that as a your number.&amp;nbsp; Personally I would say getting some professional fingerprint software to fully analyse hi res images of the fingerprint would be a better solution, but so long as you know your formula for converting pixels into a given id, it is possible.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512946#M11460</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-14T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert fingerprint image to numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512948#M11461</link>
      <description>&lt;P&gt;You would need to code a Fast Fourier Transformation to store the patterns in a way that allows comparisons regardless of size and orientation.&lt;/P&gt;
&lt;P&gt;Google 'fft image pattern matching" to get a first impression of what this means. Once you have the algorithm, you might proceeed to find methods for doing this in SAS.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512948#M11461</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-14T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert fingerprint image to numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512951#M11462</link>
      <description>I have no idea what that is but I will invest in learning it now. I also&lt;BR /&gt;saw that SAS has a FFT function. I looked at the documentation and I was&lt;BR /&gt;knocked out by the mathematics. Is do you think that is the right method to&lt;BR /&gt;use?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512951#M11462</guid>
      <dc:creator>muyco_didie</dc:creator>
      <dc:date>2018-11-14T14:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert fingerprint image to numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512957#M11463</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/228881"&gt;@muyco_didie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I looked at the documentation and I was knocked out by the mathematics.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's what I wanted to point at. I would go looking for software that does this on its own, and see how one could use the reference keys that are generated for the fingerprints in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disclaimer: I once (early 1990's) worked for a company who was engaged in this kind of processing. Back then, that meant custom-built circuit boards where the transformation engine was partially hard-wired into a set of high-speed multiplicator and accumulator chips. Today, such things are mostly done by using the processors in GPU chips.&lt;/P&gt;
&lt;P&gt;But I had (and still have) no clue how the math worked, that was done by the MSc who held the patent for the process. I only did the routing of the PCB's.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-convert-fingerprint-image-to-numeric-value/m-p/512957#M11463</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-14T14:48:34Z</dc:date>
    </item>
  </channel>
</rss>

