From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85807fc584529b4b,start X-Google-Attributes: gid103376,public From: Wiljan Derks Subject: Looking for patern matching algorithm / correlator in Ada Date: 1996/06/28 Message-ID: <31D431DB.4E8F@nl.cis.philips.com>#1/1 X-Deja-AN: 162633930 content-type: text/plain; charset=us-ascii organization: Philips mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (WinNT; I) Date: 1996-06-28T00:00:00+00:00 List-Id: Can somebody help me to find a patern matching algorithm written in Ada. I am looking for an algorithm that can find the location of s small picture (32*32) in a bigger picture (128*128). Such an algorithm is known as a correlator. I am specifically looking for an algorithm that can do grey pixel recognition. Wiljan