gpufilter
GPU-Efficient Recursive Filtering and Summed-Area Tables
gpufilter::_alg_setup Struct Reference

Algorithm setup to configure the GPU to run. More...

#include <gpudefs.h>

List of all members.

Public Attributes

int width
 Image width.
int height
 Image height.
int m_size
 Number of column-blocks.
int n_size
 Number of row-blocks.
int last_m
 Last valid column-block.
int last_n
 Last valid row-block.
int border
 Border extension to consider outside image.
int carry_height
 Auxiliary carry-image height.
int carry_width
 Auxiliary carry-image width.
float inv_width
 Inverse of image width.
float inv_height
 Inverse of image height.

Detailed Description

Algorithm setup to configure the GPU to run.

Examples:

example_r3.cc, example_r5.cc, and example_sat3.cc.


The documentation for this struct was generated from the following file: