Skip to content

0.31.0

Compare
Choose a tag to compare
@deadprogram deadprogram released this 07 Jun 06:55
· 118 commits to release since this release
  • all
    • update to OpenCV 4.6.0
  • build
    • Switch to Github Actions for Linux CI build
    • Use go -tags static when verifying static build
  • core
    • Add Mat.ElemSize (#964)
    • avoid index out of range panic in NewPointsVectorFromPoints
  • video
    • add findTransformECC function
  • contrib/ximgproc
    • add PeiLinNormalization() function
    • add anisotropicDiffusion() function
    • implement edgePreservingFilter()
    • implement niBlackThreshold and thinning filters