Macros | Functions
vil_checker_board.hxx File Reference

Build checker board image from two source. More...

#include "vil_checker_board.h"
#include <vil/vil_image_view.h>
#include <cassert>

Go to the source code of this file.

Macros

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

Detailed Description

Build checker board image from two source.

Author
Gehua Yang

Definition in file vil_checker_board.hxx.

Macro Definition Documentation

◆ VIL_CHECKER_BOARD_INSTANTIATE

#define VIL_CHECKER_BOARD_INSTANTIATE (   srcT,
  desT 
)
Value:
template void \
vil_image_view< srcT > const& src1, \
vil_image_view< srcT > const& src2, \
vil_checker_board_params const& params )
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.
Concrete view of image data of type T held in memory.
Definition: vil_fwd.h:13
parameters for building checkboard.

Definition at line 104 of file vil_checker_board.hxx.

Function Documentation

◆ vil_checker_board()

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 19 of file vil_checker_board.hxx.