TransApplet™

  order now!


I. What is TransApplet?

TransApplet is a developer tool (.Net Class Library) that enables System Integrators, Solution Developers, and Individuals to quickly add Image Recognition capability to their products and services.

TransApplet is the matching engine for all Attrasoft products, including

  • ImageFinder Suite;

  • VideoFinder Suite;

  • AttraSeek and MiniAttraSeek search engine;

  • Image Tagger;

  • DecisionMaker; and

  • Predictor.

ImageFinder for Windows is an off-the-shelf Application Software that enables System Integrators, Solution Developers, and Individuals to quickly test their own Image Recognition ideas.

With the Attrasoft products, you obtain the essential building blocks required to offer Image Recognition products and services - such as Verification (1:1 Matching), Identification (1:N Matching), Search, Counting, Processing, Signature, ... Attrasoft provides these essential software components plus customized solutions with many enhancements such as High Accuracy Rates, faster Recognition Speed, ...

Customized versions are available for ease of integration.


II. Attrasoft Products

The main products:

  • ImageFinder Suite

  • VideoFinder Suite

  • TransApplet

  • AttraSeek Family (AttraSeek & Mini-AttraSeek)

  • ImageTagging Service

The ImageFinder Suite has the following components:

  • ImageFinder

  • ImageFinderLite

  • ImageFinderSeg

ImageFinderLite and ImageFinderSeg are two user-friendly versions. ImageFinderLite has no parameters and ImageFinderSeg has two parameters to be adjusted. ImageFinder is a standalone software, which has 3,000 parameters to be adjusted.

VideoFinder Suite has the following components:

  • VideoFinderLite

  • VideoFinder

  • FrameFinder

  • FrameFinderLive

  • IFSurveillance

  • FlashFinderLite

  • FlashFinder

TransApplet is a programming tool.

AttraSeek.com is the ImageFinder for the Internet.

ImageTagger is the ImageFinder for the image tagging service.


III. Where Should I Start?

(1) You should start with the online testing: http://www.attraseek.com/

(2) You might want to do some desktop testing:

(3) Solve your problem via a customized ImageFinder or a customized VideoFinder.

(4) Once you have solved your image recognition problem with the standalone software ImageFinder, you can move to the programming tool, the TransApplet.


IV. Order

email to gina@attrasoft.com

Mail Order:

TransApplet

Attrasoft

P. O. Box 13051

Savannah, GA. 31406

USA


V. Image API

The basic API (Microsoft Visual Studio Class Library) is easy to use. The unique attributes of an image � its �signature� - are compared against a library of signatures that have been prepared earlier. The following is for whole image against whole image matching:

Get signature:

  • imgSig = transAppletObject.getSignature ( bitmap);

Create signatures for all images in a folder for the initial library:

  • transAppletObject.getSDignatures (foldername, outputtextFilename);

Load image signature library:

  • transAppletObject.loadLibrary ( filename);

  • transAppletObject.loadLibraries ( foldername);

1:N Matching

  • myResults = transAppletObject.findmatch1N (imgSig);

Library maintenance �single image

  • transAppletObject.insert (imgSig);

  • transAppletObject.delete(imgSig);

Library maintenance �multiple images

  • transAppletObject.loadsecondaryLibrary (filename);

  • transAppletObject.loadsecondaryLibraries (directoryname);


VI. Video API

The basic API (Microsoft Visual Studio Class Library) is easy to use. The unique attributes of an video � its �fingerprint� - are compared against a library of fingerprints that have been prepared earlier. The following is for whole video against whole video matching:

Get one fingerprint so it can be matched against a library:

  • videoFingerPrint = myObject.getFingerPrint ( fileName);

Create fingerprints for all videos in a folder for the initial library:

  • myObject.getFingerprints (folderName, outputTextFilename);

Load a video fingerprint library so this library can be used:

  • myObject.loadLibrary ( filename); //Load 1 file

  • myObject.loadLibraries ( foldername); //Load many files

Make a 1:N Matching:

  • myResults = myObject.findmatch1N (videoFingerPrint);

Library maintenance for a single video:

  • myObject.insert (videoFingerPrint);

  • myObject.delete(videoFingerPrint);

Library maintenance for multiple videos:

  • myObject.loadsecondaryLibrary (filename);

  • myObject.loadsecondaryLibraries (directoryname);

Objects used are declared as follows:

  • Attrasoft.VideoFinder2010.VideoFingerPrint videoFingerPrint; // video fingerprint

  • Attrasoft.VideoFinder2010.Result1N myResults; // 1:N Matching result

  • Attrasoft.VideoFinderLite2010.VideoFinderLite myObject; // main object


VII. User's Guide

Click here.



Home | Company | Services | Products | Customers | Contact Us



copyright 2007 - 2015 Attrasoft, Inc. All Rights Reserved.