
Definition in file app-combineSTSD.C.
#include "Channels/OptimalGains.H"
#include "Component/ModelManager.H"
#include "Component/ParamMap.H"
#include "Util/sformat.H"
Include dependency graph for app-combineSTSD.C:

Go to the source code of this file.
Functions | |
| rutz::shared_ptr< ParamMap > | combineParamMaps (std::vector< rutz::shared_ptr< ParamMap > > pmaps, const uint indent) |
| int | main (const int argc, const char **argv) |
| Combine several stsd.pmap files into a combo stsd.pmap file. | |
|
||||||||||||
|
Combine several stsd.pmap files into a combo stsd.pmap file. The stsd.pmap files should be obtained by running something like: ezvision --in=xmlfile:testfile.xml --out=display --pfc-type=OG --vc-type=Std --vc-chans=GNO --stsd-filename=stsd.pmap --nouse-older-version which will compute the salience of target and distractor and save those to a ParamMap. Once you have several of these you can use the present program to generate a combined ParamMap (it is written to stdout). Definition at line 108 of file app-combineSTSD.C. References combineParamMaps(), ModelManager::getExtraArg(), i, LINFO, ParamMap::loadPmapFile(), MYLOGVERB, ModelManager::numExtraArgs(), and ModelManager::parseCommandLine(). |
1.4.4