Optimized Belief Propagation (CPU and GPU)
BpImage< T > Member List

This is the complete list of members for BpImage< T >, including all inherited members.

BpImage()BpImage< T >inline
BpImage(const std::array< unsigned int, 2 > &width_height)BpImage< T >inlineexplicit
BpImage(const std::array< unsigned int, 2 > &width_height, const T *input_pixel_vals)BpImage< T >inlineexplicit
BpImage(const std::string &file_name)BpImage< T >inlineexplicit
Height() constBpImage< T >inline
ImageRead(const std::string &file_name, beliefprop::ImageType image_type, bool weighted_rgb_conversion=true) constBpImage< T >protected
LoadImageAsGrayScale(const std::string &file_path_image)BpImage< T >protected
PixelAtPoint(const std::array< unsigned int, 2 > &point_xy) constBpImage< T >inline
PixelAtPoint(unsigned int i) constBpImage< T >inline
pixels_BpImage< T >protected
pnm_read(std::ifstream &file, std::string &buf) constBpImage< T >protected
PointerToPixelsStart() constBpImage< T >inline
SaveImageAsPgm(const std::string &filename) constBpImage< T >inline
SetPixelAtPoint(const std::array< unsigned int, 2 > &point_xy, T val)BpImage< T >inline
SetPixelAtPoint(unsigned int i, T val)BpImage< T >inline
TotalPixels() constBpImage< T >inlineprotected
UniquePtrToPixelData() constBpImage< T >inline
Width() constBpImage< T >inline
width_height_BpImage< T >protected