OpenCV 5.0.0
Open Source Computer Vision
Loading...
Searching...
No Matches
histogram.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

namespace  cv
namespace  cv::fastcv

Functions

void cv::fastcv::calcHist (InputArray _src, OutputArray _hist)
 Calculates histogram of input image. This function implements specific use case of 256-bin histogram calculation for 8u single channel images in an optimized way.