ネームスペース | 関数
poisson_blending.h

Poisson Image Editing (SIGGRAPH 2003) [詳細]

#include "vector.h"
#include "numeric.h"
#include <mist/converter.h>
#include <mist/filter/morphology.h>
#include <map>
#include <stdio.h>

ソースコードを見る。

ネームスペース

namespace  mist

関数

template<class Array1 , class Array2 , class Array3 >
bool mist::seamlessCloning (const Array1 &src, const Array2 &target, Array3 &out, const array2< unsigned char > &mask, const int offx=0, const int offy=0, const bool mix=false)
 入力画像のマスク領域を対象画像に合成する
template<class Array1 , class Array2 >
bool mist::localColorChange (const Array1 &in, Array2 &out, const array2< unsigned char > &mask)
 入力画像のマスク領域以外をグレースケールにする
template<class Array1 , class Array2 >
bool mist::localColorChange (const Array1 &in, Array2 &out, const array2< unsigned char > &mask, const rgb< double > multiplier)
 入力画像のマスク領域だけ色成分を変更する

説明

Poisson Image Editing (SIGGRAPH 2003)


Generated on Wed Nov 12 2014 19:44:28 for MIST by doxygen 1.8.1.2