CUDAWatershed.h File Reference
CUDA-accelerated
Watershed image segmentation.
More...
#include "Watershed.h"
Go to the source code of this file.
Functions
template<typename GROUP_T, typename IMAGE_T> bool
init_gpu (
state_t< GROUP_T, IMAGE_T > &
state, int *eq_and_lower,
watershed_gpu_state_t< GROUP_T, IMAGE_T > &gpu_state, unsigned int w, unsigned int h, unsigned int d)
template<class GROUP_T, typename IMAGE_T> bool
init_gpu_on_device (
watershed_gpu_state_t< GROUP_T, IMAGE_T > &gpu_state, IMAGE_T *image, int imageongpu, unsigned int w, unsigned int h, unsigned int d)
Detailed Description
CUDA-accelerated
Watershed image segmentation.
Definition in file CUDAWatershed.h.
Function Documentation
template<typename GROUP_T, typename IMAGE_T>
template<typename GROUP_T, typename IMAGE_T>
bool init_gpu
(
state_t< GROUP_T, IMAGE_T > &
state,
int *
eq_and_lower,
unsigned int
w,
unsigned int
h,
unsigned int
d
)
template<class GROUP_T, typename IMAGE_T>
IMAGE_T *
image,
int
imageongpu,
unsigned int
w,
unsigned int
h,
unsigned int
d
)
template<typename GROUP_T, typename IMAGE_T>
GROUP_T *
segments_d
)
Generated on Mon Nov 17 02:47:37 2025 for VMD (current) by
doxygen1.2.14 written by Dimitri van Heesch,
© 1997-2002