Optimized Belief Propagation (CPU and GPU)
imutil.h File Reference
#include "image.h"
#include "misc.h"
Include dependency graph for imutil.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ min_max()

template<class T >
void min_max ( bp_single_thread_imp::image< T > *  im,
T *  ret_min,
T *  ret_max 
)

Definition at line 29 of file imutil.h.

Here is the call graph for this function:

◆ threshold()

template<class T >
bp_single_thread_imp::image<uchar>* threshold ( bp_single_thread_imp::image< T > *  src,
int  t 
)

Definition at line 51 of file imutil.h.

Here is the call graph for this function:
Here is the caller graph for this function: