ros-lunar-swri-image-util (2.9.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Thu, 23 May 2019 05:00:00 -0000

ros-lunar-swri-image-util (2.8.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Wed, 06 Feb 2019 06:00:00 -0000

ros-lunar-swri-image-util (2.7.3-1stretch) stretch; urgency=high

  * Fixes for image normalization. (#536 <https://github.com/swri-robotics/marti_common/issues/536>)
  * Contributors: Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Thu, 03 Jan 2019 06:00:00 -0000

ros-lunar-swri-image-util (2.7.2-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Thu, 20 Dec 2018 06:00:00 -0000

ros-lunar-swri-image-util (2.7.1-1stretch) stretch; urgency=high

  * Fix masked image normalization. (#531 <https://github.com/swri-robotics/marti_common/issues/531>)
  * Contributors: Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Fri, 14 Dec 2018 06:00:00 -0000

ros-lunar-swri-image-util (2.7.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Tue, 04 Dec 2018 06:00:00 -0000

ros-lunar-swri-image-util (2.6.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Sat, 03 Nov 2018 05:00:00 -0000

ros-lunar-swri-image-util (2.5.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Fri, 12 Oct 2018 05:00:00 -0000

ros-lunar-swri-image-util (2.4.0-1stretch) stretch; urgency=high

  * Add function to blend two images with alpha channels. (#522 <https://github.com/swri-robotics/marti_common/issues/522>)
  * Contributors: Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Tue, 09 Oct 2018 05:00:00 -0000

ros-lunar-swri-image-util (2.3.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Fri, 25 May 2018 05:00:00 -0000

ros-lunar-swri-image-util (2.2.1-1stretch) stretch; urgency=high

  * Initialize image before drawing on it. (#512 <https://github.com/swri-robotics/marti_common/issues/512>)
  * Contributors: Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Fri, 11 May 2018 05:00:00 -0000

ros-lunar-swri-image-util (2.2.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Mon, 12 Feb 2018 06:00:00 -0000

ros-lunar-swri-image-util (2.1.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Fri, 26 Jan 2018 06:00:00 -0000

ros-lunar-swri-image-util (2.0.0-1stretch) stretch; urgency=high

  * Add nodelet for drawing a polygon on an image. (#500 <https://github.com/swri-robotics/marti_common/issues/500>)
  * update to use non deprecated pluginlib macro (#493 <https://github.com/swri-robotics/marti_common/issues/493>)
  * Implement simple image file publisher. (#488 <https://github.com/swri-robotics/marti_common/issues/488>)
  * Contributors: Marc Alban, Mikael Arguedas

 -- Kris Kozak <kkozak@swri.org>  Mon, 18 Dec 2017 06:00:00 -0000

ros-lunar-swri-image-util (1.2.0-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Fri, 13 Oct 2017 05:00:00 -0000

ros-lunar-swri-image-util (1.1.0-1stretch) stretch; urgency=high

  * Improving user feedback when checking parameter validity. Breaking apart parameter checks so it is clearer what the error is. Also making sure the user passes in non-negative values for RGB and gray values
  * Add a crosshairs nodelet to swri_image_util (#461 <https://github.com/pjreed/marti_common/issues/461>)
  * Cloning OpenCV matrices to make sure values are not overwritten
  * Fixing conditions which would trigger a warning on node startup
  * Fixing problems caused by OpenCV matrices making shallow copies
  * Adding compiler flag to correctly include file when using OpenCV 2.x
  * Adding ability to recolor image using an OpenCV colormap
  * Improving robustness of parameter parsing
  * Improving error checking
  * Adding color replacer to nodelet list
  * Contributors: David Anthony, Edward Venator, Jerry Towler, Marc Alban, P. J. Reed

 -- Kris Kozak <kkozak@swri.org>  Thu, 31 Aug 2017 05:00:00 -0000

ros-lunar-swri-image-util (1.0.0-1stretch) stretch; urgency=high

  * Create warp_image Nodelet (#446 <https://github.com/evenator/marti_common/issues/446>)
    Add a nodelet to swri_image util that applies a 3x3 transformation matrix to an image using cv::warpPerspective and publishes the resulting image.
  * Contributors: Edward Venator

 -- Kris Kozak <kkozak@swri.org>  Wed, 02 Aug 2017 05:00:00 -0000

ros-lunar-swri-image-util (0.3.0-1stretch) stretch; urgency=high

  * Merge together the indigo, jade, and kinetic branches (#443 <https://github.com/pjreed/marti_common/issues/443>)
  * Enable blending with transparency mask (#439 <https://github.com/pjreed/marti_common/issues/439>)
  * Contributors: Jerry Towler, P. J. Reed

 -- Kris Kozak <kkozak@swri.org>  Tue, 20 Jun 2017 05:00:00 -0000

ros-lunar-swri-image-util (0.2.4-1stretch) stretch; urgency=high

  * Image blending kinetic (#429 <https://github.com/swri-robotics/marti_common/issues/429>)
  * Initial commit of image blending
  * Adding launch file and various bug fixes
  * Making the base and top image encoding match. Lets us do things like blend a grayscale image onto a color image
  * Removing file globbing from CMakeLists that made QtCreator happy
  * Adding message_filters as a ROS package dependency
  * Fix issue with contrast stretching when a grid cell is completely masked out.
  * Contributors: Marc Alban, danthony06

 -- Kris Kozak <kkozak@swri.org>  Tue, 11 Apr 2017 05:00:00 -0000

ros-lunar-swri-image-util (0.2.3-1stretch) stretch; urgency=high

  * Fix OpenCV dependencies for Kinetic build (#400 <https://github.com/swri-robotics/marti_common/issues/400>)
  * Contributors: P. J. Reed

 -- Kris Kozak <kkozak@swri.org>  Fri, 09 Dec 2016 06:00:00 -0000

ros-lunar-swri-image-util (0.2.2-1stretch) stretch; urgency=high

  * Fix issue with contrast stretching when a grid cell is completely masked out.
  * Migrated OpenCV to 3.1 (default in Kinetic)
  * Contributors: Brian Holt, Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Wed, 07 Dec 2016 06:00:00 -0000

ros-lunar-swri-image-util (0.2.1-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Sun, 23 Oct 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.2.0-1stretch) stretch; urgency=high

  * Replace legacy OpenCV BruteForceMatcher with new cv::BFMatcher.
  * Upgrade Qt to version 5.
  * Contributors: Ed Venator

 -- Kris Kozak <kkozak@swri.org>  Tue, 21 Jun 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.1.5-1stretch) stretch; urgency=high

  * Add an explicit dependency on pkg-config
  * Contributors: P. J. Reed

 -- Kris Kozak <kkozak@swri.org>  Fri, 13 May 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.1.4-1stretch) stretch; urgency=high

  * Update contrast stretch nodelet to automatically scale image mask to correct size.
  * Fixing Jade compilation issues
    1. For some reason, Eigen3 wasn't being properly detected by CMake.  I
    added a few lines that will make it try using PkgConfig if CMake
    fails.
    2. swri_image_util's geometry_util.test was being installed but should
    not have been; nothing else is in its "launch" directory, so I removed
    the whole directory from the install.
  * Fixed compile error when ros-indigo-opencv3 is installed (#307 <https://github.com/evenator/marti_common/issues/307>)
    * Fixed compile error when package ros-indigo-opencv3 is installed.
    swri_geometry_util uses wrong version of OpenCV when the package
    ros-indigo-opencv3 is installed. This patch fixes the issue.
    * Updated all CMakeFiles.txt to specify OpenCV version 2
    The find_package for OpenCV is now:
    ./swri_opencv_util/CMakeLists.txt:find_package(OpenCV 2 REQUIRED)
    ./swri_geometry_util/CMakeLists.txt:find_package(OpenCV 2 REQUIRED)
    ./swri_image_util/CMakeLists.txt:find_package(OpenCV 2)
    ./swri_transform_util/CMakeLists.txt:find_package(OpenCV 2 REQUIRED)
  * Contributors: Kim Mathiassen, Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Thu, 12 May 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.1.3-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Fri, 04 Mar 2016 06:00:00 -0000

ros-lunar-swri-image-util (0.1.2-1stretch) stretch; urgency=high

  * Fixes nodelet description for normalize_response.
  * Tweaks contrast stretching to increase blending of min/max bounds across grid.
  * Removes some C-style casts.
  * Adds parameters for masking out over exposed areas out of the contrast stretch processing.
  * Adds normalize response image normalization method.
  * Contributors: Marc Alban

 -- Kris Kozak <kkozak@swri.org>  Wed, 06 Jan 2016 06:00:00 -0000

ros-lunar-swri-image-util (0.1.0-1stretch) stretch; urgency=high

  * Removes deprecated Eigen cmake module. (Issue #245 <https://github.com/swri-robotics/marti_common/issues/245>)
  * Contributors: Edward Venator

 -- Kris Kozak <kkozak@swri.org>  Tue, 29 Sep 2015 05:00:00 -0000

ros-lunar-swri-image-util (0.0.14-1stretch) stretch; urgency=high

  * Image blending (#426 <https://github.com/swri-robotics/marti_common/issues/426>)

 -- Kris Kozak <kkozak@swri.org>  Tue, 11 Apr 2017 05:00:00 -0000

ros-lunar-swri-image-util (0.0.13-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Sun, 23 Oct 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.0.12-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Sun, 14 Aug 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.0.11-1stretch) stretch; urgency=high

  * Adds explicit dependency on pkg-config
  * Contributors: P. J. Reed

 -- Kris Kozak <kkozak@swri.org>  Fri, 13 May 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.0.10-1stretch) stretch; urgency=high

  * Update contrast stretch nodelet to automatically scale image mask to correct size.
  * Contributors: danthony06

 -- Kris Kozak <kkozak@swri.org>  Thu, 12 May 2016 05:00:00 -0000

ros-lunar-swri-image-util (0.0.9-1stretch) stretch; urgency=high

  * Properly installs the normalize_response node.
  * No longer installs the geometry_util.test file.
  * Contributors: P. J. Reed

 -- Kris Kozak <kkozak@swri.org>  Fri, 04 Mar 2016 06:00:00 -0000

ros-lunar-swri-image-util (0.0.8-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Wed, 06 Jan 2016 06:00:00 -0000

ros-lunar-swri-image-util (0.0.7-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Wed, 18 Nov 2015 06:00:00 -0000

ros-lunar-swri-image-util (0.0.6-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Tue, 17 Nov 2015 06:00:00 -0000

ros-lunar-swri-image-util (0.0.5-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Sun, 27 Sep 2015 05:00:00 -0000

ros-lunar-swri-image-util (0.0.4-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Sun, 27 Sep 2015 05:00:00 -0000

ros-lunar-swri-image-util (0.0.3-1stretch) stretch; urgency=high

  * Fixes missing depend on swri_opencv_util in swri_image_util.
  * Clean up dependencies
    Remove unneeded ones, add required ones not specified
  * Contributors: Ed Venator, Jerry Towler

 -- Kris Kozak <kkozak@swri.org>  Sat, 26 Sep 2015 05:00:00 -0000

ros-lunar-swri-image-util (0.0.2-1stretch) stretch; urgency=high

  * Renames opencv_util package to swri_opencv_util. Refs #231 <https://github.com/swri-robotics/marti_common/issues/231>
  * Renames math_util to swri_math_util. Refs #231 <https://github.com/swri-robotics/marti_common/issues/231>.
  * Renames image_util package to swri_image_util. Refs #231 <https://github.com/swri-robotics/marti_common/issues/231>.
  * Contributors: Edward Venator

 -- Kris Kozak <kkozak@swri.org>  Fri, 25 Sep 2015 05:00:00 -0000

ros-lunar-swri-image-util (0.0.1-1stretch) stretch; urgency=high



 -- Kris Kozak <kkozak@swri.org>  Fri, 25 Sep 2015 05:00:00 -0000


