MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2008 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Base/mdsSharedPtr.h>
#include <MDSTk/Math/mdsBase.h>
#include <MDSTk/Math/mdsMatrix.h>
#include <MDSTk/Math/mdsStaticVector.h>
#include <MDSTk/Math/mdsStaticMatrix.h>
#include <MDSTk/Image/mdsImage.h>
#include <MDSTk/Image/mdsKernels.h>
#include <MDSTk/Image/mdsPyramid.h>
#include <MDSTk/Image/mdsVector3.h>
#include <MDSTk/Image/mdsColor.h>
#include <MDSTk/Image/mdsLine.h>
#include "mdsLucasKanade.hxx"
Classes | |
class | mds::img::COpticalFlow< I > |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
namespace | mds::img::optflow |
Variables | |
const double | mds::img::optflow::EIG_TSH = 0.0001 |
const int | mds::img::optflow::ITERATIONS = 3 |
Default number of iterations during optical flow computation. | |
const double | mds::img::optflow::SIGMA1 = 0.08 |
Constants used by optical flow estimation method. | |
const double | mds::img::optflow::SIGMA2 = 1.0 |
const double | mds::img::optflow::SIGMAP = 2.0 |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2008 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/05/03
Description: