gocv v0.20.0 Release Notes

Release Date: 2019-05-21 // almost 5 years ago
    • ๐Ÿ— build
      • Use Go 1.12.x for build
      • Update to OpenCV 4.1.0
    • cuda
      • Initial cuda implementation
    • ๐Ÿ“„ docs
      • Fix the command to install xquartz via brew/cask
    • ๐Ÿ”‹ features2d
      • Add support for SimpleBlobDetectorParams (#434)
      • Added FastFeatureDetectorWithParams
    • imgproc
      • Added function call to cv::morphologyDefaultBorderValue
    • โœ… test
      • Increase test coverage for FP16BlobFromImage()
    • video
      • Added calcOpticalFlowPyrLKWithParams
      • Addition of MOG2/KNN constructor with options