#include <cstddef>
#include <opencv2/core.hpp>
Go to the source code of this file.
|
| namespace | volcart |
| | Volume Cartographer library
|
| |
|
| 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...
|
| |