2 #ifndef vil_checker_board_h_ 3 #define vil_checker_board_h_ 47 template<
typename DEST,
typename SRC >
59 template<
typename DEST,
typename SRC >
67 #endif // vil_checker_board_h_
void use_alpha_plane(bool use)
Concrete view of image data of type T held in memory.
vil_checker_board_params(int xsize, int ysize)
vil_checker_board_params()
friend 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.
parameters for building checkboard.
void not_use_color(int c)
void set_offset(int xoff, int yoff)
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.