#include "Channels/ChannelBase.H"
#include "Channels/ChannelVisitor.H"
#include "Channels/SingleChannel.H"
#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Channels/RawVisualCortex.H"
#include "Raster/Raster.H"
#include "Util/SimTime.H"
#include "Util/Types.H"
#include <vector>
#include <cstdio>
Go to the source code of this file.
Functions | |
int | main (const int argc, const char **argv) |
Basic program to learn feature map weights from static images. |
like ezvision.C but focused on learning
Definition in file learnvision.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
Basic program to learn feature map weights from static images.
This program allows training of the relative weights of feature maps, given an image and associated binary target mask.
Definition at line 199 of file learnvision.C.
References ModelComponent::addSubComponent(), binaryReverse(), chamfer34(), InputFrame::fromRgb(), ModelManager::getExtraArg(), ModelManager::getExtraArgAs(), image, MYLOGVERB, ModelManager::parseCommandLine(), Raster::ReadGray(), Raster::ReadRGB(), ModelComponent::start(), ModelComponent::stop(), and sum().