|
||||||||||||
|
||||||||||||
4.4 Signature MatchingBoth 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.
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 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.
[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. |