Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README
Package: gsnake.rar [view]
Upload User: shhuayu888
Upload Date: 2013-03-28
Package Size: 1788k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Unix_Linux
- === GSNAKE API ver 1.0 ===
- Introduction
- ============
- 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.
- Directory Structure
- ===================
- o src -- contains GSNAKE API class library.
- o example -- workable examples coded by GSNAKE API.
- o util -- utilities provided with GSNAKE API.
- o docu -- a complete set of manual entries for GSNAKE API.
- o lib -- contains GSNAKE API library after compilation
- o include -- contains header files for GSNAKE API
- o bin -- contains test images and binary source after compilation
- o data -- contains some test data
- o thesis -- contains the thesis by K.F. Lai which leads to this API
- Complilation
- ============
- You should be able to compile this release on most UNIX systems, although we
- 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 :
- (1) Type "cd src; make". This will create a library archieve called
- "libgsnake.a" that allows you to execute examples and util.
- (2) Type "cd example; make". This will compile examples coded by GSNAKE API.
- (3) Type "cd util; make". This will compile utilities coded by GSNAKE API.
- Note : You may need to modify some lines in the Makefile depending on your
- operating system and the location of your X11 directories.
- Documentation
- =============
- 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.