Build checker board image from two source. More...
Go to the source code of this file.
Defines | |
#define | vil_checker_board_txx_ |
#define | VIL_CHECKER_BOARD_INSTANTIATE(srcT, desT) |
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.txx.
#define VIL_CHECKER_BOARD_INSTANTIATE | ( | srcT, | |
desT | |||
) |
template void \ vil_checker_board( vil_image_view< desT >& des, \ vil_image_view< srcT > const& src1, \ vil_image_view< srcT > const& src2, \ vil_checker_board_params const& params )
Definition at line 101 of file vil_checker_board.txx.
#define vil_checker_board_txx_ |
Definition at line 3 of file vil_checker_board.txx.
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.