newsRAPP - Raster Processing Primitives - News: New release of RAPP: 0.8

 
 
Latest News
New release of RAPP: 1.0 posted by hpataxis, Mon 11 Jun 2018 09:32:28 PM UTC
New release of RAPP: 0.8 posted by hpataxis, Tue 31 May 2016 11:21:17 PM UTC
New release of RAPP: 0.7 posted by hpataxis, Wed 04 May 2011 04:45:17 AM UTC
First release of RAPP: 0.6 posted by hpataxis, Tue 14 Dec 2010 07:44:16 AM UTC

New release of RAPP: 0.8

Item posted by Hans-Peter Nilsson <hpataxis> on Tue 31 May 2016 11:21:17 PM UTC.

The RAPP project is proud to announce a new release of RAPP,
http://savannah.nongnu.org/projects/rapp/.
A tarball is available at
http://download.savannah.gnu.org/releases/rapp/rapp-0.8.tar.gz

From NEWS:

  • Pixelwise conditional thresholding: the threshold arguments can now be not just scalars, but images, holding threshold values for individual pixels: rapp_thresh_gt_pixel_u8, rapp_thresh_lt_pixel_u8, rapp_thresh_gtlt_pixel_u8, rapp_thresh_ltgt_pixel_u8.
  • Pixelwise conditional operations: a scalar constant or a separate image can now be added to an image, conditional on a binary map image: rapp_cond_addc_u8, rapp_cond_add_u8.
  • New convenience function: rapp_validate_buffer.
  • Bugs fixed:
    • Bug #40264, rapp_main.h misses the closing } for extern "C".
    • Bug #39396, incorrect overlap check for rapp_thresh_gt_u8, rapp_thresh_lt_u8, rapp_thresh_gtlt_u8, and rapp_thresh_ltgt_u8.

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code