Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
DatabaseUtils::FeatureList(const FilenameC &)
DatabaseUtils::FeatureIndices(const FilenameC &)
DatabaseUtils::Any2ByteImage(const FilenameC &)
DatabaseUtils::ImageList(const FilenameC &)
DatabaseUtils::Dset2Label(const NumVLDataSetC &,UIntT,UIntT,UIntT)
DatabaseUtils::Label2Dset(const ByteImageC &,UIntT)
DatabaseUtils::Label2Dset(const IntImageC &,UIntT)
DatabaseUtils
 
include "amma/visualdb/DatabaseUtils.hh"
User Level:Default
Library:VisualDb
Example:exIndex.cc
Section:Applications.Image Database
In Scope:std

Comments:
Author: Kieron Messer Description: General Routines that may be useful

Methods:
DListC<StringC> FeatureList(const FilenameC & file)
Get the integer list of user selected features
indIndex of types of intererest.

IntSArray1dC FeatureIndices(const FilenameC & file)
Get the feature list of user selected features
indIndex of types of intererest.

ByteImageC Any2ByteImage(const FilenameC & file)
Get a byte image from any AMMA image file
indIndex of types of intererest.

DListC<StringC> ImageList(const FilenameC & file)
Read a list of image names from a file
indIndex of types of intererest.

ByteImageC Dset2Label(const NumVLDataSetC & dset,UIntT x,UIntT y,UIntT border)
Convert a dataset to a grey-level image. The pixel is given the value of the label.
indIndex of types of intererest.

DListC<NumLabelC> Label2Dset(const ByteImageC & image,UIntT border)
Take a grey-level image and border value and return a list of numlabels
indIndex of types of intererest.

DListC<NumLabelC> Label2Dset(const IntImageC & image,UIntT border)
Take a grey-level image and border value and return a list of numlabels
indIndex of types of intererest.


Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001