Optimized Belief Propagation (CPU and GPU)
BpImageConstraints.h File Reference

Define constraint for data type in belief propagation processing related to image processing. More...

#include <type_traits>
Include dependency graph for BpImageConstraints.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<typename T >
concept BpImData_t
 

Detailed Description

Define constraint for data type in belief propagation processing related to image processing.

Author
Scott Grauer-Gray

Definition in file BpImageConstraints.h.

Variable Documentation

◆ BpImData_t

template<typename T >
concept BpImData_t
Initial value:
=
std::is_same_v<T, float> ||
std::is_same_v<T, unsigned int>

Definition at line 35 of file BpImageConstraints.h.