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)
1.8.1.2