ros-crystal-cv-bridge (2.1.0-0bionic) bionic; urgency=high

  * find boost_python on boost 1.58 (<1.65) (#246 <https://github.com/ros-perception/vision_opencv/issues/246>)
  * Contributors: Mikael Arguedas

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 26 Nov 2018 06:00:00 -0000

ros-crystal-cv-bridge (2.0.5-0bionic) bionic; urgency=high

  * remove redundant ament_auto_lint dependency to release package
  * fix test_encode_decode_cv2_compressed runtime error with JPEG2000
  * change python3-numpy as build and execution dependency to fix building
    error while releasing package
  * Contributor: Ethan Gao

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 17 Aug 2018 05:00:00 -0000

ros-crystal-cv-bridge (2.0.4-0bionic) bionic; urgency=high

  * Add libopencv-dev as dependency of cv_bridge
  * Replace assert_equal with assert to remove dependency to nose package
  * Contributor: Ethan Gao

 -- Ethan Gao <ethan.gao@linux.intel.com>  Tue, 14 Aug 2018 05:00:00 -0000

ros-crystal-cv-bridge (2.0.3-0bionic) bionic; urgency=high

  * fix the build warning with colcon building
  * optimize buffer type of imgmsg_to_cv2()
  * add python3_opencv and python3_numpy as dependency
  * uncrustify 0.67 coding style alignment
  * Contributors: Mikael Arguedas, Lars Berscheid, Ethan Gao

 -- Ethan Gao <ethan.gao@linux.intel.com>  Tue, 07 Aug 2018 05:00:00 -0000

ros-crystal-cv-bridge (2.0.2-0bionic) bionic; urgency=high

  * fix rosdep keys issue of opencv3

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 29 Jun 2018 05:00:00 -0000

ros-crystal-cv-bridge (2.0.1-0bionic) bionic; urgency=high



 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 28 Jun 2018 05:00:00 -0000

ros-crystal-cv-bridge (2.0.0-0bionic) bionic; urgency=high

  * Port cv_bridge to ros2
  * Remove the old inherent boost files
  * Replace boost code with newer C++ standard higher than C++11
  * Add a new readme
  * Adapt message definition like sensor_msg/Image etc in ROS2
  * Coding style alignment with ROS2 using cppcheck/cpplint and python flake8/pep257
  * Enable all the C++/Python unit test with gtest and unittest with ament tools
  * Contributors: Ethan Gao

 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 06 Jun 2018 05:00:00 -0000

ros-crystal-cv-bridge (1.12.7-0bionic) bionic; urgency=high



 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 12 Nov 2017 06:00:00 -0000

ros-crystal-cv-bridge (1.12.6-0bionic) bionic; urgency=high

  * fix endianness issues
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 11 Nov 2017 06:00:00 -0000

ros-crystal-cv-bridge (1.12.5-0bionic) bionic; urgency=high

  * add version_gte for opencv3
    @vrabaud If you'll update opencv3 version as discussed in https://discourse.ros.org/t/opencv-3-3/2674/4, I think we'd better to add 'version_gte' tag so that apt-get install ros-kinetic-cv-bridge also pulls openv3.3 from repository, to avoid API breaking issue between opencv2 and opencv3.
  * Simplify the dependency components of cv_bridge
    Fixes #183 <https://github.com/ros-perception/vision_opencv/issues/183>
  * Fixes #177 <https://github.com/ros-perception/vision_opencv/issues/177>
    The Python bridge was wrong on OpenCV2 with mono8 (and any Mat
    with only two dimensions btw). Took the official Python bridge
    from OpenCV.
  * Add missing test file
    This fixes #171 <https://github.com/ros-perception/vision_opencv/issues/171>
  * Properly deal with alpha in image compression.
    That fixes #169 <https://github.com/ros-perception/vision_opencv/issues/169>
  * Silence warnings about un-used variables
  * export OpenCV variables
  * Contributors: Kei Okada, Victor Lamoine, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 05 Nov 2017 05:00:00 -0000

ros-crystal-cv-bridge (1.12.4-0bionic) bionic; urgency=high

  * properly find Boost Python 2 or 3
    This fixes #158 <https://github.com/ros-perception/vision_opencv/issues/158>
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 29 Jan 2017 06:00:00 -0000

ros-crystal-cv-bridge (1.12.3-0bionic) bionic; urgency=high

  * Use api in sensor_msgs to get byte_depth and num channels
  * Implement cpp conversion of N channel image
    This is cpp version of https://github.com/ros-perception/vision_opencv/pull/141,
    which is one for python.
  * Fill black color to depth nan region
  * address gcc6 build error in cv_bridge and tune
    With gcc6, compiling fails with stdlib.h: No such file or directory,
    as including '-isystem /usr/include' breaks with gcc6, cf.,
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
    This commit addresses this issue for cv_bridge in the same way
    it was done in the commit ead421b8 [1] for image_geometry.
    This issue was also addressed in various other ROS packages.
    A list of related commits and pull requests is at:
    https://github.com/ros/rosdistro/issues/12783
    [1] https://github.com/ros-perception/vision_opencv/commit/ead421b85eeb750cbf7988657015296ed6789bcf
    Signed-off-by: Lukas Bulwahn <mailto:lukas.bulwahn@oss.bmw-carit.de>
  * cv_bridge: Add missing test_depend on numpy
  * Contributors: Kentaro Wada, Lukas Bulwahn, Maarten de Vries

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 04 Dec 2016 06:00:00 -0000

ros-crystal-cv-bridge (1.12.2-0bionic) bionic; urgency=high

  * Specify background label when colorizing label image
  * Adjust to arbitrary image channels like 32FC40
    Proper fix for #141 <https://github.com/ros-perception/vision_opencv/issues/141>
  * Remove unexpectedly included print statement
  * Contributors: Kentaro Wada, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 24 Sep 2016 05:00:00 -0000

ros-crystal-cv-bridge (1.12.1-0bionic) bionic; urgency=high

  * split the conversion tests out of enumerants
  * support is_bigendian in Python
    Fixes #114 <https://github.com/ros-perception/vision_opencv/issues/114>
    Also fixes mono16 test
  * Support compressed Images messages in python for indigo
    - Add cv2_to_comprssed_imgmsg: Convert from cv2 image to compressed image ros msg.
    - Add comprssed_imgmsg_to_cv2:   Convert the compress message to a new image.
    - Add compressed image tests.
    - Add time to msgs (compressed and regular).
    add enumerants test for compressed image.
    merge the compressed tests with the regular ones.
    better comment explanation. I will squash this commit.
    Fix indentation
    fix typo mistage: from .imgmsg_to_compressed_cv2 to .compressed_imgmsg_to_cv2.
    remove cv2.CV_8UC1
    remove rospy and time depndency.
    change from IMREAD_COLOR to IMREAD_ANYCOLOR.
    - make indentaion of 4.
    - remove space trailer.
    - remove space from empty lines.
    - another set of for loops, it will make things easier to track. In that new set,  just have the number of channels in ([],1,3,4) (ignore two for jpg). from: https://github.com/ros-perception/vision_opencv/pull/132#discussion_r66721943
    - keep the OpenCV error message. from: https://github.com/ros-perception/vision_opencv/pull/132#discussion_r66721013
    add debug print for test.
    add case for 4 channels in test.
    remove 4 channels case from compressed test.
    add debug print for test.
    change typo of format.
    fix typo in format. change from dip to dib.
    change to IMREAD_ANYCOLOR as python code. (as it should).
    rename TIFF to tiff
    Sperate the tests one for regular images and one for compressed.
    update comment
  * Add CvtColorForDisplayOptions with new colormap param
  * fix doc jobs
  * Add python binding for cv_bridge::cvtColorForDisplay
  * Don't colorize float image as label image
    This is a bug and image whose encoding is other than 32SC1 should not be
    colorized. (currently, depth images with 32FC1 is also colorized.)
  * Fix compilation of cv_bridge with opencv3 and python3.
  * Contributors: Kentaro Wada, Maarten de Vries, Vincent Rabaud, talregev

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 11 Jul 2016 05:00:00 -0000

ros-crystal-cv-bridge (1.12.0-0bionic) bionic; urgency=high

  * depend on OpenCV3 only
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 18 Mar 2016 05:00:00 -0000

ros-crystal-cv-bridge (1.11.12-0bionic) bionic; urgency=high

  * Fix my typo
  * Remove another eval
    Because cvtype2_to_dtype_with_channels('8UCimport os; os.system("rm -rf /")') should never have a chance of happening.
  * Remove eval, and other fixes
    Also, extend from object, so as not to get a python 2.2-style class, and use the new-style raise statement
  * Contributors: Eric Wieser

 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 10 Mar 2016 06:00:00 -0000

ros-crystal-cv-bridge (1.11.11-0bionic) bionic; urgency=high

  * clean up the doc files
  * fix a few warnings in doc jobs
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 31 Jan 2016 06:00:00 -0000

ros-crystal-cv-bridge (1.11.10-0bionic) bionic; urgency=high

  * fix OpenCV3 build
  * Describe about converting label to bgr image in cvtColorForDisplay
  * Convert label to BGR image to display
  * Add test for rgb_colors.cpp
  * Add rgb_colors util
  * Update doc for converting to BGR in cvtColorForDisplay
  * Convert to BGR from any encoding
  * Refactor: sensor_msgs::image_encodings -> enc
  * Contributors: Kentaro Wada, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 16 Jan 2016 06:00:00 -0000

ros-crystal-cv-bridge (1.11.9-0bionic) bionic; urgency=high

  * deal with endianness
  * add cvtColorForDisplay
  * Improved efficiency by using toCvShare instead of toCvCopy.
  * Add format enum for easy use and choose format.
  * fix compilation warnings
  * start to extend the cv_bridge with cvCompressedImage class, that will convert from cv::Mat opencv images to CompressedImage ros messages and vice versa
  * Contributors: Carlos Costa, Vincent Rabaud, talregev

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 29 Nov 2015 06:00:00 -0000

ros-crystal-cv-bridge (1.11.8-0bionic) bionic; urgency=high

  * Simplify some OpenCV3 distinction
  * fix tests
  * fix test under OpenCV3
  * Remove Python for Android
  * Contributors: Gary Servin, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 15 Jul 2015 05:00:00 -0000

ros-crystal-cv-bridge (1.11.7-0bionic) bionic; urgency=high

  * check that the type is indeed a Numpy one
    This is in response to #51 <https://github.com/ros-perception/vision_opencv/issues/51>
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 14 Dec 2014 06:00:00 -0000

ros-crystal-cv-bridge (1.11.6-0bionic) bionic; urgency=high

  * chnage the behavior when there is only one channel
  * cleanup tests
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 16 Nov 2014 06:00:00 -0000

ros-crystal-cv-bridge (1.11.5-0bionic) bionic; urgency=high

  * get code to work with OpenCV3
    actually fixes #46 <https://github.com/ros-perception/vision_opencv/issues/46> properly
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 21 Sep 2014 05:00:00 -0000

ros-crystal-cv-bridge (1.11.4-0bionic) bionic; urgency=high

  * Fix #42 <https://github.com/ros-perception/vision_opencv/issues/42>
  * Contributors: Libor Wagner

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 27 Jul 2014 05:00:00 -0000

ros-crystal-cv-bridge (1.11.3-0bionic) bionic; urgency=high

  * Correct dependency from non-existent package to cv_bridge
  * Contributors: Isaac Isao Saito

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 08 Jun 2014 05:00:00 -0000

ros-crystal-cv-bridge (1.11.2-0bionic) bionic; urgency=high

  * Add depend on python for cv_bridge
  * Contributors: Scott K Logan

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 28 Apr 2014 05:00:00 -0000

ros-crystal-cv-bridge (1.11.1-0bionic) bionic; urgency=high

  * fixes #34 <https://github.com/ros-perception/vision_opencv/issues/34>
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 16 Apr 2014 05:00:00 -0000

ros-crystal-cv-bridge (1.11.0-0bionic) bionic; urgency=high

  * remove deprecated API and fixes #33 <https://github.com/ros-perception/vision_opencv/issues/33>
  * fix OpenCV dependencies
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 15 Feb 2014 06:00:00 -0000

ros-crystal-cv-bridge (1.10.15-0bionic) bionic; urgency=high

  * fix python 3 error at configure time
  * Contributors: Dirk Thomas

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 07 Feb 2014 06:00:00 -0000

ros-crystal-cv-bridge (1.10.14-0bionic) bionic; urgency=high

  * update changelog
  * Find NumPy include directory
  * Contributors: Brian Jensen, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 23 Nov 2013 22:17:00 -0000

ros-crystal-cv-bridge (1.10.13-0bionic) bionic; urgency=high

  * fix compilation on older NumPy
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 23 Nov 2013 15:19:00 -0000

ros-crystal-cv-bridge (1.10.12-0bionic) bionic; urgency=high

  * bump changelog
  * Fixed issue with image message step size
  * fix crash for non char data
  * fix #26 <https://github.com/ros-perception/vision_opencv/issues/26>
  * Contributors: Brian Jensen, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 22 Nov 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.11-0bionic) bionic; urgency=high

  * fix bad image check and improve it too
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 23 Oct 2013 05:00:00 -0000

ros-crystal-cv-bridge (1.10.10-0bionic) bionic; urgency=high

  * fixes #25 <https://github.com/ros-perception/vision_opencv/issues/25>
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 19 Oct 2013 05:00:00 -0000

ros-crystal-cv-bridge (1.10.9-0bionic) bionic; urgency=high

  * fixes #20 <https://github.com/ros-perception/vision_opencv/issues/20>
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 07 Oct 2013 05:00:00 -0000

ros-crystal-cv-bridge (1.10.8-0bionic) bionic; urgency=high

  * fixes #22 <https://github.com/ros-perception/vision_opencv/issues/22>
  * fixes #17 <https://github.com/ros-perception/vision_opencv/issues/17>
  * check for CATKIN_ENABLE_TESTING
  * fixes #16 <https://github.com/ros-perception/vision_opencv/issues/16>
  * update email  address
  * Contributors: Lukas Bulwahn, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 09 Sep 2013 05:00:00 -0000

ros-crystal-cv-bridge (1.10.7-0bionic) bionic; urgency=high



 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 17 Jul 2013 05:00:00 -0000

ros-crystal-cv-bridge (1.10.6-0bionic) bionic; urgency=high

  * make sure conversion are applied for depth differences
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 01 Mar 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.5-0bionic) bionic; urgency=high



 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 11 Feb 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.4-0bionic) bionic; urgency=high

  * fix installation of the boost package
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 02 Feb 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.3-0bionic) bionic; urgency=high

  * Link against PTYHON_LIBRARIES
  * Contributors: William Woodall

 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 17 Jan 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.2-0bionic) bionic; urgency=high

  * use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  * Contributors: Dirk Thomas

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 13 Jan 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.1-0bionic) bionic; urgency=high

  * add licenses
  * fixes #5 <https://github.com/ros-perception/vision_opencv/issues/5> by removing the logic from Python and using wrapped C++ and adding a test for it
  * fix a bug discovered when running the opencv_tests
  * use some C++ logic
  * add a Boost Python module to have the C++ logix used directly in Python
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 10 Jan 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.10.0-0bionic) bionic; urgency=high

  * add conversion from Bayer to gray
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 03 Jan 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.9.15-0bionic) bionic; urgency=high

  * use the reverted isColor behavior
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 02 Jan 2013 06:00:00 -0000

ros-crystal-cv-bridge (1.9.14-0bionic) bionic; urgency=high



 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 30 Dec 2012 06:00:00 -0000

ros-crystal-cv-bridge (1.9.13-0bionic) bionic; urgency=high

  * use the catkin macros for the setup.py
  * fix #3 <https://github.com/ros-perception/vision_opencv/issues/3>
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 15 Dec 2012 06:00:00 -0000

ros-crystal-cv-bridge (1.9.12-0bionic) bionic; urgency=high

  * buildtool_depend catkin fix
  * CMakeLists.txt clean up.
  * Contributors: William Woodall

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 14 Dec 2012 06:00:00 -0000

ros-crystal-cv-bridge (1.9.11-0bionic) bionic; urgency=high

  * fix issue #1 <https://github.com/ros-perception/vision_opencv/issues/1>
  * Cleanup of package.xml
  * Contributors: Vincent Rabaud, William Woodall

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 10 Dec 2012 06:00:00 -0000

ros-crystal-cv-bridge (1.9.10-0bionic) bionic; urgency=high

  * fix the bad include folder
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 04 Oct 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.9-0bionic) bionic; urgency=high

  * fix dependencies
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Mon, 01 Oct 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.8-0bionic) bionic; urgency=high

  * fix some dependencies
  * add rosconsole as a dependency
  * fix missing Python at install and fix some dependencies
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sun, 30 Sep 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.7-0bionic) bionic; urgency=high

  * add missing stuff
  * make sure we find catkin
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 29 Sep 2012 02:07:00 -0000

ros-crystal-cv-bridge (1.9.6-0bionic) bionic; urgency=high

  * move the test to where it belongs
  * fix the tests and the API to not handle conversion from CV_TYPE to Color type (does not make sense)
  * comply to the new Catkin API
  * backport the YUV422 bug fix from Fuerte
  * apply patch from https://code.ros.org/trac/ros-pkg/ticket/5556
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 28 Sep 2012 20:17:00 -0000

ros-crystal-cv-bridge (1.9.5-0bionic) bionic; urgency=high

  * remove dependencies to the opencv2 ROS package
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Sat, 15 Sep 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.4-0bionic) bionic; urgency=high

  * make sure the include folders are copied to the right place
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Thu, 13 Sep 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.3-0bionic) bionic; urgency=high



 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 12 Sep 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.2-0bionic) bionic; urgency=high

  * be more compliant to the latest catkin
  * added catkin_project() to cv_bridge, image_geometry, and opencv_tests
  * Contributors: Jonathan Binney, Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Fri, 07 Sep 2012 05:00:00 -0000

ros-crystal-cv-bridge (1.9.1-0bionic) bionic; urgency=high

  * remove things that were marked as ROS_DEPRECATED
  * Contributors: Vincent Rabaud

 -- Ethan Gao <ethan.gao@linux.intel.com>  Wed, 29 Aug 2012 03:06:00 -0000

ros-crystal-cv-bridge (1.9.0-0bionic) bionic; urgency=high

  * catkinized opencv_tests by Jon Binney
  * catkinized cv_bridge package... others disable for now by Jon Binney
  * remove the version check, let's trust OpenCV :)
  * revert the removal of opencv2
  * vision_opencv: Export OpenCV flags in manifests for image_geometry, cv_bridge.
  * finally get rid of opencv2 as it is a system dependency now
  * bump REQUIRED version of OpenCV to 2.3.2, which is what's in ros-fuerte-opencv
  * switch rosdep name to opencv2, to refer to ros-fuerte-opencv2
  * added missing header
  * Added constructor to CvImage to make converting a cv::Mat to sensor_msgs::Image less verbose.
  * cv_bridge: Added unit test for #5206 <https://github.com/ros-perception/vision_opencv/issues/5206>
  * cv_bridge: Applied patch from mdesnoyer to fix handling of non-continuous OpenCV images. #5206 <https://github.com/ros-perception/vision_opencv/issues/5206>
  * Adding opencv2 to all manifests, so that client packages may
    not break when using them.
  * baking in opencv debs and attempting a pre-release
  * cv_bridge: Support for new 16-bit encodings.
  * cv_bridge: Deprecate old C++ cv_bridge API.
  * cv_bridge: Correctly scale for MONO8 <-> MONO16 conversions.
  * cv_bridge: Fixed issue where pointer version to toCvCopy would ignore the requested encoding (http://answers.ros.org/question/258/converting-kinect-rgb-image-to-opencv-gives-wrong).
  * fixed doc build by taking a static snapshot
  * cv_bridge: Marking doc reviewed.
  * cv_bridge: Tweaks to make docs look better.
  * cv_bridge: Added cvtColor(). License notices. Documented that CvBridge class is obsolete.
  * cv_bridge: Added redesigned C++ cv_bridge.
  * Doc cleanup
  * Trigger doc rebuild
  * mono16 -> bgr conversion tested and fixed in C
  * Added Ubuntu platform tags to manifest
  * Handle mono16 properly
  * Raise exception when imgMsgToCv() gets an image encoding it does not recognise, #3489 <https://github.com/ros-perception/vision_opencv/issues/3489>
  * Remove use of deprecated rosbuild macros
  * Fixed example
  * cv_bridge split from opencv2
  * Contributors: Vincent Rabaud, ethanrublee, gerkey, jamesb, mihelich, vrabaud, wheeler

 -- Ethan Gao <ethan.gao@linux.intel.com>  Tue, 28 Aug 2012 19:29:00 -0000


