Optimized Belief Propagation (CPU and GPU)
|
This is the complete list of members for DisparityMap< 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 |
DisparityMap() | DisparityMap< T > | inline |
DisparityMap(const std::array< unsigned int, 2 > &width_height) | DisparityMap< T > | inlineexplicit |
DisparityMap(const std::array< unsigned int, 2 > &width_height, const T *input_disparity_map_vals, unsigned int disparity_map_vals_scale=1) | DisparityMap< T > | inlineexplicit |
DisparityMap(const std::string &file_path_disparity_map, unsigned int disparity_map_vals_scale=1) | DisparityMap< 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 |
OutputComparison(const DisparityMap &disparity_map_to_compare, const beliefprop::DisparityMapEvaluationParams &evaluation_parameters) const | DisparityMap< T > | |
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 |
SaveDisparityMap(const std::string &disparity_map_file_path, unsigned int scale_factor=1) const | DisparityMap< T > | |
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 |