NEWS
image.textlinedetector 0.2.3 (2023-11-09)
- Windows: update to opencv 4.8.1 with support for arm64.
- Wrap examples in donttest to avoid timing issues with magick on cran debian
image.textlinedetector 0.2.2 (2022-10-17)
- Compile with CXX17 when available to fix compiler warnings
image.textlinedetector 0.2.1 (2022-08-19)
- Change of maintainer email address
image.textlinedetector 0.2.0
- Added ocv_deslant / image_deslant
image.textlinedetector 0.1.5 (2021-09-02)
- Makevars fix for Windows UCRT toolchain
image.textlinedetector 0.1.4 (2021-07-07)
- Remove LazyData from DESCRIPTION as there is no data to be lazy about
- Put example with image_draw in donttest block
image.textlinedetector 0.1.3 (2021-01-25)
- Update configure script, using new autobrew location https://autobrew.github.io/scripts/opencv, using sh instead of bash
- Windows uses now opencv 4.4.0
- Fix for R CMD check valgrind message
image.textlinedetector 0.1.2 (2020-09-22)
- Use C++11 instead of C++17 in Makevars.win
image.textlinedetector 0.1.1 (2020-09-21)
- Updated SystemRequirements (OpenCV 3 or newer)
- Get rid of cvmat functions which are already part of R package opencv + only link to highgui,imgproc,core (drop linking to the other opencv modules as they were not needed)
- Fix LineSegmentation::sieve as it gave undefined behaviour giving incorrect prime numbers
- Fix signed integer overflow in rcpp-linelocalization.cpp:296 during hashing of 2 integers (x/y locations)
image.textlinedetector 0.1.0 (2020-09-15)