OpenCV  4.5.5
Open Source Computer Vision
Namespaces | Functions
radon_transform.hpp File Reference
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::ximgproc
 

Functions

void cv::ximgproc::RadonTransform (InputArray src, OutputArray dst, double theta=1, double start_angle=0, double end_angle=180, bool crop=false, bool norm=false)
 Calculate Radon Transform of an image. More...