User Documentation
User Documentation
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

namespace SearchUtil
User Level:Default
Library: Browser
Example: exIndex.cc

Methods:

#include "amma/visualdb/SearchUtil.hh"
DListC<DbImageT> NetSearch(const FilenameC & queryOptions)
Performs a neural net search using options and returns list of results files
indIndex of types of intererest.

DListC<DbImageT> NetSearch(const QueryOptionC & qopt)
Performs a neural net search using options and returns list of results files
indIndex of types of intererest.

RCHashARC<StringC,ImageRegSetC> NewSearch(const QueryOptionC & qopt)
Performs a neural net search using options and returns list of results files
indIndex of types of intererest.

RCHashARC<StringC,ImageRegSetC> EvenNewerSearch(const QueryOptionC & qopt,const DatabaseH & indices,const NumVLDataSetC & wdset)
Performs a neural net search using options and returns list of results files
indIndex of types of intererest.

RCHashARC<StringC,ImageRegSetC> UnionSearch(const QueryOptionC & qopt,const DatabaseH & indices,const NumVLDataSetC & wdset)
Performs a neural net search using options and returns list of results files Added by Lee Gregory 15 March 00 this function uses the union of multiple queries rather than the intersection.
indIndex of types of intererest.

RCHashARC<StringC,ImageRegSetC> PreUnionSearch(const QueryOptionC & qopt,const DatabaseH & indices,const NumVLDataSetC & wdset)
Performs a neural net search using options and returns list of results files Added by Lee Gregory -- 15th March 00 This time the union of the set is taken before the network is trained
indIndex of types of intererest.

RCHashARC<StringC,ImageRegSetC> PreUnionTrainSearch(const QueryOptionC & qopt,const DatabaseH & indices,const NumVLDataSetC & wdset)
Performs a neural net search using options and returns a list of results files Added by L.Gregory -- 20 March 00 This time the union of the set is taken before the network is trained Also, specific (negative) examples are passed to be included in the training set The list of negative training examples are passed in QueryOptionC.trainlist
indIndex of types of intererest.


Documentation by CxxDoc: Tue Mar 20 10:50:51 2001
Centre for Vision, Speech & Signal Processing