From 15cfaa8765b99f27787e7c77c18186bdcf4c7fdf Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Wed, 12 Mar 2025 15:48:39 +0000 Subject: [PATCH] Add OpenCV 4.11 support for the changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4665637..d0f7ad9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ @@ -17,16 +17,17 @@ This changelog aims to follow the guiding principles of ### Added - Implementation of Rotate 90 degrees clockwise. -- Remap implementations for u8 and u16 images, Replicated and Constant borders +- Remap implementations for u8 and u16 images, Replicated and Constant borders: - Integer coordinates with Nearest Neighbour method - 1 channel only - Fixed-point coordinates with Linear interpolation - 1 and 4 channels - Floating-point coordinates with Nearest Neighbour and Linear interpolation - 1 and 2 channels -- WarpPerspective implementation for 1-channel u8 input +- WarpPerspective implementation for 1-channel u8 input: - Nearest Neighbour and Linear interpolation methods - Replicated and Constant borders +- Support for OpenCV 4.11. ### Changed - Increased precision of sum for 32 bit floats and expose it to OpenCV HAL. -- GitLab