|
2 | 2 | Changelog for package opencv_apps |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | + |
| 8 | +* New Nodes |
| 9 | + |
| 10 | + * [color_filter_nodelet.cpp] Add color_filter nodelet (`#48 <https://github.com/ros-perception/opencv_apps/issues/48>`_) |
| 11 | + * use BGR2HSB, support H from 0-360 and 350 - 360+a |
| 12 | + * Unified hsl -> hls |
| 13 | + * Add hsv_color_filter test |
| 14 | + * Modified hls_color_filter's test paramter. Extracting skin color. |
| 15 | + * [corner_harris_nodelet.cpp] Add corner-harris (`#38 <https://github.com/ros-perception/opencv_apps/issues/38>`_ ) |
| 16 | + * [discrete_fourier_transform_nodelet.cpp] Add discrete_fourier_transform_nodelet (`#36 <https://github.com/ros-perception/opencv_apps/issues/36>`_ ) |
| 17 | + |
| 18 | +* New Feature |
| 19 | + |
| 20 | + * [face_detection_nodelet.cpp] publish face roi image (`#40 <https://github.com/ros-perception/opencv_apps/issues/40>`_ ) |
| 21 | + * [face_detection_nodelet.cpp] fix: use encoding BGR8 on conversion from cv::Mat to sensor_msgs/Image |
| 22 | + |
| 23 | +* Fix / Improvement |
| 24 | + |
| 25 | + * [adding_images_nodelet.cpp] Fix AddingImages (`#52 <https://github.com/ros-perception/opencv_apps/issues/52>`_) |
| 26 | + * CvtColorForDisplay is not supported until 1.11.9 (hydro) |
| 27 | + * CvtColorForDisplayOptions is supported in 1.11.13 |
| 28 | + * Rename topic ~info to camera_info for consistency |
| 29 | + * Do dynamic scaling for float/double images |
| 30 | + * Support adding images whose encodings are same kind, For example adding rgb8 + bgr8 |
| 31 | + * display using cvtColorForDisplay |
| 32 | + * Clarify with auto_beta for auto beta settings |
| 33 | + * Check input encoding consistency |
| 34 | + * Add arbitrary dtype images |
| 35 | + * AddingImages: enable to set beta param if use_data is true |
| 36 | + * [face_detection] add test for face_detection/face_image topic (`#49 <https://github.com/ros-perception/opencv_apps/issues/49>`_) |
| 37 | + * test/CMakeLists.txt : skip face_detection.test |
| 38 | + * [test/test-face_detection.test] add test for face_image |
| 39 | + * [.travis.sh] bugfix: test for opencv3 `#45 <https://github.com/ros-perception/opencv_apps/issues/45>`_ |
| 40 | + * [.travis.sh] bugfix: use --upstream for rosinstall_generator to fetch not only metapackage |
| 41 | + - [.travis.sh] run test only opencv_apps package (not dep packages) |
| 42 | + - [.travis.sh] build compressed_image_transport from source if opencv3 is enabled |
| 43 | + - [package.xml] use compressed_image_transport for test_depend instead of meta package image_transport_plugins |
| 44 | + * [doc] Better package description. (`#43 <https://github.com/ros-perception/opencv_apps/issues/43>`_) |
| 45 | + * watershed_segmentation_nodelet.cpp : Fix typo in warnnige message (`#34 <https://github.com/ros-perception/opencv_apps/issues/34>`_) |
| 46 | + * Create README.md |
| 47 | + |
| 48 | +* Contributors: Isaac I.Y. Saito, Kei Okada, Kentaro Wada, Yuki Furuta, Iori Yanokura |
| 49 | + |
5 | 50 | 1.11.14 (2016-09-12) |
6 | 51 | -------------------- |
7 | 52 |
|
|
0 commit comments