Defines | Functions
core/vil/algo/vil_checker_board.txx File Reference

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

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

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 &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.txx.


Define Documentation

#define VIL_CHECKER_BOARD_INSTANTIATE (   srcT,
  desT 
)
Value:

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.


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.