#include <GteImageUtility3.h>
|
static void | ComputeCDConvex (Image3< int > &image) |
|
static void | Dilate18 (Image3< int > const &inImage, Image3< int > &outImage) |
|
static void | Dilate26 (Image3< int > const &inImage, Image3< int > &outImage) |
|
static void | Dilate6 (Image3< int > const &inImage, Image3< int > &outImage) |
|
static void | DrawLine (int x0, int y0, int z0, int x1, int y1, int z1, std::function< void(int, int, int)> const &callback) |
|
template<typename PixelType > |
static void | FloodFill6 (Image3< PixelType > &image, int x, int y, int z, PixelType foreColor, PixelType backColor) |
|
static void | GetComponents18 (Image3< int > &image, std::vector< std::vector< size_t >> &components) |
|
static void | GetComponents26 (Image3< int > &image, std::vector< std::vector< size_t >> &components) |
|
static void | GetComponents6 (Image3< int > &image, std::vector< std::vector< size_t >> &components) |
|
Definition at line 15 of file GteImageUtility3.h.
template<typename PixelType >
void gte::ImageUtility3::FloodFill6 |
( |
Image3< PixelType > & |
image, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
z, |
|
|
PixelType |
foreColor, |
|
|
PixelType |
backColor |
|
) |
| |
|
static |
void ImageUtility3::GetComponents |
( |
int |
numNeighbors, |
|
|
int const * |
delta, |
|
|
Image3< int > & |
image, |
|
|
std::vector< std::vector< size_t >> & |
components |
|
) |
| |
|
staticprivate |
void ImageUtility3::GetComponents18 |
( |
Image3< int > & |
image, |
|
|
std::vector< std::vector< size_t >> & |
components |
|
) |
| |
|
static |
void ImageUtility3::GetComponents26 |
( |
Image3< int > & |
image, |
|
|
std::vector< std::vector< size_t >> & |
components |
|
) |
| |
|
static |
void ImageUtility3::GetComponents6 |
( |
Image3< int > & |
image, |
|
|
std::vector< std::vector< size_t >> & |
components |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: