ReadFramework
|
This is the complete list of members for rdf::Algorithms, including all inherited members.
absAngleDiff(double a, double b) | rdf::Algorithms | static |
angleDist(double angle1, double angle2, double maxAngle=2.0 *CV_PI) | rdf::Algorithms | static |
BORDER_FLIP enum value | rdf::Algorithms | |
BORDER_ZERO enum value | rdf::Algorithms | |
calcRotationSize(double angleRad, const QPointF &srcSize) | rdf::Algorithms | static |
computeHist(const cv::Mat img, const cv::Mat mask=cv::Mat()) | rdf::Algorithms | static |
convolveIntegralImage(const cv::Mat &src, const int kernelSizeX, const int kernelSizeY=0, MorphBorder norm=BORDER_ZERO) | rdf::Algorithms | static |
convolveSymmetric(const cv::Mat &hist, const cv::Mat &kernel) | rdf::Algorithms | static |
createStructuringElement(int seSize, int shape) | rdf::Algorithms | static |
dilateImage(const cv::Mat &bwImg, int seSize, MorphShape shape=Algorithms::SQUARE, int borderValue=0) | rdf::Algorithms | static |
DISK enum value | rdf::Algorithms | |
doubleEqual(double a, double b) | rdf::Algorithms | static |
erodeImage(const cv::Mat &bwImg, int seSize, MorphShape shape=Algorithms::SQUARE, int borderValue=255) | rdf::Algorithms | static |
estimateMask(const cv::Mat &src, bool preFilter=true) | rdf::Algorithms | static |
get1DGauss(double sigma) | rdf::Algorithms | static |
getThreshOtsu(const cv::Mat &hist, const double otsuThresh=0) | rdf::Algorithms | static |
invertImg(cv::Mat &srcImg, cv::Mat mask=cv::Mat()) | rdf::Algorithms | static |
logGamma(double x) | rdf::Algorithms | static |
logGammaLanczos(double x) | rdf::Algorithms | static |
logGammaWindschitl(double x) | rdf::Algorithms | static |
max(const QVector< double > &vec) | rdf::Algorithms | static |
min(const QVector< double > &vec) | rdf::Algorithms | static |
MorphBorder enum name | rdf::Algorithms | |
MorphShape enum name | rdf::Algorithms | |
mulMask(cv::Mat &src, cv::Mat mask=cv::Mat()) | rdf::Algorithms | static |
mulMaskIntern(cv::Mat src, const cv::Mat mask) | rdf::Algorithms | inlinestatic |
normAngleRad(double angle, double startIvl=0.0, double endIvl=2.0 *CV_PI) | rdf::Algorithms | static |
preFilterArea(const cv::Mat &img, int minArea, int maxArea=-1) | rdf::Algorithms | static |
rotateImage(const cv::Mat &src, double angleRad, int interpolation=cv::INTER_CUBIC, cv::Scalar borderValue=cv::Scalar(0)) | rdf::Algorithms | static |
setBorderConst(cv::Mat &src, float val=0.0f) | rdf::Algorithms | static |
setBorderConstIntern(cv::Mat src, sFmt val) | rdf::Algorithms | inlinestatic |
signedAngleDiff(double a, double b) | rdf::Algorithms | static |
SQUARE enum value | rdf::Algorithms | |
statMoment(const QList< numFmt > &valuesIn, double momentValue, int interpolated=1) | rdf::Algorithms | inlinestatic |
threshOtsu(const cv::Mat &srcImg, int thType=CV_THRESH_BINARY_INV) | rdf::Algorithms | static |