MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
mvs_tools.cc File Reference
#include <cassert>
#include <string>
#include "mve/image_tools.h"
#include "mve/image_io.h"
#include "dmrecon/mvs_tools.h"
Include dependency graph for mvs_tools.cc:

Go to the source code of this file.

Namespaces

namespace  mvs
 Multi-View Stereo implementation of [Goesele '07, ICCV].
 

Functions

void mvs::colAndExactDeriv (mve::ByteImage const &img, PixelCoords const &imgPos, PixelCoords const &gradDir, Samples &color, Samples &deriv)
 interpolate color and derivative at given sample positions
 
void mvs::getXYZColorAtPix (mve::ByteImage const &img, std::vector< math::Vec2i > const &imgPos, Samples *color)
 get color at given pixel positions (no interpolation)
 
void mvs::getXYZColorAtPos (mve::ByteImage const &img, PixelCoords const &imgPos, Samples *color)
 interpolate only color at given sample positions