Skip to content

imgproc tests #7

Open
Open
@shrubb

Description

@shrubb

Priority testing:

  • undistort (how should it work? please test if it's correct)
  • grabCut (same thing)
  • Subdiv2D:getTriangleList
  • Subdiv2D:getEdgeList
  • Subdiv2D:getVoronoiFacetList

Class-based stuff including algorithms:

  • GeneralizedHough
  • GeneralizedHoughBallard
  • GeneralizedHoughGuil
  • CLAHE
  • LineSegmentDetector
  • Subdiv2D
  • LineIterator

Separate functions (filters, detectors, ...):

  • calcHist (SparseMat overload)
  • calcBackProject (SparseMat overload)
  • compareHist (SparseMat overload)
  • getGaussianKernel
  • getDerivKernels
  • getGaborKernel
  • getStructuringElement
  • medianBlur
  • GaussianBlur
  • bilateralFilter
  • boxFilter
  • sqrBoxFilter
  • blur
  • filter2D
  • sepFilter2D
  • Sobel
  • Scharr
  • Laplacian
  • Canny
  • cornerMinEigenVal
  • cornerHarris
  • cornerEigenValsAndVecs
  • preCornerDetect
  • cornerSubPix
  • goodFeaturesToTrack
  • HoughLines
  • HoughLinesP
  • HoughCircles
  • erode
  • dilate
  • morphologyEx
  • resize
  • warpAffine
  • warpPerspective
  • remap
  • convertMaps
  • getRotationMatrix2D
  • getPerspectiveTransform
  • getAffineTransform
  • invertAffineTransform
  • getRectSubPix
  • logPolar
  • linearPolar
  • integral
  • integral2
  • integral3
  • accumulate
  • accumulateSquare
  • accumulateProduct
  • accumulateWeighted
  • phaseCorrelate
  • createHanningWindow
  • threshold
  • adaptiveThreshold
  • pyrDown
  • pyrUp
  • buildPyramid
  • undistort
  • initUndistortRectifyMap
  • initWideAngleProjMap
  • getDefaultNewCameraMatrix
  • undistortPoints
  • calcHist
  • calcBackProject
  • compareHist
  • equalizeHist
  • EMD
  • watershed
  • pyrMeanShiftFiltering
  • grabCut
  • distanceTransformWithLabels
  • distanceTransform
  • floodFill
  • cvtColor
  • putText
  • demosaicing
  • moments
  • matchTemplate
  • connectedComponents
  • connectedComponentsWithStats
  • HuMoments
  • findContours
  • approxPolyDP
  • arcLength
  • boundingRect
  • contourArea
  • minAreaRect
  • boxPoints
  • minEnclosingCircle
  • minEnclosingTriangle
  • matchShapes
  • convexHull
  • convexityDefects
  • isContourConvex
  • intersectConvexConvex
  • fitEllipse
  • fitLine
  • pointPolygonTest
  • rotatedRectangleIntersection
  • blendLinear
  • applyColorMap
  • line
  • arrowedLine
  • rectangle
  • circle
  • ellipse
  • fillConvexPoly
  • fillPoly
  • polylines
  • drawContours
  • clipLine
  • ellipse2Poly
  • getTextSize

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions