26.10 How to Use
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

26.1  Why DOS? 
26.2  The Idea 
26.3 Batch Design 
26.4 Class Name 
26.5 Class Overview 
26.6 Console Project 
26.7 Link to Class 
26.8 Implementation 
26.9 Example 
26.10 How to Use 
[Home][26 ImageFinder for DOS][26.10 How to Use]

 

26.10   How to Use ImageFinder For DOS

The typical use of the dos version is a 1:N Matching, where the “1” is the newly captured image and the “N” is the previously stored images.  The “N” image will not change, but the “1” image changes all the time. How is this change entered into the ImageFinder for Dos? The answer is the parameter file.

The ImageFinder for Dos uses a set of parameter files, Abm70.txt for argument x = 1, Abm70_2.txt for argument x = 2, ….

If you use the following command:

        “C:\transapplet70\transapplet70.chap26\bin\debug\chap26 1”,

you will need the following files:

        Abm70.txt

        Bf70.txt

        Bf270.txt

        Nf70.txt

        Nf270.txt

        Tp70.txt

stored the following folder:

            “C:\transapplet70\transapplet70.chap26\bin\debug\data\”.

The Abm70.txt looks like this:

        [ImageFinder 7.0]

            ExecutionCode=3002

        [Input]

            keyFileName=Click Key button to select a key image!

            keysegmentX=0

            keysegmentY=0

            keysegmentW=0

            keysegmentH=0

            searchSource=.\Debug\sp_document

            searchSourceType=2

            searchSQLStatement=NA

        [ImagePreProcessing]

            BorderCut=0

            MaskX=0

            MaskY=0

            MaskW=0

            MaskH=0

         …

The following line,

        KeyFileName = Click Key button to select a key image!

specifies the key image. Before the ImageFinder for Dos is called, your Dos application must create a new Abm70.txt, with the above line specifying the newly captured image. This can be achieved by writing a simple program, which creates a new abm70.txt by copying from a master file. The simple program will copy line by line from a master file to abm70.exe with the exception of line 4, which specifies the newly captured image. In this way, when the ImageFinder for Dos is called, the newly captured image will be used.

 

[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