|
Optimized Belief Propagation (CPU and GPU)
|
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() const | BpImage< T > | inline |
| ImageRead(const std::string &file_name, beliefprop::ImageType image_type, bool weighted_rgb_conversion=true) const | BpImage< T > | protected |
| LoadImageAsGrayScale(const std::string &file_path_image) | BpImage< T > | protected |
| PixelAtPoint(const std::array< unsigned int, 2 > &point_xy) const | BpImage< T > | inline |
| PixelAtPoint(unsigned int i) const | BpImage< T > | inline |
| pixels_ | BpImage< T > | protected |
| pnm_read(std::ifstream &file, std::string &buf) const | BpImage< T > | protected |
| PointerToPixelsStart() const | BpImage< T > | inline |
| SaveImageAsPgm(const std::string &filename) const | BpImage< 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() const | BpImage< T > | inlineprotected |
| UniquePtrToPixelData() const | BpImage< T > | inline |
| Width() const | BpImage< T > | inline |
| width_height_ | BpImage< T > | protected |