$search
#include <vector>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pal_vision_util |
Functions | |
void | pal_vision_util::calcHSVHist (const std::vector< cv::Mat > &src, cv::MatND &histogram) |
calcHSVHist compute and return Hue-Saturation histogram of a given set of images | |
void | pal_vision_util::calcHSVHist (const std::vector< cv::Mat > &src, std::vector< cv::MatND > &histograms) |
calcHSVHist compute a Hue-Saturation for each given image | |
void | pal_vision_util::calcHSVHist (const cv::Mat &src, cv::MatND &histogram) |
calcHSVHist compute and return a Hue-Saturation histogram of a given image | |
cv::Mat | pal_vision_util::histogramImage (const cv::MatND &hist) |
void | pal_vision_util::showHist (const cv::MatND &hist) |