Classes | Functions
core/vil/algo/vil_checker_board.h File Reference

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 &params)
 build a checker board image from two images.

Detailed Description

Build checker board image from two source.

Author:
Gehua Yang

Definition in file vil_checker_board.h.


Function Documentation

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 &  params 
)

build a checker board image from two images.

Parameters:
paramsspecify the block size/offset, transparency

Definition at line 16 of file vil_checker_board.txx.