Build checker board image from two source. More...
#include <vil/vil_fwd.h>Go to the source code of this file.
Classes | |
| class | vil_checker_board_params |
| parameters for building checkboard. More... | |
Functions | |
| template<typename DEST , typename SRC > | |
| void | vil_checker_board (vil_image_view< DEST > &des, vil_image_view< SRC > const &src1, vil_image_view< SRC > const &src2, vil_checker_board_params const ¶ms) |
| build a checker board image from two images. | |
Build checker board image from two source.
Definition in file vil_checker_board.h.
| void vil_checker_board | ( | vil_image_view< DEST > & | des, |
| vil_image_view< SRC > const & | src1, | ||
| vil_image_view< SRC > const & | src2, | ||
| vil_checker_board_params const & | params | ||
| ) |
build a checker board image from two images.
| params | specify the block size/offset, transparency |
Definition at line 16 of file vil_checker_board.txx.
1.7.5.1