MVE - Multi-View Environment mve-devel
|
#include <cassert>
#include <string>
#include "mve/image_tools.h"
#include "mve/image_io.h"
#include "dmrecon/mvs_tools.h"
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 | |