|
| 1 | +0.38.0 |
| 2 | +--- |
| 3 | +* **bugfix** |
| 4 | + * aruco: correct test from latest OpenCV update |
| 5 | + * exclude freetype.cpp file from being included in windows build |
| 6 | + * feat(demosaicing): release mat when conversion to bayer encounters invalid pattern |
| 7 | + * imgproc HomographyMethod const values typo fixed |
| 8 | +* **build** |
| 9 | + * add macOS build for GH actions CI |
| 10 | + * adjust make and docker build files to build freetype support |
| 11 | + * correct ONNX DNN tests on Linux/macOS |
| 12 | + * move download for GOTURN models into testdata subdirectory |
| 13 | + * remove Caffe tests |
| 14 | + * run DNN tests on Windows |
| 15 | + * make: add task to run all cuda tests |
| 16 | + * make: build non-free modules when building opencv with cuda support |
| 17 | + * skip tests on macOS that are not passing due to OpenCV different results on macOS. See https://forum.opencv.org/t/match-template-different-results-on-mac-m1/10026 and other similar issues. |
| 18 | + * update all generated docker images to Go 1.23.1 |
| 19 | +* **examples** |
| 20 | + * add asciicam video to ascii in your terminal |
| 21 | + * add object detection example using YOLOv8 |
| 22 | +* **core** |
| 23 | + * add Closed() function to Mat |
| 24 | + * add OpenCV types for half-float values |
| 25 | + * add TransposeND() function |
| 26 | + * persistance implement Filestorage roadmap (#1208) |
| 27 | + * RotatedRect type constructors |
| 28 | +* **dnn** |
| 29 | + * add BlobFromImageWithParams() and BlobFromImagesWithParams() functions |
| 30 | + * add BlobRectToImageRect() and BlobRectsToImageRects() functions |
| 31 | + * allow ReadNet() function to only pass model file, and remove tests for Caffe |
| 32 | +* **features2d** |
| 33 | + * SIFT with params (#1186) |
| 34 | +* **highgui** |
| 35 | + * added window pollkey function (#1198) |
| 36 | + * added window WaitKeyEx support (#1195) |
| 37 | + * Window set mouse callback (#1220) |
| 38 | +* **imgcodecs** |
| 39 | + * added immultiread support |
| 40 | +* **imgproc** |
| 41 | + * feat(imgproc): demosaicing wrapper |
| 42 | + * add HomographyMethodRHO HomographyMethod added |
| 43 | +* **objdetect** |
| 44 | + * change QRCodeDetector signature to avoid pointer to slice |
| 45 | +* **video** |
| 46 | + * added TrackerGOTURN (see roadmap) |
| 47 | +* **videoio** |
| 48 | + * Capture from device and file with HW acceleration |
| 49 | +* **cuda** |
| 50 | + * add Closed() function to Mat/GpuMat |
| 51 | + * add DeviceSupports function |
| 52 | + * add implementations for AddWeighted and CopyMakeBorder functions |
| 53 | + * add Merge and Transpose functions |
| 54 | + * add support for convertFp16 function |
| 55 | + * add tests for demosaicing |
| 56 | + * feat(imgproc): demosaicing wrapper |
| 57 | + * correct go fmt error |
| 58 | +* **contrib/face** |
| 59 | + * added face recognizer interface (#1211) |
| 60 | + * BasicFaceRecognizer + EigenFaceRecognizer + FisherFaceRecognizer (#1213) |
| 61 | + * extra setters and getters for LBPHFaceRecognizer (#1194) |
| 62 | +* **contrib/freetype** |
| 63 | + * imported freetype code by lz1998 from PR 873 |
| 64 | + |
1 | 65 | 0.37.0 |
2 | 66 | --- |
3 | 67 | * **all** |
|
0 commit comments