Skip to content

Commit

Permalink
* Fix mapping of HoughLines, HoughLinesP, HoughCircles, and `S…
Browse files Browse the repository at this point in the history
…ubdiv2D` from `opencv_imgproc` (issues bytedeco/javacv#913 and bytedeco/javacv#1146)
  • Loading branch information
saudet committed Mar 3, 2019
1 parent ed36a35 commit e1d516d
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 40 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

* Fix mapping of `HoughLines`, `HoughLinesP`, `HoughCircles`, and `Subdiv2D` from `opencv_imgproc` (issues [bytedeco/javacv#913](https://github.com/bytedeco/javacv/issues/913) and [bytedeco/javacv#1146](https://github.com/bytedeco/javacv/issues/1146))
* Add basic mapping of stdio streams to presets for GSL since it relies on them for serialization
* Fix crash in Leptonica on CentOS 6 by downgrading to libpng 1.5.30 ([issue #680](https://github.com/bytedeco/javacpp-presets/issues/680))
* Add `GetComponentImagesExample`, `IteratorOverClassifierChoicesExample`, `OrientationAndScriptDetectionExample`, and `ResultIteratorExample` for Tesseract ([pull #673](https://github.com/bytedeco/javacpp-presets/pull/673) and [pull #675](https://github.com/bytedeco/javacpp-presets/pull/675))
Expand Down

0 comments on commit e1d516d

Please sign in to comment.