opencvd.imgproc

Undocumented in source.

Members

Enums

ADAPTIVE_THRESH_MEAN_C
anonymousenum ADAPTIVE_THRESH_MEAN_C
Undocumented in source.
BORDER_CONSTANT
anonymousenum BORDER_CONSTANT
Undocumented in source.
CHAIN_APPROX_NONE
anonymousenum CHAIN_APPROX_NONE
Undocumented in source.
COLOR_BGR2BGRA
anonymousenum COLOR_BGR2BGRA
Undocumented in source.
CV_FILLED
anonymousenum CV_FILLED
Undocumented in source.
DIST_LABEL_CCOMP
anonymousenum DIST_LABEL_CCOMP
Undocumented in source.
DIST_MASK_3
anonymousenum DIST_MASK_3
Undocumented in source.
DIST_USER
anonymousenum DIST_USER
Undocumented in source.
FILLED
anonymousenum FILLED
Undocumented in source.
FONT_HERSHEY_SIMPLEX
anonymousenum FONT_HERSHEY_SIMPLEX
Undocumented in source.
HISTCMP_CORREL
anonymousenum HISTCMP_CORREL
Undocumented in source.
HOUGH_STANDARD
anonymousenum HOUGH_STANDARD
Undocumented in source.
INTER_NEAREST
anonymousenum INTER_NEAREST
Undocumented in source.
MORPH_ERODE
anonymousenum MORPH_ERODE
Undocumented in source.
MORPH_RECT
anonymousenum MORPH_RECT
Undocumented in source.
PTLOC_ERROR
anonymousenum PTLOC_ERROR

Subdiv2D point location cases

RETR_EXTERNAL
anonymousenum RETR_EXTERNAL
Undocumented in source.
THRESH_BINARY
anonymousenum THRESH_BINARY
Undocumented in source.

Functions

Destroy
void Destroy(Subdiv2D sd)
Undocumented in source. Be warned that the author may not have intended to support it.
Destroy
void Destroy(CLAHE c)
Undocumented in source. Be warned that the author may not have intended to support it.
adaptiveThreshold
void adaptiveThreshold(Mat src, Mat dst, double maxValue, int adaptiveTyp, int typ, int blockSize, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
applyColorMap
void applyColorMap(Mat src, Mat dst, int colormap)
Undocumented in source. Be warned that the author may not have intended to support it.
applyCustomColorMap
void applyCustomColorMap(Mat src, Mat dst, Mat colormap)
Undocumented in source. Be warned that the author may not have intended to support it.
approxPolyDP
Point[] approxPolyDP(Point[] curve, double epsilon, bool isClosed)
Undocumented in source. Be warned that the author may not have intended to support it.
arcLength
double arcLength(Point[] curve, bool is_closed)
Undocumented in source. Be warned that the author may not have intended to support it.
arrowedLine
void arrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
bilateralFilter
void bilateralFilter(Mat src, Mat dst, int d, double sc, double ss)
Undocumented in source. Be warned that the author may not have intended to support it.
blur
void blur(Mat src, Mat dst, Size ps)
Undocumented in source. Be warned that the author may not have intended to support it.
boundingRect
Rect boundingRect(Point[] con)
Undocumented in source. Be warned that the author may not have intended to support it.
boxFilter
void boxFilter(Mat src, Mat dst, int ddepth, Size ps)
Undocumented in source. Be warned that the author may not have intended to support it.
boxPoints
void boxPoints(RotatedRect rect, Mat boxPts)
Undocumented in source. Be warned that the author may not have intended to support it.
calcHist
void calcHist(Mats mats, int[] chans, Mat mask, Mat hist, IntVector sz, FloatVector rng, bool acc)
Undocumented in source. Be warned that the author may not have intended to support it.
calcHist
void calcHist(Mat images, int nimages, int[] channels, Mat mask, Mat hist, int dims, int[] histSize, float[][] _ranges, bool uniform, bool accumulate)
Undocumented in source. Be warned that the author may not have intended to support it.
calcHist
void calcHist(Mat dst, Mat mask, Mat hist, int* histSize)
Undocumented in source. Be warned that the author may not have intended to support it.
canny
void canny(Mat src, Mat edges, double t1, double t2)
Undocumented in source. Be warned that the author may not have intended to support it.
canny
void canny(Mat dx, Mat dy, Mat edges, double threshold1, double threshold2, bool L2gradient)
Undocumented in source. Be warned that the author may not have intended to support it.
canny
void canny(Mat image, Mat edges, double threshold1, double threshold2, int apertureSize, bool L2gradient)
Undocumented in source. Be warned that the author may not have intended to support it.
circle
void circle(Mat img, Point center, int radius, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
circle
void circle(Mat img, Point center, int radius, Scalar color, int thickness, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
compareHist
double compareHist(Mat H1, Mat H2, int method)
Undocumented in source. Be warned that the author may not have intended to support it.
connectedComponents
int connectedComponents(Mat src, Mat dst, int connectivity, int ltype, int ccltype)
Undocumented in source. Be warned that the author may not have intended to support it.
connectedComponentsWithStats
int connectedComponentsWithStats(Mat src, Mat labels, Mat stats, Mat centroids, int connectivity, int ltype, int ccltype)
Undocumented in source. Be warned that the author may not have intended to support it.
contourArea
double contourArea(Point[] con)
Undocumented in source. Be warned that the author may not have intended to support it.
convexHull
void convexHull(Point[] points, Mat hull, bool clockwise, bool returnPoints)
Undocumented in source. Be warned that the author may not have intended to support it.
convexHull
Point[] convexHull(Point[] points, bool clockwise)
Undocumented in source. Be warned that the author may not have intended to support it.
convexHullIdx
int[] convexHullIdx(Point[] points, bool clockwise)
Undocumented in source. Be warned that the author may not have intended to support it.
convexityDefects
void convexityDefects(Point[] points, Mat hull, Mat result)
Undocumented in source. Be warned that the author may not have intended to support it.
cornerSubPix
void cornerSubPix(Mat img, Mat corners, Size winSize, Size zeroZone, TermCriteria criteria)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtColor
void cvtColor(Mat src, Mat dst, int code)
Undocumented in source. Be warned that the author may not have intended to support it.
dilate
void dilate(Mat src, Mat dst, Mat kernel)
Undocumented in source. Be warned that the author may not have intended to support it.
dilate
void dilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations)
Undocumented in source. Be warned that the author may not have intended to support it.
distanceTransform
void distanceTransform(Mat src, Mat dst, Mat labels, int distanceType, int maskSize, int labelType)
Undocumented in source. Be warned that the author may not have intended to support it.
distanceTransform
void distanceTransform(Mat src, Mat dst, int distanceType, int maskSize, int dstType)
Undocumented in source. Be warned that the author may not have intended to support it.
drawContours
void drawContours(Mat src, Point[][] contours, int contourIdx, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
drawContours
void drawContours(Mat image, Point[][] contours, int contourIdx, Scalar color, int thickness, int lineType, Scalar[] hierarchy, int maxLevel, Point offset)
Undocumented in source. Be warned that the author may not have intended to support it.
ellipse
void ellipse(Mat img, Point center, Point axes, double angle, double startAngle, double endAngle, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
ellipse
void ellipse(Mat img, RotatedRect box, Scalar color, int thickness, int lineType)
Undocumented in source. Be warned that the author may not have intended to support it.
equalizeHist
void equalizeHist(Mat src, Mat dst)
Undocumented in source. Be warned that the author may not have intended to support it.
erode
void erode(Mat src, Mat dst, Mat kernel)
Undocumented in source. Be warned that the author may not have intended to support it.
erode
void erode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations)
Undocumented in source. Be warned that the author may not have intended to support it.
fillConvexPoly
void fillConvexPoly(Mat img, Point[] points, Scalar color, int lineType, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
fillPoly
void fillPoly(Mat img, Point[][] _points, Scalar color)
Undocumented in source. Be warned that the author may not have intended to support it.
filter2D
void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
findContours
Point[][] findContours(Mat src, int mode, int method)
Undocumented in source. Be warned that the author may not have intended to support it.
findContoursWithHier
Tuple!(Point[][], Scalar[]) findContoursWithHier(Mat src, int mode, int method)
Undocumented in source. Be warned that the author may not have intended to support it.
fitEllipse
RotatedRect fitEllipse(Point[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
fitEllipse
RotatedRect fitEllipse(Mat points)
Undocumented in source. Be warned that the author may not have intended to support it.
fitEllipseAMS
RotatedRect fitEllipseAMS(Point[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
fitEllipseAMS
RotatedRect fitEllipseAMS(Mat points)
Undocumented in source. Be warned that the author may not have intended to support it.
fitEllipseDirect
RotatedRect fitEllipseDirect(Point[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
fitEllipseDirect
RotatedRect fitEllipseDirect(Mat points)
Undocumented in source. Be warned that the author may not have intended to support it.
fitLine
void fitLine(Point[] points, Mat line, int distType, double param, double reps, double aeps)
Undocumented in source. Be warned that the author may not have intended to support it.
floodFill
int floodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
floodFill
int floodFill(Mat image, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
gaussianBlur
void gaussianBlur(Mat src, Mat dst, Size ps, double sX, double sY, int bt)
Undocumented in source. Be warned that the author may not have intended to support it.
getPerspectiveTransform
Mat getPerspectiveTransform(Point[] src, Point[] dst)
Undocumented in source. Be warned that the author may not have intended to support it.
getRotationMatrix2D
Mat getRotationMatrix2D(Point center, double angle, double scale)
Undocumented in source. Be warned that the author may not have intended to support it.
getStructuringElement
Mat getStructuringElement(int shape, Size ksize)
Undocumented in source. Be warned that the author may not have intended to support it.
getStructuringElement
Mat getStructuringElement(int shape, Size ksize, Point anchor)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextSize
Size getTextSize(string text, int fontFace, double fontScale, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
goodFeaturesToTrack
void goodFeaturesToTrack(Mat img, Mat corners, int maxCorners, double quality, double minDist)
Undocumented in source. Be warned that the author may not have intended to support it.
houghCircles
void houghCircles(Mat src, Mat circles, int method, double dp, double minDist)
Undocumented in source. Be warned that the author may not have intended to support it.
houghCircles
void houghCircles(Mat image, Vec3f[] circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
houghCirclesWithParams
void houghCirclesWithParams(Mat src, Mat circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
houghLines
void houghLines(Mat src, Mat lines, double rho, double theta, int threshold)
Undocumented in source. Be warned that the author may not have intended to support it.
houghLines
void houghLines(Mat image, Vec2f[] lines, double rho, double theta, int threshold, double srn, double stn, double min_theta, double max_theta)
Undocumented in source. Be warned that the author may not have intended to support it.
houghLinesP
void houghLinesP(Mat src, Mat lines, double rho, double theta, int threshold)
Undocumented in source. Be warned that the author may not have intended to support it.
houghLinesP
void houghLinesP(Mat image, Vec4i[] lines, double rho, double theta, int threshold, double minLineLength, double maxLineGap)
Undocumented in source. Be warned that the author may not have intended to support it.
houghLinesPWithParams
void houghLinesPWithParams(Mat src, Mat lines, double rho, double theta, int threshold, double minLineLength, double maxLineGap)
Undocumented in source. Be warned that the author may not have intended to support it.
houghLinesPointSet
void houghLinesPointSet(Mat points, Mat lines, int lines_max, int threshold, double min_rho, double max_rho, double rho_step, double min_theta, double max_theta, double theta_step)
Undocumented in source. Be warned that the author may not have intended to support it.
laplacian
void laplacian(Mat src, Mat dst, int dDepth, int kSize, double scale, double delta, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line(Mat img, Point pt1, Point pt2, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
logPolar
void logPolar(Mat src, Mat dst, Point center, double m, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
matchTemplate
void matchTemplate(Mat image, Mat templ, Mat result, int method, Mat mask)
Undocumented in source. Be warned that the author may not have intended to support it.
medianBlur
void medianBlur(Mat src, Mat dst, int ksize)
Undocumented in source. Be warned that the author may not have intended to support it.
minAreaRect
RotatedRect minAreaRect(Point[] _points)
Undocumented in source. Be warned that the author may not have intended to support it.
minEnclosingCircle
void minEnclosingCircle(Point[] _points, Point2f* center, float* radius)
Undocumented in source. Be warned that the author may not have intended to support it.
minEnclosingTriangle
double minEnclosingTriangle(Mat points, Mat triangle)
Undocumented in source. Be warned that the author may not have intended to support it.
minEnclosingTriangle
double minEnclosingTriangle(Point[] points, Point2f[] triangle)
Undocumented in source. Be warned that the author may not have intended to support it.
minEnclosingTriangle
double minEnclosingTriangle(Point2f[] points, Point2f[] triangle)
Undocumented in source. Be warned that the author may not have intended to support it.
moments
Moment moments(Mat src, bool isBinaryImage)
Undocumented in source. Be warned that the author may not have intended to support it.
morphologyEx
void morphologyEx(Mat src, Mat dst, int op, Mat kernel)
Undocumented in source. Be warned that the author may not have intended to support it.
newCLAHE
CLAHE newCLAHE()
Undocumented in source. Be warned that the author may not have intended to support it.
newCLAHEWithParams
CLAHE newCLAHEWithParams(double clipLimit, Size tileGridSize)
Undocumented in source. Be warned that the author may not have intended to support it.
polylines
void polylines(Mat img, Point[] pts, bool isClosed, Scalar color, int thickness, int lineType, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
polylines
void polylines(Mat img, Point[][] pts, bool isClosed, Scalar color, int thickness, int lineType, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
putText
void putText(Mat img, string text, Point org, int fontFace, double fontScale, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
pyrDown
void pyrDown(Mat src, Mat dst, Size dstsize, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
pyrMeanShiftFiltering
void pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, TermCriteria termcrit)
Undocumented in source. Be warned that the author may not have intended to support it.
pyrUp
void pyrUp(Mat src, Mat dst, Size dstsize, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
rectangle
void rectangle(Mat img, Rect rect, Scalar color, int thickness)
Undocumented in source. Be warned that the author may not have intended to support it.
rectangle
void rectangle(Mat img, Point _pt1, Point _pt2, Scalar color, int thickness, int lineType, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.
remap
void remap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, Scalar borderValue)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(Mat src, Mat dst, Size sz, double fx, double fy, int interp)
Undocumented in source. Be warned that the author may not have intended to support it.
scharr
void scharr(Mat src, Mat dst, int dDepth, int dx, int dy, double scale, double delta, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
sepFilter2D
void sepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
sobel
void sobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize, double scale, double delta, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
spatialGradient
void spatialGradient(Mat src, Mat dx, Mat dy, int ksize, int borderType)
Undocumented in source. Be warned that the author may not have intended to support it.
sqBoxFilter
void sqBoxFilter(Mat src, Mat dst, int ddepth, Size ps)
Undocumented in source. Be warned that the author may not have intended to support it.
threshold
void threshold(Mat src, Mat dst, double thresh, double maxvalue, int typ)
Undocumented in source. Be warned that the author may not have intended to support it.
warpAffine
void warpAffine(Mat src, Mat dst, Mat rot_mat, Size dsize)
Undocumented in source. Be warned that the author may not have intended to support it.
warpAffineWithParams
void warpAffineWithParams(Mat src, Mat dst, Mat rot_mat, Size dsize, int flags, int borderMode, Scalar borderValue)
Undocumented in source. Be warned that the author may not have intended to support it.
warpPerspective
void warpPerspective(Mat src, Mat dst, Mat m, Size dsize)
Undocumented in source. Be warned that the author may not have intended to support it.
watershed
void watershed(Mat src, Mat markers)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CLAHE
struct CLAHE
Undocumented in source.
Subdiv2D
struct Subdiv2D
Undocumented in source.

Meta