[Pkg-octave-commit] [octave-image] 01/01: Merge tag 'upstream/2.4.0'

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Apr 21 07:04:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-image.

commit 56c686c6d1f17742865f2bd1a0a01dff46546caf
Merge: 66311ac 957c3b7
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon Apr 20 19:15:01 2015 -0300

    Merge tag 'upstream/2.4.0'
    
    Upstream version 2.4.0

 COPYING                              |   33 +-
 DESCRIPTION                          |    8 +-
 INDEX                                |   24 +-
 NEWS                                 |   80 +
 bootstrap                            |    9 +
 inst/@strel/getneighbors.m           |    1 -
 inst/@strel/strel.m                  |   54 +-
 inst/bwareafilt.m                    |  247 +++
 inst/bwareaopen.m                    |  127 --
 inst/bwborder.m                      |   51 -
 inst/bwboundaries.m                  |    4 +-
 inst/bwconncomp.m                    |  127 --
 inst/bwhitmiss.m                     |    2 +-
 inst/bwmorph.m                       |   89 +-
 inst/bwperim.m                       |   48 +-
 inst/bwpropfilt.m                    |  130 ++
 inst/col2im.m                        |    5 +-
 inst/conndef.m                       |  128 --
 inst/cp2tform.m                      |    2 +-
 inst/edge.m                          |   16 +-
 inst/edgetaper.m                     |  113 ++
 inst/entropy.m                       |    4 +-
 inst/entropyfilt.m                   |   14 +-
 inst/fftconv2.m                      |   44 +-
 inst/fftconvn.m                      |  176 ++
 inst/findbounds.m                    |    2 +-
 inst/fspecial.m                      |  209 +-
 inst/grayslice.m                     |  146 +-
 inst/graythresh.m                    |  126 +-
 inst/hough_circle.m                  |    4 +-
 inst/houghtf.m                       |    4 +-
 inst/im2bw.m                         |   59 +-
 inst/im2col.m                        |    1 -
 inst/im2double.m                     |   79 +-
 inst/im2int16.m                      |   79 +-
 inst/im2single.m                     |   79 +-
 inst/im2uint16.m                     |  109 +-
 inst/im2uint8.m                      |  113 +-
 inst/imadd.m                         |    2 +-
 inst/imadjust.m                      |   15 +-
 inst/imattributes.m                  |  154 ++
 inst/imcast.m                        |  184 ++
 inst/imclearborder.m                 |  143 ++
 inst/imcomplement.m                  |   27 +-
 inst/imcrop.m                        |   10 +-
 inst/imdivide.m                      |    8 +-
 inst/imfilter.m                      |   10 +-
 inst/imhist.m                        |    2 +-
 inst/imlincomb.m                     |    2 +-
 inst/immaximas.m                     |   15 +-
 inst/immse.m                         |   57 +
 inst/immultiply.m                    |    4 +-
 inst/imnoise.m                       |    9 +-
 inst/impad.m                         |  180 --
 inst/imperspectivewarp.m             |    9 +-
 inst/imregionalmax.m                 |   86 +
 inst/imregionalmin.m                 |  127 ++
 inst/imremap.m                       |   17 +-
 inst/imrotate.m                      |   10 +-
 inst/imrotate_Fourier.m              |   37 -
 inst/imsmooth.m                      |   32 +-
 inst/imtransform.m                   |    6 +-
 inst/iptcheckconn.m                  |   81 -
 inst/iptcheckmap.m                   |    2 +-
 inst/iptchecknargin.m                |   81 -
 inst/iptcheckstrs.m                  |   76 -
 inst/label2rgb.m                     |    3 +-
 inst/maketform.m                     |    2 +-
 inst/mat2gray.m                      |    4 +-
 inst/montage.m                       |    9 +-
 inst/normxcorr2.m                    |  132 +-
 inst/ordfiltn.m                      |   10 +-
 inst/otf2psf.m                       |  129 ++
 inst/padarray.m                      |    2 +-
 inst/private/im2col_check.m          |    2 +-
 inst/private/im2float.m              |   43 -
 inst/private/imconversion.m          |   34 -
 inst/private/isimage.m               |    4 +-
 inst/private/make_conn.m             |   89 -
 inst/private/prepare_strel.m         |    2 +-
 inst/psf2otf.m                       |  100 +
 inst/psnr.m                          |   65 +
 inst/qtdecomp.m                      |    8 +-
 inst/radon.m                         |    8 +-
 inst/rangefilt.m                     |   14 +-
 inst/readexif.m                      |  539 -----
 inst/regionprops.m                   |  217 +-
 inst/rgb2gray.m                      |    4 +-
 inst/rgb2ycbcr.m                     |    2 +-
 inst/std2.m                          |    5 +-
 inst/stdfilt.m                       |   10 +-
 inst/stretchlim.m                    |    4 +-
 inst/subimage.m                      |   81 +
 inst/tiff_tag_read.m                 |    8 +-
 inst/uintlut.m                       |   51 -
 inst/wavelength2rgb.m                |    2 -
 inst/ycbcr2rgb.m                     |    2 +-
 src/Makefile                         |   17 -
 src/Makefile.in                      |   37 +
 src/__bilateral__.cc                 |    2 +-
 src/aclocal.m4                       |   15 +
 src/bootstrap                        |    6 -
 src/bwconncomp.cc                    |  446 +++++
 src/bwlabeln.cc                      |  647 +++---
 src/config.h.in                      |   13 -
 src/configure                        | 3597 ++++++++++++++++++++++++++++++++++
 src/configure.ac                     |   43 +-
 src/conndef.cc                       |  277 +++
 src/connectivity.cc                  |  333 ++++
 src/connectivity.h                   |  145 ++
 src/imerode.cc                       |   50 +-
 src/imreconstruct.cc                 |  523 +++++
 src/m4/ax_cxx_compile_stdcxx_11.m4   |  142 ++
 src/undef_unordered_map.h            |    4 -
 src/{union-find.h++ => union-find.h} |   56 +-
 115 files changed, 9031 insertions(+), 2839 deletions(-)

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-image.git



More information about the Pkg-octave-commit mailing list