Skip to content

Commit

Permalink
Merge pull request #68 from swarm-lab/develop
Browse files Browse the repository at this point in the history
Update NEWS for release.
  • Loading branch information
sjmgarnier authored Nov 16, 2022
2 parents ed1ccb7 + 95ba492 commit dafcbb9
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 10 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 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.

## Minor improvements and fixes

* The documentation has been fixed/improved in several places.
* Minor bug fixes here and there.

---

# Rvision 0.6.3

## New features
Expand Down
16 changes: 16 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
z4_inplace: z4_inplace.html
z5_gpu: z5_gpu.html
z6_queue: z6_queue.html
last_built: 2022-11-15T18:58Z
last_built: 2022-11-16T19:55Z
urls:
reference: https://swarm-lab.github.io/ROpenCVLite/reference
article: https://swarm-lab.github.io/ROpenCVLite/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/convexHull.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/fitEllipse.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/minAreaRect.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dafcbb9

Please sign in to comment.