Volume Cartographer 2.27.0
Namespaces | Functions
ApplyLUT.hpp File Reference
#include <cstddef>
#include <opencv2/core.hpp>
Include dependency graph for ApplyLUT.hpp:

Go to the source code of this file.

Namespaces

namespace  volcart
 Volume Cartographer library
 

Functions

cv::Mat volcart::ApplyLUT (const cv::Mat &img, const cv::Mat &lut, float min, float max, bool invert=false)
 Apply a LUT to an image. More...
 
cv::Mat volcart::ApplyLUT (const cv::Mat &img, const cv::Mat &lut, float min, float mid, float max, bool invert=false)
 Apply a LUT to an image. More...
 
cv::Mat volcart::ApplyLUT (const cv::Mat &img, const cv::Mat &lut, bool invert=false, const cv::Mat &mask=cv::Mat())
 Apply a LUT to an image. More...
 
cv::Mat volcart::GenerateLUTScaleBar (const cv::Mat &lut, bool invert=false, std::size_t height=36, std::size_t width=256)
 Generate a LUT scale bar image. More...