diff --git a/DESCRIPTION b/DESCRIPTION index e0dd3e91..b700a8f8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: Rvision Type: Package Title: Computer Vision Library for R -Version: 0.7.1 -Date: 2023-10-25 +Version: 0.8.0 +Date: 2024-01-31 Authors@R: c( person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3886-3974")), diff --git a/NEWS.md b/NEWS.md index f7df72c7..8d16b433 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,30 @@ +# Rvision 0.8.0 + +**Full Changelog**: https://github.com/swarm-lab/Rvision/compare/v0.7.0...v0.8.0 + +## New features + +* Add camera calibration functions and tutorial. +* Add mask to ECC and minMaxLoc functions. +* Add line detection with probabilistic Hough transform. +* Add goodFeaturesToTrack function (finds the most prominent corners in an image). +* Add pyramid resampling functions (up- and down-). +* Add ORB keypoint detection and matching. +* Add approxPolyDP (Douglas-Peucker algorithm for approximates a polygon with another polygon with less vertices). +* Add affine transform matrix computation. +* Add string argument for streams (users can now pass the URL of a video stream or a GStreamer pipeline string). ++ Add invertFourcc function to recover a codec's name from its fourcc code. +* Add function to perform 90-degree rotations of images. +* Add undistort function for individual coordinates. + +## Minor improvements and fixes + +* The documentation has been fixed/improved in several places. +* Many bug fixes here and there. +* Update capture and writer properties utilities. + +--- + # Rvision 0.7.0 ## New features diff --git a/docs/404.html b/docs/404.html index bbf75409..852cefd7 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ Rvision - 0.7.1 + 0.8.0