Optimized Belief Propagation (CPU and GPU)
|
Go to the source code of this file.
Functions | |
template<class T > | |
void | min_max (bp_single_thread_imp::image< T > *im, T *ret_min, T *ret_max) |
template<class T > | |
bp_single_thread_imp::image< uchar > * | threshold (bp_single_thread_imp::image< T > *src, int t) |
void min_max | ( | bp_single_thread_imp::image< T > * | im, |
T * | ret_min, | ||
T * | ret_max | ||
) |
bp_single_thread_imp::image<uchar>* threshold | ( | bp_single_thread_imp::image< T > * | src, |
int | t | ||
) |