4.4 Signature Matching
About1 Introduction2 Image Recognition3 TransApplet4 API5 Interface6 Input7 Image Display8 Preprocessing9 Processing10 Normalization11 Parameter Class12 Image Signatures13 Unsupervised Filters14 BioFilters15 NeuralFilters16 Dynamic Library17 NeuralNet Filter18 Parameters19 Input Options20 Database Input21 Video Input22  Live Video Input23  Counting & Tracking24  Counting 25  Batch Job26 ImageFinder for DOS27 ImageHunt 28 Support Packages

4.1 Signature 
4.2 Signature Filter 
4.3 Results 
4.4 Signature Matching 
4.5 ImageLibrary 
4.6 Matching Engine 
4.7 NeuralNet Filter 
4.8 Other API 
[Home][4 API][4.4 Signature Matching]

 

4.4   Signature Matching

Both BioFilter and Unsupervised Filter match two whole images. BioFilter is better than Unsupervised Matching, but it requires a process called training. Training teaches the BioFilter who should match with whom. The BioFilter learns how to match the image features.

  •    The advantage of the BioFilter is that it does not require a lot of training data.
  •    The disadvantage of the BioFilter is that it has a lower identification rate than the Neural Filter.

NeuralFilter also matches two whole images, which is similar to the BioFilter. NeuralFilter is better than both Unsupervised Filter and BioFilter, but it requires a large amount of training data. Training data teaches the NeuralFilter who should match with whom. In comparison:

  •    The advantage of the NeuralFilter is that it is more accurate.
  •    The disadvantage of the NeuralFilter is that it requires more training data than BioFilter.

The interfaces for BioFilter and Unsupervised Filter are basically the same except the Unsupervised Filter does not have the training part. The interfaces for BioFilter and Neural Filter are identical. The interface for BioFilter is:

      public interface I_BioFilter

          {

      bool training ( string a1_txt, string match_txt);

       

              Attrasoft.TransApplet70.Results_1N .Results_1N findMatch11

                  ( Attrasoft.TransApplet70.ImageSignature70.ImageSignature sig1,

                  Attrasoft.TransApplet70.ImageSignature70.ImageSignature sig2);

       

              Attrasoft.TransApplet70.Results_1N .Results_1N findMatch11

      (string path1, string path2);

              Attrasoft.TransApplet70.Results_1N .Results_1N findMatch11

      (Bitmap left, Bitmap right);

              

              Attrasoft.TransApplet70.Results_1N.Results_1N findMatch1N

                  (Attrasoft.TransApplet70.ImageSignature70.ImageSignature sig,

       string a1File, string b1File);

              Attrasoft.TransApplet70.Results_1N.Results_1N findMatch1N

      (string keyuPath, string a1File, string b1File);

              Attrasoft.TransApplet70.Results_1N.Results_1N findMatch1N

      (Bitmap keyImage, string a1File, string b1File);

              

              bool findMatchNN (string a1File, string b1File);

              bool findMatchNM (string a1File, string a2File, string b1File);

          }

 

The following table lists the functions.

Functions  

 Descriptions

bool training ( string a1_txt, string match_txt)    

Trains the BioFilter.

Attrasoft.TransApplet70.Results_1N .Results_1N findMatch11  ( Attrasoft.TransApplet70.ImageSignature70.ImageSignature sig1, Attrasoft.TransApplet70.ImageSignature70.ImageSignature sig2);

Attrasoft.TransApplet70.Results_1N .Results_1N findMatch11 (string path1, string path2);

Attrasoft.TransApplet70.Results_1N .Results_1N findMatch11 (Bitmap left, Bitmap right);   

Makes a 1:1 matching

Attrasoft.TransApplet70.Results_1N.Results_1N findMatch1N (Attrasoft.TransApplet70.ImageSignature70.ImageSignature sig,  string a1File, string b1File);

Attrasoft.TransApplet70.Results_1N.Results_1N findMatch1N (string keyuPath, string a1File, string b1File)

Attrasoft.TransApplet70.Results_1N.Results_1N findMatch1N (Bitmap keyImage, string a1File, string b1File)   

Makes a 1:N matching

bool findMatchNN (string a1File, string b1File);

bool findMatchNM (string a1File, string a2File, string b1File); 

Matches all image signatures in file a1File against all image signatures in a1File or a2File and saves the results to b1File.

   

 

 

[Home][About][1 Introduction][2 Image Recognition][3 TransApplet][4 API][5 Interface][6 Input][7 Image Display][8 Preprocessing][9 Processing][10 Normalization][11 Parameter Class][12 Image Signatures][13 Unsupervised Filters][14 BioFilters][15 NeuralFilters][16 Dynamic Library][17 NeuralNet Filter][18 Parameters][19 Input Options][20 Database Input][21 Video Input][22 Live Video Input][23 Counting & Tracking][24 Counting ][25 Batch Job][26 ImageFinder for DOS][27 ImageHunt ][28 Support Packages]

Copyright (c) 2006 - 2007 Attrasoft. All rights reserved.

gina@attrasoft.com