README
Upload User: shhuayu888
Upload Date: 2013-03-28
Package Size: 1788k
Code Size: 2k
Category:

Windows Develop

Development Platform:

Unix_Linux

  1. === GSNAKE API ver 1.0 ===
  2. Introduction
  3. ============
  4. GSNAKE API provides tools for contour modeling, extraction, detection and classification, based on generalized active contour model (g-snake). GSNAKE consists of a set of objects built in C++, suitable for use in the area of feature extraction, character recognition, motion analysis and etc.
  5. Directory Structure
  6. ===================
  7. o  src     -- contains GSNAKE API class library.
  8. o  example -- workable examples coded by GSNAKE API.
  9. o  util    -- utilities provided with GSNAKE API.
  10. o  docu    -- a complete set of manual entries for GSNAKE API.
  11. o  lib     -- contains GSNAKE API library after compilation
  12. o  include -- contains header files for GSNAKE API
  13. o  bin     -- contains test images and binary source after compilation
  14. o  data    -- contains some test data
  15. o  thesis  -- contains the thesis by K.F. Lai which leads to this API
  16. Complilation
  17. ============
  18. You should be able to compile this release on most UNIX systems, although we 
  19. have done extensive tests only on Sun OS 4.x and 5.x. To compile GSNAKE, type "mak" in this directory, or do the following :
  20. (1) Type "cd src; make". This will create a library archieve called
  21.     "libgsnake.a" that allows you to execute examples and util.
  22. (2) Type "cd example; make". This will compile examples coded by GSNAKE API.
  23. (3) Type "cd util; make". This will compile utilities coded by GSNAKE API.
  24. Note : You may need to modify some lines in the Makefile depending on your
  25. operating system and the location of your X11 directories.
  26. Documentation
  27. =============
  28. The best way to get started with GSNAKE API is to read the manual "gsnake.ps" in "docu" directory. It provides an introduction to design and implementation of GSNAKE class methods.