github hybridgroup/gocv v0.28.0
0.28.0

latest releases: opencv-4.9.0-1, v0.36.1, opencv-4.9.0...
2 years ago
  • all
    • update to OpenCV 4.5.3
    • make task and build tag for static build of OpenCV/GoCV on Linux
    • add Makefile tasks for OpenCV install on Nvidia Jetson
    • add gotest for more colorful test output running tests from containers
  • build
    • correcting output format for code coverage report
    • enforce rule that all Go code is correctly formatted
    • remove codecov
  • core
    • add NewPointVectorFromMat() and NewPoint2fVectorFromMat() functions
    • Fix possible MatProfile race by ordering remove before free.
  • cuda
    • add core functions for GpuMat like Cols(), Rows(), and Type()
    • initial implementation for the Flip function
  • docs
    • update ROADMAP from recent contributions
  • examples
    • correct list of examples and fix comment
  • features2d
    • Add NewORBWithParams
  • tracking
    • change MOSSE to KCF
  • highgui
    • Add function CreateTrackbarWithValue to Window type.
  • imgcodec
    • optimize IMEncode avoiding multiple data copies.
  • imgproc
    • Add CircleWithParams function
    • Add DilateWithParams() function (#827)
    • Add EllipseWithParams function
    • Add FillPolyWithParams function
    • Add PointPolygonTest function
    • Add RectangleWithParams function
  • photo
    • add MergeMertens, AlignMTB and Denoising function (#848)
  • xphoto
    • Add Xphoto contrib (#844)

Don't miss a new gocv release

NewReleases is sending notifications on new releases.