27.5 Web Project
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

27.1  Why ImageHunt? 
27.2  Design 
27.3 Web Server 
27.4 Install 
27.5 Web Project 
27.6 Step 1 
27.7 Step 2 
27.8 Step 3 
27.9 DOS Class 
27.10 Step 4 
[Home][27 ImageHunt ][27.5 Web Project]

 

27.5   Create Web Project

Now we start to create an ImageHunt. To create a new C# ASP.NET Application project:

  •    Start the Visual Studio .Net.
  •    Click File ==> New Project command. The New Project dialog box is displayed.
  •    Highlight the Visual C# project folder in the Project Type list to display the templates that are available for C#. Then, highlight the ASP.NET Application template.
  •    Enter a name for the project and select the location for the project. A folder with the same name as the project is automatically added to the location you specify.
  •    Click the “OK” button to start the new project.

The implementation is fairly straightforward. The algorithm is:

Step 1. Open an image via the Internet Explorer.

 

Step 2. Upload the Image.

 

Step 3. Create a batch file on the server based on the submitted image.

 

Step 4. Run the batch file.

    

Step 5. Send the results back.

 

We will make the following assumption for simplicity: all library images are stored in a single folder.

 

[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