Changelog
Source:NEWS.md
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 approximating a polygon with another polygon with fewer 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.
Rvision 0.6.5
Rvision 0.6.4
New features
- New function mimicking Matlab “improfile”” function for measuring pixel values along a line segment.
- New function for image concatenation.
- New function for reducing 2D images object to a 1D image (apply-like).
- New function for tiling/repeating images.
- Square root, logarithm, exponential, and power functions are now proper generics.
Rvision 0.6.3
New features
- Some Hu moment invariants were missing.
- OpenCV DLLs are now copied from ROpenCVLite on installation on Windows.
- New functions to compute square root, logarithm, exponential, and powers.
- New function to compute Gabor kernels for image filtering.
- New function to convert vector fields to polar coordinates and back.
Rvision 0.6.2
Rvision 0.6.1
Rvision 0.6.0
New features
- We now have a changelog (yes, I know, finally).
- A large portion of the code base has been rewritten for improving performance and facilitating code maintenance (hopefully).
- In-place operations have been reworked to allow for saving results in target images for more flexibility while maintaining performance.
- GPU support has been added wherever possible. Stupid-fast mode enabled on compatible hardware :-)
- An experimental dynamic queuing system operating on a separate thread has been introduced to allow for reading frames in parallel with image processing on the main R thread.
- New, hopefully more useful vignettes have been added.
- More OpenCV functions are now accessible through Rvision (e.g., histogram equalization).