|
||||||||||||
|
||||||||||||
|
[Home][11 Parameter Class][11.2 Predefined Objects]
|
|||||||||||
11.2 Predefined ObjectsYou can either declare objects yourself or use the predefined objects in your project. There is one class in the TransApplet: Attrasoft.TransApplet70.EntryPoint70, that has all of the objects required for the ImageFinder. In particular, the objects are:
public Attrasoft.TransApplet70.ImageSignature70.ImageSignature imageSignature; public Attrasoft.TransApplet70.ImageSignature70.ImageSignature imageSignature1; public Attrasoft.TransApplet70.Results_1N.Results_1N results_1N;
public Attrasoft.TransApplet70.Input70.Input70 input;
public Attrasoft.TransApplet70.VideoInput70.VideoInput70 aviVideo70 = new Attrasoft.TransApplet70.VideoInput70.VideoInput70 ();
public Attrasoft.TransApplet70.ImageSignatureFilter70.ImageSignatureFilter signatureFilter;
public Attrasoft.TransApplet70.ImagePacket70.ImagePacket70 imagePacket ; public Attrasoft.TransApplet70.TransAppletParameters.TransAppletParameters transAppletPara; public Attrasoft.TransApplet70.ImagePreProcessing70.ImagePreProcessing70 imagePreProcessingFilter ; public Attrasoft.TransApplet70.ImageProcessing70.ImageProcessing70 imageProcessingFilter ; public Attrasoft.TransApplet70.ReductionFilter70.ReductionFilter70 reductionFilter ;
public Attrasoft.TransApplet70.UnsupervisedFilter70 .UnsupervisedFilter unsupervisedFilter;
public Attrasoft.TransApplet70.BioFilter70.BioFilter bioFilter;
public Attrasoft.TransApplet70.NeuralFilter70.NeuralFilter neuralFilter;
public Attrasoft.TransApplet70.ImageLibrary70.ImageLibrary imageLibrary;
public Attrasoft.TransApplet70.NeuralNet70.NeuralNet70 neuralNetFilter;
public Attrasoft.TransApplet70.Counting70 .Counting70 counting;
public Attrasoft.TransApplet70.OutputTracking70.OutputTracking70 ott70 = new Attrasoft.TransApplet70.OutputTracking70.OutputTracking70 (); public Attrasoft.TransApplet70.TrackingAuto70 .TrackingAuto70 autoTracking;
public Attrasoft.TransApplet70.Analysis70.Analysis analysis; public Attrasoft.TransApplet70.Batch70.Batch70 batch; To use these objects, simply declare an object of the following class: Attrasoft.TransApplet70.EntryPoint70.EntryPoint70 script; In the constructor, add: script = new Attrasoft.TransApplet70.EntryPoint70.EntryPoint70 (richTextBox1); Now, you can use all of the objects:
[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. |