pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/vigra
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 29 12:35:06 UTC 2017
Modified Files:
pkgsrc/graphics/vigra: Makefile PLIST distinfo
Log Message:
Updated vigra to 1.11.1.
Changes from Version 1.11.0 to 1.11.1
Added 3D convex hull computation and features (David Stöckel).
Added Random Forest version 3, inspired by LEMON's graph API, to simplify customization of RF variants (Philip Schill).
Improved hierarchical clustering (Cpnstantin Pape).
Minor improvements and bug fixes in the code and documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/vigra/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/vigra/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/vigra/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/vigra/Makefile
diff -u pkgsrc/graphics/vigra/Makefile:1.28 pkgsrc/graphics/vigra/Makefile:1.29
--- pkgsrc/graphics/vigra/Makefile:1.28 Thu Jul 21 19:24:26 2016
+++ pkgsrc/graphics/vigra/Makefile Mon May 29 12:35:06 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/07/21 19:24:26 adam Exp $
+# $NetBSD: Makefile,v 1.29 2017/05/29 12:35:06 wiz Exp $
-DISTNAME= vigra-1.11.0-src
+DISTNAME= vigra-1.11.1-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ukoethe/}
@@ -11,7 +11,7 @@ COMMENT= Computer vision library
LICENSE= mit
GITHUB_PROJECT= vigra
-GITHUB_RELEASE= Version-1-11-0
+GITHUB_RELEASE= Version-1-11-1
EXTRACT_USING= bsdtar
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
Index: pkgsrc/graphics/vigra/PLIST
diff -u pkgsrc/graphics/vigra/PLIST:1.8 pkgsrc/graphics/vigra/PLIST:1.9
--- pkgsrc/graphics/vigra/PLIST:1.8 Thu Jul 21 19:24:26 2016
+++ pkgsrc/graphics/vigra/PLIST Mon May 29 12:35:06 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/07/21 19:24:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/05/29 12:35:06 wiz Exp $
bin/vigra-config
include/vigra/accessor.hxx
include/vigra/accumulator-grammar.hxx
@@ -17,6 +17,7 @@ include/vigra/basicgeometry.hxx
include/vigra/basicimage.hxx
include/vigra/basicimageview.hxx
include/vigra/bessel.hxx
+include/vigra/binary_forest.hxx
include/vigra/bit_array.hxx
include/vigra/blockify.hxx
include/vigra/blockwise_convolution.hxx
@@ -53,6 +54,7 @@ include/vigra/eigensystem.hxx
include/vigra/error.hxx
include/vigra/fftw.hxx
include/vigra/fftw3.hxx
+include/vigra/filter_iterator.hxx
include/vigra/fixedpoint.hxx
include/vigra/flatmorphology.hxx
include/vigra/functorexpression.hxx
@@ -138,10 +140,12 @@ include/vigra/numpy_array_taggedshape.hx
include/vigra/numpy_array_traits.hxx
include/vigra/orientedtensorfilters.hxx
include/vigra/overlapped_blocks.hxx
+include/vigra/permutation.hxx
include/vigra/pixelneighborhood.hxx
include/vigra/polygon.hxx
include/vigra/polynomial.hxx
include/vigra/polynomial_registration.hxx
+include/vigra/polytope.hxx
include/vigra/print_backtrace.hxx
include/vigra/priority_queue.hxx
include/vigra/project2ellipse.hxx
@@ -168,6 +172,11 @@ include/vigra/random_forest/rf_ridge_spl
include/vigra/random_forest/rf_split.hxx
include/vigra/random_forest/rf_visitors.hxx
include/vigra/random_forest/splices.hxx
+include/vigra/random_forest_3.hxx
+include/vigra/random_forest_3/random_forest.hxx
+include/vigra/random_forest_3/random_forest_common.hxx
+include/vigra/random_forest_3/random_forest_visitors.hxx
+include/vigra/random_forest_3_hdf5_impex.hxx
include/vigra/random_forest_deprec.hxx
include/vigra/random_forest_hdf5_impex.hxx
include/vigra/rational.hxx
@@ -223,7 +232,7 @@ include/vigra/wigner-matrix.hxx
include/vigra/windows.h
lib/libvigraimpex.so
lib/libvigraimpex.so.11
-lib/libvigraimpex.so.11.1.11.0
+lib/libvigraimpex.so.11.${PKGVERSION}
lib/vigra/VigraConfig.cmake
lib/vigra/VigraConfigVersion.cmake
lib/vigra/vigra-targets-release.cmake
@@ -298,6 +307,7 @@ share/doc/vigra/bears_gradient.png
share/doc/vigra/bears_segmentation.png
share/doc/vigra/bears_superpixels.png
share/doc/vigra/bessel_8hxx_source.html
+share/doc/vigra/binary__forest_8hxx_source.html
share/doc/vigra/bit__array_8hxx_source.html
share/doc/vigra/blockify_8hxx_source.html
share/doc/vigra/blockwise__convolution_8hxx_source.html
@@ -347,6 +357,8 @@ share/doc/vigra/classvigra_1_1BestGiniOf
share/doc/vigra/classvigra_1_1BestGiniOfColumn.html
share/doc/vigra/classvigra_1_1BilinearInterpolatingAccessor-members.html
share/doc/vigra/classvigra_1_1BilinearInterpolatingAccessor.html
+share/doc/vigra/classvigra_1_1BinaryForest-members.html
+share/doc/vigra/classvigra_1_1BinaryForest.html
share/doc/vigra/classvigra_1_1BlockwiseConvolutionOptions-members.html
share/doc/vigra/classvigra_1_1BlockwiseConvolutionOptions.html
share/doc/vigra/classvigra_1_1BlockwiseConvolutionOptions.png
@@ -404,6 +416,9 @@ share/doc/vigra/classvigra_1_1ConstStrid
share/doc/vigra/classvigra_1_1ConstStridedImageIterator.png
share/doc/vigra/classvigra_1_1ConstValueIterator-members.html
share/doc/vigra/classvigra_1_1ConstValueIterator.html
+share/doc/vigra/classvigra_1_1ConvexPolytope-members.html
+share/doc/vigra/classvigra_1_1ConvexPolytope.html
+share/doc/vigra/classvigra_1_1ConvexPolytope.png
share/doc/vigra/classvigra_1_1ConvolutionOptions-members.html
share/doc/vigra/classvigra_1_1ConvolutionOptions.html
share/doc/vigra/classvigra_1_1CoordinateConstValueAccessor-members.html
@@ -469,6 +484,8 @@ share/doc/vigra/classvigra_1_1FFTWSquare
share/doc/vigra/classvigra_1_1FFTWWriteRealAccessor-members.html
share/doc/vigra/classvigra_1_1FFTWWriteRealAccessor.html
share/doc/vigra/classvigra_1_1FFTWWriteRealAccessor.png
+share/doc/vigra/classvigra_1_1FilterIterator-members.html
+share/doc/vigra/classvigra_1_1FilterIterator.html
share/doc/vigra/classvigra_1_1FindAverage-members.html
share/doc/vigra/classvigra_1_1FindAverage.html
share/doc/vigra/classvigra_1_1FindAverageAndVariance-members.html
@@ -654,6 +671,9 @@ share/doc/vigra/classvigra_1_1Polynomial
share/doc/vigra/classvigra_1_1PolynomialView-members.html
share/doc/vigra/classvigra_1_1PolynomialView.html
share/doc/vigra/classvigra_1_1PolynomialView.png
+share/doc/vigra/classvigra_1_1Polytope-members.html
+share/doc/vigra/classvigra_1_1Polytope.html
+share/doc/vigra/classvigra_1_1Polytope.png
share/doc/vigra/classvigra_1_1PriorityQueue-members.html
share/doc/vigra/classvigra_1_1PriorityQueue.html
share/doc/vigra/classvigra_1_1ProblemSpec-members.html
@@ -663,6 +683,12 @@ share/doc/vigra/classvigra_1_1Processor_
share/doc/vigra/classvigra_1_1Processor_3_01ClassificationTag_00_01LabelType_00_01T1_00_01C1_00_01T2_00_01C2_01_4.html
share/doc/vigra/classvigra_1_1Processor_3_01RegressionTag_00_01LabelType_00_01T1_00_01C1_00_01T2_00_01C2_01_4-members.html
share/doc/vigra/classvigra_1_1Processor_3_01RegressionTag_00_01LabelType_00_01T1_00_01C1_00_01T2_00_01C2_01_4.html
+share/doc/vigra/classvigra_1_1PropertyMap-members.html
+share/doc/vigra/classvigra_1_1PropertyMap.html
+share/doc/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01IndexVectorTag_01_4-members.html
+share/doc/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01IndexVectorTag_01_4.html
+share/doc/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01VectorTag_01_4-members.html
+share/doc/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01VectorTag_01_4.html
share/doc/vigra/classvigra_1_1Quaternion-members.html
share/doc/vigra/classvigra_1_1Quaternion.html
share/doc/vigra/classvigra_1_1RGB2LabFunctor-members.html
@@ -763,6 +789,9 @@ share/doc/vigra/classvigra_1_1StandardCo
share/doc/vigra/classvigra_1_1StandardConstValueAccessor.html
share/doc/vigra/classvigra_1_1StandardValueAccessor-members.html
share/doc/vigra/classvigra_1_1StandardValueAccessor.html
+share/doc/vigra/classvigra_1_1StarPolytope-members.html
+share/doc/vigra/classvigra_1_1StarPolytope.html
+share/doc/vigra/classvigra_1_1StarPolytope.png
share/doc/vigra/classvigra_1_1StaticPolynomial-members.html
share/doc/vigra/classvigra_1_1StaticPolynomial.html
share/doc/vigra/classvigra_1_1StaticPolynomial.png
@@ -874,6 +903,8 @@ share/doc/vigra/classvigra_1_1acc_1_1Cen
share/doc/vigra/classvigra_1_1acc_1_1Central_3_01PowerSum_3_014_01_4_01_4.html
share/doc/vigra/classvigra_1_1acc_1_1ConvexHull-members.html
share/doc/vigra/classvigra_1_1acc_1_1ConvexHull.html
+share/doc/vigra/classvigra_1_1acc_1_1ConvexHullFeatures-members.html
+share/doc/vigra/classvigra_1_1acc_1_1ConvexHullFeatures.html
share/doc/vigra/classvigra_1_1acc_1_1Coord-members.html
share/doc/vigra/classvigra_1_1acc_1_1Coord.html
share/doc/vigra/classvigra_1_1acc_1_1CoordinateSystem-members.html
@@ -972,6 +1003,40 @@ share/doc/vigra/classvigra_1_1merge__gra
share/doc/vigra/classvigra_1_1merge__graph__detail_1_1IterablePartition.html
share/doc/vigra/classvigra_1_1metrics_1_1Metric-members.html
share/doc/vigra/classvigra_1_1metrics_1_1Metric.html
+share/doc/vigra/classvigra_1_1rf3_1_1DepthStop-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1DepthStop.html
+share/doc/vigra/classvigra_1_1rf3_1_1EntropyScore-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1EntropyScore.html
+share/doc/vigra/classvigra_1_1rf3_1_1GiniScore-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1GiniScore.html
+share/doc/vigra/classvigra_1_1rf3_1_1KolmogorovSmirnovScore-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1KolmogorovSmirnovScore.html
+share/doc/vigra/classvigra_1_1rf3_1_1NodeComplexityStop-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1NodeComplexityStop.html
+share/doc/vigra/classvigra_1_1rf3_1_1NumInstancesStop-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1NumInstancesStop.html
+share/doc/vigra/classvigra_1_1rf3_1_1OOBError-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1OOBError.html
+share/doc/vigra/classvigra_1_1rf3_1_1OOBError.png
+share/doc/vigra/classvigra_1_1rf3_1_1PurityStop-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1PurityStop.html
+share/doc/vigra/classvigra_1_1rf3_1_1RFStopVisiting-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1RFStopVisiting.html
+share/doc/vigra/classvigra_1_1rf3_1_1RFStopVisiting.png
+share/doc/vigra/classvigra_1_1rf3_1_1RFVisitorBase-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1RFVisitorBase.html
+share/doc/vigra/classvigra_1_1rf3_1_1RFVisitorBase.png
+share/doc/vigra/classvigra_1_1rf3_1_1RandomForest-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1RandomForest.html
+share/doc/vigra/classvigra_1_1rf3_1_1RandomForestOptions-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1RandomForestOptions.html
+share/doc/vigra/classvigra_1_1rf3_1_1VariableImportance-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1VariableImportance.html
+share/doc/vigra/classvigra_1_1rf3_1_1VariableImportance.png
+share/doc/vigra/classvigra_1_1rf3_1_1detail_1_1GeneralScorer-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1detail_1_1GeneralScorer.html
+share/doc/vigra/classvigra_1_1rf3_1_1detail_1_1RFVisitorNode-members.html
+share/doc/vigra/classvigra_1_1rf3_1_1detail_1_1RFVisitorNode.html
share/doc/vigra/classvigra_1_1rf_1_1algorithms_1_1ClusterImportanceVisitor-members.html
share/doc/vigra/classvigra_1_1rf_1_1algorithms_1_1ClusterImportanceVisitor.html
share/doc/vigra/classvigra_1_1rf_1_1algorithms_1_1ClusterImportanceVisitor.png
@@ -1055,6 +1120,7 @@ share/doc/vigra/dir_18d9ef41d02afba23dc3
share/doc/vigra/dir_250558fd2cbacd247a45c0a39807db85.html
share/doc/vigra/dir_337ca13d23b5ddcc6f964b95df796bcd.html
share/doc/vigra/dir_452537c3f896dbb5022c33a99f3c49af.html
+share/doc/vigra/dir_45846fbaa032e91dd723bc2e7bfb60c1.html
share/doc/vigra/dir_87a248e838ece5e9d351a372d4e8346f.html
share/doc/vigra/dir_90c0918c15c561075bf15d939f2f27f9.html
share/doc/vigra/dissolve_8cxx-example.html
@@ -1083,6 +1149,7 @@ share/doc/vigra/examples.html
share/doc/vigra/features_8hxx_source.html
share/doc/vigra/fftw3_8hxx_source.html
share/doc/vigra/files.html
+share/doc/vigra/filter__iterator_8hxx_source.html
share/doc/vigra/fixedpoint_8hxx_source.html
share/doc/vigra/flatmorphology_8hxx_source.html
share/doc/vigra/form_0.png
@@ -1161,6 +1228,9 @@ share/doc/vigra/form_163.png
share/doc/vigra/form_164.png
share/doc/vigra/form_165.png
share/doc/vigra/form_166.png
+share/doc/vigra/form_167.png
+share/doc/vigra/form_168.png
+share/doc/vigra/form_169.png
share/doc/vigra/form_17.png
share/doc/vigra/form_18.png
share/doc/vigra/form_19.png
@@ -1610,6 +1680,7 @@ share/doc/vigra/namespacevigra_1_1acc.ht
share/doc/vigra/namespacevigra_1_1linalg.html
share/doc/vigra/namespacevigra_1_1metrics.html
share/doc/vigra/namespacevigra_1_1multi__math.html
+share/doc/vigra/namespacevigra_1_1rf3.html
share/doc/vigra/namespacevigra_1_1rf_1_1algorithms.html
share/doc/vigra/namespacevigra_1_1rf_1_1split.html
share/doc/vigra/namespacevigra_1_1rf_1_1visitors.html
@@ -1632,10 +1703,12 @@ share/doc/vigra/orientedtensorfilters_8h
share/doc/vigra/overlapped__blocks_8hxx_source.html
share/doc/vigra/pages.html
share/doc/vigra/palette_8cxx-example.html
+share/doc/vigra/permutation_8hxx_source.html
share/doc/vigra/pixelneighborhood_8hxx_source.html
share/doc/vigra/polygon_8hxx_source.html
share/doc/vigra/polynomial_8hxx_source.html
share/doc/vigra/polynomial__registration_8hxx_source.html
+share/doc/vigra/polytope_8hxx_source.html
share/doc/vigra/print__backtrace_8hxx_source.html
share/doc/vigra/priority__queue_8hxx_source.html
share/doc/vigra/profile_8cxx-example.html
@@ -1650,8 +1723,13 @@ share/doc/vigra/quaternion_8hxx_source.h
share/doc/vigra/random_8hxx_source.html
share/doc/vigra/random__access__set_8hxx_source.html
share/doc/vigra/random__forest_8hxx_source.html
+share/doc/vigra/random__forest__3_2random__forest_8hxx_source.html
+share/doc/vigra/random__forest__3_8hxx_source.html
+share/doc/vigra/random__forest__3__hdf5__impex_8hxx_source.html
+share/doc/vigra/random__forest__common_8hxx_source.html
share/doc/vigra/random__forest__deprec_8hxx_source.html
share/doc/vigra/random__forest__hdf5__impex_8hxx_source.html
+share/doc/vigra/random__forest__visitors_8hxx_source.html
share/doc/vigra/rational_8hxx_source.html
share/doc/vigra/rbf__registration_8hxx_source.html
share/doc/vigra/recursiveconvolution_8hxx_source.html
@@ -1726,8 +1804,12 @@ share/doc/vigra/structvigra_1_1StridedAr
share/doc/vigra/structvigra_1_1ThinPlateSplineFunctor-members.html
share/doc/vigra/structvigra_1_1ThinPlateSplineFunctor.html
share/doc/vigra/structvigra_1_1UnstridedArrayTag.html
+share/doc/vigra/structvigra_1_1acc_1_1ConvexHullFeatures_1_1Impl-members.html
+share/doc/vigra/structvigra_1_1acc_1_1ConvexHullFeatures_1_1Impl.html
share/doc/vigra/structvigra_1_1acc_1_1Select-members.html
share/doc/vigra/structvigra_1_1acc_1_1Select.html
+share/doc/vigra/structvigra_1_1rf3_1_1VisitorCopy-members.html
+share/doc/vigra/structvigra_1_1rf3_1_1VisitorCopy.html
share/doc/vigra/structvigra_1_1rf_1_1algorithms_1_1HC__Entry-members.html
share/doc/vigra/structvigra_1_1rf_1_1algorithms_1_1HC__Entry.html
share/doc/vigra/subimage_8cxx-example.html
@@ -1823,6 +1905,7 @@ share/doc/vigranumpy/vigra/ImageDataStru
share/doc/vigranumpy/vigra/ImageInputOutputTutorial.html
share/doc/vigranumpy/vigra/ImageProcessing.html
share/doc/vigranumpy/vigra/ImageProcessingTutorial.html
+share/doc/vigranumpy/vigra/ImageSegmentationTutorial.html
share/doc/vigranumpy/vigra/ImportExport.html
share/doc/vigranumpy/vigra/Installation.html
share/doc/vigranumpy/vigra/KernelArgumentObjectFactories.html
@@ -1855,9 +1938,11 @@ share/doc/vigranumpy/vigra/accumulator-g
share/doc/vigranumpy/vigra/accumulator_8hxx_source.html
share/doc/vigranumpy/vigra/adjacency__list__graph_8hxx_source.html
share/doc/vigranumpy/vigra/affine__registration_8hxx_source.html
+share/doc/vigranumpy/vigra/affine__registration__fft_8hxx_source.html
share/doc/vigranumpy/vigra/affinegeometry_8hxx_source.html
share/doc/vigranumpy/vigra/algorithm_8hxx_source.html
share/doc/vigranumpy/vigra/annotated.html
+share/doc/vigranumpy/vigra/any_8hxx_source.html
share/doc/vigranumpy/vigra/applywindowfunction_8hxx_source.html
share/doc/vigranumpy/vigra/array__vector_8hxx_source.html
share/doc/vigranumpy/vigra/autodiff_8hxx_source.html
@@ -1867,7 +1952,12 @@ share/doc/vigranumpy/vigra/basicimage_8h
share/doc/vigranumpy/vigra/basicimageview_8hxx_source.html
share/doc/vigranumpy/vigra/bc_s.png
share/doc/vigranumpy/vigra/bdwn.png
+share/doc/vigranumpy/vigra/bears.jpg
+share/doc/vigranumpy/vigra/bears_gradient.png
+share/doc/vigranumpy/vigra/bears_segmentation.png
+share/doc/vigranumpy/vigra/bears_superpixels.png
share/doc/vigranumpy/vigra/bessel_8hxx_source.html
+share/doc/vigranumpy/vigra/binary__forest_8hxx_source.html
share/doc/vigranumpy/vigra/bit__array_8hxx_source.html
share/doc/vigranumpy/vigra/blockify_8hxx_source.html
share/doc/vigranumpy/vigra/blockwise__convolution_8hxx_source.html
@@ -1886,6 +1976,10 @@ share/doc/vigranumpy/vigra/classcl__char
share/doc/vigranumpy/vigra/classes.html
share/doc/vigranumpy/vigra/classvigra_1_1AdjacencyListGraph-members.html
share/doc/vigranumpy/vigra/classvigra_1_1AdjacencyListGraph.html
+share/doc/vigranumpy/vigra/classvigra_1_1AffineMotionEstimationOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1AffineMotionEstimationOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1Any-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1Any.html
share/doc/vigranumpy/vigra/classvigra_1_1ArrayOfRegionStatistics-members.html
share/doc/vigranumpy/vigra/classvigra_1_1ArrayOfRegionStatistics.html
share/doc/vigranumpy/vigra/classvigra_1_1ArrayVector-members.html
@@ -1913,6 +2007,17 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1BestGiniOfColumn.html
share/doc/vigranumpy/vigra/classvigra_1_1BilinearInterpolatingAccessor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1BilinearInterpolatingAccessor.html
+share/doc/vigranumpy/vigra/classvigra_1_1BinaryForest-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1BinaryForest.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseConvolutionOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseConvolutionOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseConvolutionOptions.png
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseLabelOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseLabelOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseLabelOptions.png
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1BlockwiseOptions.png
share/doc/vigranumpy/vigra/classvigra_1_1BlueAccessor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1BlueAccessor.html
share/doc/vigranumpy/vigra/classvigra_1_1Box-members.html
@@ -1926,6 +2031,28 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1CatmullRomSpline.html
share/doc/vigranumpy/vigra/classvigra_1_1ChangeablePriorityQueue-members.html
share/doc/vigranumpy/vigra/classvigra_1_1ChangeablePriorityQueue.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArray-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArray.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArray.png
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayCompressed-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayCompressed.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayCompressed.png
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayFull-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayFull.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayFull.png
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayHDF5-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayHDF5.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayHDF5.png
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayLazy-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayLazy.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayLazy.png
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayTmpFile-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayTmpFile.html
+share/doc/vigranumpy/vigra/classvigra_1_1ChunkedArrayTmpFile.png
+share/doc/vigranumpy/vigra/classvigra_1_1ClusteringOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ClusteringOptions.html
share/doc/vigranumpy/vigra/classvigra_1_1ColumnIterator-members.html
share/doc/vigranumpy/vigra/classvigra_1_1ColumnIterator.html
share/doc/vigranumpy/vigra/classvigra_1_1ConstBasicImageIterator-members.html
@@ -1939,6 +2066,9 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1ConstStridedImageIterator.png
share/doc/vigranumpy/vigra/classvigra_1_1ConstValueIterator-members.html
share/doc/vigranumpy/vigra/classvigra_1_1ConstValueIterator.html
+share/doc/vigranumpy/vigra/classvigra_1_1ConvexPolytope-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ConvexPolytope.html
+share/doc/vigranumpy/vigra/classvigra_1_1ConvexPolytope.png
share/doc/vigranumpy/vigra/classvigra_1_1ConvolutionOptions-members.html
share/doc/vigranumpy/vigra/classvigra_1_1ConvolutionOptions.html
share/doc/vigranumpy/vigra/classvigra_1_1CoordinateConstValueAccessor-members.html
@@ -1947,6 +2077,8 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1CorrelationFunctor.html
share/doc/vigranumpy/vigra/classvigra_1_1CoscotFunction-members.html
share/doc/vigranumpy/vigra/classvigra_1_1CoscotFunction.html
+share/doc/vigranumpy/vigra/classvigra_1_1CountingIterator-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1CountingIterator.html
share/doc/vigranumpy/vigra/classvigra_1_1CoupledHandle-members.html
share/doc/vigranumpy/vigra/classvigra_1_1CoupledHandle.html
share/doc/vigranumpy/vigra/classvigra_1_1CoupledScanOrderIterator-members.html
@@ -1986,6 +2118,8 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1FFTWCorrelatePlan.png
share/doc/vigranumpy/vigra/classvigra_1_1FFTWImaginaryAccessor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1FFTWImaginaryAccessor.html
+share/doc/vigranumpy/vigra/classvigra_1_1FFTWLogMagnitudeAccessor-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1FFTWLogMagnitudeAccessor.html
share/doc/vigranumpy/vigra/classvigra_1_1FFTWMagnitudeAccessor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1FFTWMagnitudeAccessor.html
share/doc/vigranumpy/vigra/classvigra_1_1FFTWPhaseAccessor-members.html
@@ -2000,6 +2134,8 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1FFTWWriteRealAccessor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1FFTWWriteRealAccessor.html
share/doc/vigranumpy/vigra/classvigra_1_1FFTWWriteRealAccessor.png
+share/doc/vigranumpy/vigra/classvigra_1_1FilterIterator-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1FilterIterator.html
share/doc/vigranumpy/vigra/classvigra_1_1FindAverage-members.html
share/doc/vigranumpy/vigra/classvigra_1_1FindAverage.html
share/doc/vigranumpy/vigra/classvigra_1_1FindAverageAndVariance-members.html
@@ -2094,6 +2230,9 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1Lab2RGBPrimeFunctor.html
share/doc/vigranumpy/vigra/classvigra_1_1Lab2XYZFunctor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1Lab2XYZFunctor.html
+share/doc/vigranumpy/vigra/classvigra_1_1LabelOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1LabelOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1LabelOptions.png
share/doc/vigranumpy/vigra/classvigra_1_1LastValueFunctor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1LastValueFunctor.html
share/doc/vigranumpy/vigra/classvigra_1_1LeeFunctor-members.html
@@ -2125,6 +2264,8 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1MultiArrayView-members.html
share/doc/vigranumpy/vigra/classvigra_1_1MultiArrayView.html
share/doc/vigranumpy/vigra/classvigra_1_1MultiArrayView.png
+share/doc/vigranumpy/vigra/classvigra_1_1MultiBlocking-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1MultiBlocking.html
share/doc/vigranumpy/vigra/classvigra_1_1MultiCoordinateIterator-members.html
share/doc/vigranumpy/vigra/classvigra_1_1MultiCoordinateIterator.html
share/doc/vigranumpy/vigra/classvigra_1_1MultiCoordinateIterator.png
@@ -2165,6 +2306,9 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1NumpyArray.png
share/doc/vigranumpy/vigra/classvigra_1_1PLSAOptions-members.html
share/doc/vigranumpy/vigra/classvigra_1_1PLSAOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1ParallelOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ParallelOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1ParallelOptions.png
share/doc/vigranumpy/vigra/classvigra_1_1Point2D-members.html
share/doc/vigranumpy/vigra/classvigra_1_1Point2D.html
share/doc/vigranumpy/vigra/classvigra_1_1Point2D.png
@@ -2177,6 +2321,9 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1PolynomialView-members.html
share/doc/vigranumpy/vigra/classvigra_1_1PolynomialView.html
share/doc/vigranumpy/vigra/classvigra_1_1PolynomialView.png
+share/doc/vigranumpy/vigra/classvigra_1_1Polytope-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1Polytope.html
+share/doc/vigranumpy/vigra/classvigra_1_1Polytope.png
share/doc/vigranumpy/vigra/classvigra_1_1PriorityQueue-members.html
share/doc/vigranumpy/vigra/classvigra_1_1PriorityQueue.html
share/doc/vigranumpy/vigra/classvigra_1_1ProblemSpec-members.html
@@ -2186,6 +2333,12 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1Processor_3_01ClassificationTag_00_01LabelType_00_01T1_00_01C1_00_01T2_00_01C2_01_4.html
share/doc/vigranumpy/vigra/classvigra_1_1Processor_3_01RegressionTag_00_01LabelType_00_01T1_00_01C1_00_01T2_00_01C2_01_4-members.html
share/doc/vigranumpy/vigra/classvigra_1_1Processor_3_01RegressionTag_00_01LabelType_00_01T1_00_01C1_00_01T2_00_01C2_01_4.html
+share/doc/vigranumpy/vigra/classvigra_1_1PropertyMap-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1PropertyMap.html
+share/doc/vigranumpy/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01IndexVectorTag_01_4-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01IndexVectorTag_01_4.html
+share/doc/vigranumpy/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01VectorTag_01_4-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1PropertyMap_3_01KEYTYPE_00_01MAPPEDTYPE_00_01VectorTag_01_4.html
share/doc/vigranumpy/vigra/classvigra_1_1Quaternion-members.html
share/doc/vigranumpy/vigra/classvigra_1_1Quaternion.html
share/doc/vigranumpy/vigra/classvigra_1_1RGB2LabFunctor-members.html
@@ -2286,6 +2439,9 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1StandardConstValueAccessor.html
share/doc/vigranumpy/vigra/classvigra_1_1StandardValueAccessor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1StandardValueAccessor.html
+share/doc/vigranumpy/vigra/classvigra_1_1StarPolytope-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1StarPolytope.html
+share/doc/vigranumpy/vigra/classvigra_1_1StarPolytope.png
share/doc/vigranumpy/vigra/classvigra_1_1StaticPolynomial-members.html
share/doc/vigranumpy/vigra/classvigra_1_1StaticPolynomial.html
share/doc/vigranumpy/vigra/classvigra_1_1StaticPolynomial.png
@@ -2318,6 +2474,8 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1StridedScanOrderIterator-members.html
share/doc/vigranumpy/vigra/classvigra_1_1StridedScanOrderIterator.html
share/doc/vigranumpy/vigra/classvigra_1_1StridedScanOrderIterator.png
+share/doc/vigranumpy/vigra/classvigra_1_1ThreadPool-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1ThreadPool.html
share/doc/vigranumpy/vigra/classvigra_1_1Threshold-members.html
share/doc/vigranumpy/vigra/classvigra_1_1Threshold.html
share/doc/vigranumpy/vigra/classvigra_1_1ThresholdSplit-members.html
@@ -2395,6 +2553,8 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1Central_3_01PowerSum_3_014_01_4_01_4.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1ConvexHull-members.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1ConvexHull.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1ConvexHullFeatures-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1ConvexHullFeatures.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1Coord-members.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1Coord.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1CoordinateSystem-members.html
@@ -2456,6 +2616,12 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1ScatterMatrixEigensystem.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1Skewness-members.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1Skewness.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandAloneAccumulatorChain-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandAloneAccumulatorChain.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandAloneAccumulatorChain.png
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandAloneDataFreeAccumulatorChain-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandAloneDataFreeAccumulatorChain.html
+share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandAloneDataFreeAccumulatorChain.png
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandardQuantiles-members.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1StandardQuantiles.html
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1UnbiasedKurtosis-members.html
@@ -2470,6 +2636,12 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1acc_1_1Weighted.html
share/doc/vigranumpy/vigra/classvigra_1_1autodiff_1_1DualVector-members.html
share/doc/vigranumpy/vigra/classvigra_1_1autodiff_1_1DualVector.html
+share/doc/vigranumpy/vigra/classvigra_1_1blockwise_1_1BlockwiseOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1blockwise_1_1BlockwiseOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1blockwise_1_1BlockwiseOptions.png
+share/doc/vigranumpy/vigra/classvigra_1_1blockwise_1_1ParallelOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1blockwise_1_1ParallelOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1blockwise_1_1ParallelOptions.png
share/doc/vigranumpy/vigra/classvigra_1_1cluster__operators_1_1EdgeWeightNodeFeatures-members.html
share/doc/vigranumpy/vigra/classvigra_1_1cluster__operators_1_1EdgeWeightNodeFeatures.html
share/doc/vigranumpy/vigra/classvigra_1_1linalg_1_1LeastAngleRegressionOptions-members.html
@@ -2479,6 +2651,42 @@ share/doc/vigranumpy/vigra/classvigra_1_
share/doc/vigranumpy/vigra/classvigra_1_1linalg_1_1Matrix.png
share/doc/vigranumpy/vigra/classvigra_1_1merge__graph__detail_1_1IterablePartition-members.html
share/doc/vigranumpy/vigra/classvigra_1_1merge__graph__detail_1_1IterablePartition.html
+share/doc/vigranumpy/vigra/classvigra_1_1metrics_1_1Metric-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1metrics_1_1Metric.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1DepthStop-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1DepthStop.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1EntropyScore-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1EntropyScore.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1GiniScore-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1GiniScore.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1KolmogorovSmirnovScore-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1KolmogorovSmirnovScore.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1NodeComplexityStop-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1NodeComplexityStop.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1NumInstancesStop-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1NumInstancesStop.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1OOBError-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1OOBError.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1OOBError.png
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1PurityStop-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1PurityStop.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RFStopVisiting-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RFStopVisiting.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RFStopVisiting.png
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RFVisitorBase-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RFVisitorBase.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RFVisitorBase.png
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RandomForest-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RandomForest.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RandomForestOptions-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1RandomForestOptions.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1VariableImportance-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1VariableImportance.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1VariableImportance.png
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1detail_1_1GeneralScorer-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1detail_1_1GeneralScorer.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1detail_1_1RFVisitorNode-members.html
+share/doc/vigranumpy/vigra/classvigra_1_1rf3_1_1detail_1_1RFVisitorNode.html
share/doc/vigranumpy/vigra/classvigra_1_1rf_1_1algorithms_1_1ClusterImportanceVisitor-members.html
share/doc/vigranumpy/vigra/classvigra_1_1rf_1_1algorithms_1_1ClusterImportanceVisitor.html
share/doc/vigranumpy/vigra/classvigra_1_1rf_1_1algorithms_1_1ClusterImportanceVisitor.png
@@ -2550,6 +2758,7 @@ share/doc/vigranumpy/vigra/coordinate__i
share/doc/vigranumpy/vigra/copyimage_8hxx_source.html
share/doc/vigranumpy/vigra/cornerdetection_8hxx_source.html
share/doc/vigranumpy/vigra/correlation_8hxx_source.html
+share/doc/vigranumpy/vigra/counting__iterator_8hxx_source.html
share/doc/vigranumpy/vigra/delegate_8hxx_source.html
share/doc/vigranumpy/vigra/delegate__list_8hxx_source.html
share/doc/vigranumpy/vigra/delegate__template_8hxx_source.html
@@ -2561,15 +2770,19 @@ share/doc/vigranumpy/vigra/dir_18d9ef41d
share/doc/vigranumpy/vigra/dir_250558fd2cbacd247a45c0a39807db85.html
share/doc/vigranumpy/vigra/dir_337ca13d23b5ddcc6f964b95df796bcd.html
share/doc/vigranumpy/vigra/dir_452537c3f896dbb5022c33a99f3c49af.html
+share/doc/vigranumpy/vigra/dir_45846fbaa032e91dd723bc2e7bfb60c1.html
share/doc/vigranumpy/vigra/dir_87a248e838ece5e9d351a372d4e8346f.html
share/doc/vigranumpy/vigra/dir_90c0918c15c561075bf15d939f2f27f9.html
share/doc/vigranumpy/vigra/dissolve_8cxx-example.html
share/doc/vigranumpy/vigra/dissolved_color.gif
share/doc/vigranumpy/vigra/distancetransform_8hxx_source.html
+share/doc/vigranumpy/vigra/documents/CollapsibleLists.js
share/doc/vigranumpy/vigra/documents/DataAccessors.ps
share/doc/vigranumpy/vigra/documents/FunctorFactory.ps
share/doc/vigranumpy/vigra/documents/GenericProg2D.ps
+share/doc/vigranumpy/vigra/documents/blockwise-watersheds-slides.pdf
share/doc/vigranumpy/vigra/documents/bullet.gif
+share/doc/vigranumpy/vigra/documents/diamond.gif
share/doc/vigranumpy/vigra/documents/pfeil.gif
share/doc/vigranumpy/vigra/documents/pfeilGross.gif
share/doc/vigranumpy/vigra/documents/tutorial_reference.pdf
@@ -2586,6 +2799,7 @@ share/doc/vigranumpy/vigra/examples.html
share/doc/vigranumpy/vigra/features_8hxx_source.html
share/doc/vigranumpy/vigra/fftw3_8hxx_source.html
share/doc/vigranumpy/vigra/files.html
+share/doc/vigranumpy/vigra/filter__iterator_8hxx_source.html
share/doc/vigranumpy/vigra/fixedpoint_8hxx_source.html
share/doc/vigranumpy/vigra/flatmorphology_8hxx_source.html
share/doc/vigranumpy/vigra/form_0.png
@@ -2636,8 +2850,37 @@ share/doc/vigranumpy/vigra/form_138.png
share/doc/vigranumpy/vigra/form_139.png
share/doc/vigranumpy/vigra/form_14.png
share/doc/vigranumpy/vigra/form_140.png
+share/doc/vigranumpy/vigra/form_141.png
+share/doc/vigranumpy/vigra/form_142.png
+share/doc/vigranumpy/vigra/form_143.png
+share/doc/vigranumpy/vigra/form_144.png
+share/doc/vigranumpy/vigra/form_145.png
+share/doc/vigranumpy/vigra/form_146.png
+share/doc/vigranumpy/vigra/form_147.png
+share/doc/vigranumpy/vigra/form_148.png
+share/doc/vigranumpy/vigra/form_149.png
share/doc/vigranumpy/vigra/form_15.png
+share/doc/vigranumpy/vigra/form_150.png
+share/doc/vigranumpy/vigra/form_151.png
+share/doc/vigranumpy/vigra/form_152.png
+share/doc/vigranumpy/vigra/form_153.png
+share/doc/vigranumpy/vigra/form_154.png
+share/doc/vigranumpy/vigra/form_155.png
+share/doc/vigranumpy/vigra/form_156.png
+share/doc/vigranumpy/vigra/form_157.png
+share/doc/vigranumpy/vigra/form_158.png
+share/doc/vigranumpy/vigra/form_159.png
share/doc/vigranumpy/vigra/form_16.png
+share/doc/vigranumpy/vigra/form_160.png
+share/doc/vigranumpy/vigra/form_161.png
+share/doc/vigranumpy/vigra/form_162.png
+share/doc/vigranumpy/vigra/form_163.png
+share/doc/vigranumpy/vigra/form_164.png
+share/doc/vigranumpy/vigra/form_165.png
+share/doc/vigranumpy/vigra/form_166.png
+share/doc/vigranumpy/vigra/form_167.png
+share/doc/vigranumpy/vigra/form_168.png
+share/doc/vigranumpy/vigra/form_169.png
share/doc/vigranumpy/vigra/form_17.png
share/doc/vigranumpy/vigra/form_18.png
share/doc/vigranumpy/vigra/form_19.png
@@ -2772,8 +3015,13 @@ share/doc/vigranumpy/vigra/functions_0x7
share/doc/vigranumpy/vigra/functions_0x78.html
share/doc/vigranumpy/vigra/functions_0x79.html
share/doc/vigranumpy/vigra/functions_0x7e.html
+share/doc/vigranumpy/vigra/functions_b.html
+share/doc/vigranumpy/vigra/functions_c.html
+share/doc/vigranumpy/vigra/functions_d.html
+share/doc/vigranumpy/vigra/functions_e.html
share/doc/vigranumpy/vigra/functions_enum.html
share/doc/vigranumpy/vigra/functions_eval.html
+share/doc/vigranumpy/vigra/functions_f.html
share/doc/vigranumpy/vigra/functions_func.html
share/doc/vigranumpy/vigra/functions_func_0x62.html
share/doc/vigranumpy/vigra/functions_func_0x63.html
@@ -2799,7 +3047,44 @@ share/doc/vigranumpy/vigra/functions_fun
share/doc/vigranumpy/vigra/functions_func_0x78.html
share/doc/vigranumpy/vigra/functions_func_0x79.html
share/doc/vigranumpy/vigra/functions_func_0x7e.html
+share/doc/vigranumpy/vigra/functions_func_b.html
+share/doc/vigranumpy/vigra/functions_func_c.html
+share/doc/vigranumpy/vigra/functions_func_d.html
+share/doc/vigranumpy/vigra/functions_func_e.html
+share/doc/vigranumpy/vigra/functions_func_f.html
+share/doc/vigranumpy/vigra/functions_func_g.html
+share/doc/vigranumpy/vigra/functions_func_h.html
+share/doc/vigranumpy/vigra/functions_func_i.html
+share/doc/vigranumpy/vigra/functions_func_k.html
+share/doc/vigranumpy/vigra/functions_func_l.html
+share/doc/vigranumpy/vigra/functions_func_m.html
+share/doc/vigranumpy/vigra/functions_func_n.html
+share/doc/vigranumpy/vigra/functions_func_o.html
+share/doc/vigranumpy/vigra/functions_func_p.html
+share/doc/vigranumpy/vigra/functions_func_q.html
+share/doc/vigranumpy/vigra/functions_func_r.html
+share/doc/vigranumpy/vigra/functions_func_s.html
+share/doc/vigranumpy/vigra/functions_func_t.html
+share/doc/vigranumpy/vigra/functions_func_u.html
+share/doc/vigranumpy/vigra/functions_func_v.html
+share/doc/vigranumpy/vigra/functions_func_w.html
+share/doc/vigranumpy/vigra/functions_func_x.html
+share/doc/vigranumpy/vigra/functions_func_y.html
+share/doc/vigranumpy/vigra/functions_func_~.html
+share/doc/vigranumpy/vigra/functions_g.html
+share/doc/vigranumpy/vigra/functions_h.html
+share/doc/vigranumpy/vigra/functions_i.html
+share/doc/vigranumpy/vigra/functions_k.html
+share/doc/vigranumpy/vigra/functions_l.html
+share/doc/vigranumpy/vigra/functions_m.html
+share/doc/vigranumpy/vigra/functions_n.html
+share/doc/vigranumpy/vigra/functions_o.html
+share/doc/vigranumpy/vigra/functions_p.html
+share/doc/vigranumpy/vigra/functions_q.html
+share/doc/vigranumpy/vigra/functions_r.html
share/doc/vigranumpy/vigra/functions_rela.html
+share/doc/vigranumpy/vigra/functions_s.html
+share/doc/vigranumpy/vigra/functions_t.html
share/doc/vigranumpy/vigra/functions_type.html
share/doc/vigranumpy/vigra/functions_type_0x62.html
share/doc/vigranumpy/vigra/functions_type_0x63.html
@@ -2819,7 +3104,31 @@ share/doc/vigranumpy/vigra/functions_typ
share/doc/vigranumpy/vigra/functions_type_0x73.html
share/doc/vigranumpy/vigra/functions_type_0x74.html
share/doc/vigranumpy/vigra/functions_type_0x76.html
+share/doc/vigranumpy/vigra/functions_type_b.html
+share/doc/vigranumpy/vigra/functions_type_c.html
+share/doc/vigranumpy/vigra/functions_type_d.html
+share/doc/vigranumpy/vigra/functions_type_e.html
+share/doc/vigranumpy/vigra/functions_type_f.html
+share/doc/vigranumpy/vigra/functions_type_g.html
+share/doc/vigranumpy/vigra/functions_type_h.html
+share/doc/vigranumpy/vigra/functions_type_i.html
+share/doc/vigranumpy/vigra/functions_type_k.html
+share/doc/vigranumpy/vigra/functions_type_l.html
+share/doc/vigranumpy/vigra/functions_type_m.html
+share/doc/vigranumpy/vigra/functions_type_n.html
+share/doc/vigranumpy/vigra/functions_type_o.html
+share/doc/vigranumpy/vigra/functions_type_p.html
+share/doc/vigranumpy/vigra/functions_type_r.html
+share/doc/vigranumpy/vigra/functions_type_s.html
+share/doc/vigranumpy/vigra/functions_type_t.html
+share/doc/vigranumpy/vigra/functions_type_v.html
+share/doc/vigranumpy/vigra/functions_u.html
+share/doc/vigranumpy/vigra/functions_v.html
share/doc/vigranumpy/vigra/functions_vars.html
+share/doc/vigranumpy/vigra/functions_w.html
+share/doc/vigranumpy/vigra/functions_x.html
+share/doc/vigranumpy/vigra/functions_y.html
+share/doc/vigranumpy/vigra/functions_~.html
share/doc/vigranumpy/vigra/functorexpression_8hxx_source.html
share/doc/vigranumpy/vigra/functortraits_8hxx_source.html
share/doc/vigranumpy/vigra/gaborfilter_8hxx_source.html
@@ -2831,14 +3140,19 @@ share/doc/vigranumpy/vigra/graph__algori
share/doc/vigranumpy/vigra/graph__generalization_8hxx_source.html
share/doc/vigranumpy/vigra/graph__item__impl_8hxx_source.html
share/doc/vigranumpy/vigra/graph__maps_8hxx_source.html
+share/doc/vigranumpy/vigra/graph__rag__project__back_8hxx_source.html
+share/doc/vigranumpy/vigra/graph_agglomerative_clustering_8cxx-example.html
share/doc/vigranumpy/vigra/graphs_8hxx_source.html
share/doc/vigranumpy/vigra/group__BoostGraphExtensions.html
+share/doc/vigranumpy/vigra/group__ChunkedArrayClasses.html
share/doc/vigranumpy/vigra/group__ColorConversions.html
share/doc/vigranumpy/vigra/group__CombineAlgo.html
share/doc/vigranumpy/vigra/group__CombineFunctor.html
share/doc/vigranumpy/vigra/group__CommonConvolutionFilters.html
+share/doc/vigranumpy/vigra/group__ConvolutionFilters.html
share/doc/vigranumpy/vigra/group__CopyAlgo.html
share/doc/vigranumpy/vigra/group__CornerDetection.html
+share/doc/vigranumpy/vigra/group__Correlation.html
share/doc/vigranumpy/vigra/group__DataAccessors.html
share/doc/vigranumpy/vigra/group__DistanceTransform.html
share/doc/vigranumpy/vigra/group__EdgeDetection.html
@@ -2880,6 +3194,7 @@ share/doc/vigranumpy/vigra/group__NoiseN
share/doc/vigranumpy/vigra/group__NonLinearDiffusion.html
share/doc/vigranumpy/vigra/group__OpenCL-Accessors.html
share/doc/vigranumpy/vigra/group__Optimization.html
+share/doc/vigranumpy/vigra/group__ParallelProcessing.html
share/doc/vigranumpy/vigra/group__PixelNeighborhood.html
share/doc/vigranumpy/vigra/group__PolarColors.html
share/doc/vigranumpy/vigra/group__Polynomials.html
@@ -2897,6 +3212,7 @@ share/doc/vigranumpy/vigra/group__Separa
share/doc/vigranumpy/vigra/group__SlantedEdgeMTF.html
share/doc/vigranumpy/vigra/group__StandardConvolution.html
share/doc/vigranumpy/vigra/group__StandardImageTypes.html
+share/doc/vigranumpy/vigra/group__Superpixels.html
share/doc/vigranumpy/vigra/group__SymmetryDetection.html
share/doc/vigranumpy/vigra/group__TIFFImpex.html
share/doc/vigranumpy/vigra/group__TensorImaging.html
@@ -2974,6 +3290,8 @@ share/doc/vigranumpy/vigra/modules.html
share/doc/vigranumpy/vigra/multi__array_8hxx_source.html
share/doc/vigranumpy/vigra/multi__array__chunked_8hxx_source.html
share/doc/vigranumpy/vigra/multi__array__chunked__hdf5_8hxx_source.html
+share/doc/vigranumpy/vigra/multi__blocking_8hxx_source.html
+share/doc/vigranumpy/vigra/multi__blockwise_8hxx_source.html
share/doc/vigranumpy/vigra/multi__convolution_8hxx_source.html
share/doc/vigranumpy/vigra/multi__distance_8hxx_source.html
share/doc/vigranumpy/vigra/multi__fft_8hxx_source.html
@@ -3010,7 +3328,9 @@ share/doc/vigranumpy/vigra/namespacevigr
share/doc/vigranumpy/vigra/namespacevigra_1_1Neighborhood3DTwentySix.html
share/doc/vigranumpy/vigra/namespacevigra_1_1acc.html
share/doc/vigranumpy/vigra/namespacevigra_1_1linalg.html
+share/doc/vigranumpy/vigra/namespacevigra_1_1metrics.html
share/doc/vigranumpy/vigra/namespacevigra_1_1multi__math.html
+share/doc/vigranumpy/vigra/namespacevigra_1_1rf3.html
share/doc/vigranumpy/vigra/namespacevigra_1_1rf_1_1algorithms.html
share/doc/vigranumpy/vigra/namespacevigra_1_1rf_1_1split.html
share/doc/vigranumpy/vigra/namespacevigra_1_1rf_1_1visitors.html
@@ -3033,13 +3353,17 @@ share/doc/vigranumpy/vigra/orientedtenso
share/doc/vigranumpy/vigra/overlapped__blocks_8hxx_source.html
share/doc/vigranumpy/vigra/pages.html
share/doc/vigranumpy/vigra/palette_8cxx-example.html
+share/doc/vigranumpy/vigra/permutation_8hxx_source.html
share/doc/vigranumpy/vigra/pixelneighborhood_8hxx_source.html
share/doc/vigranumpy/vigra/polygon_8hxx_source.html
share/doc/vigranumpy/vigra/polynomial_8hxx_source.html
+share/doc/vigranumpy/vigra/polynomial__registration_8hxx_source.html
+share/doc/vigranumpy/vigra/polytope_8hxx_source.html
share/doc/vigranumpy/vigra/print__backtrace_8hxx_source.html
share/doc/vigranumpy/vigra/priority__queue_8hxx_source.html
share/doc/vigranumpy/vigra/profile_8cxx-example.html
share/doc/vigranumpy/vigra/project2ellipse_8hxx_source.html
+share/doc/vigranumpy/vigra/projective__registration_8hxx_source.html
share/doc/vigranumpy/vigra/promote__traits_8hxx_source.html
share/doc/vigranumpy/vigra/pyramid_8cxx-example.html
share/doc/vigranumpy/vigra/python__graph_8hxx_source.html
@@ -3049,9 +3373,15 @@ share/doc/vigranumpy/vigra/quaternion_8h
share/doc/vigranumpy/vigra/random_8hxx_source.html
share/doc/vigranumpy/vigra/random__access__set_8hxx_source.html
share/doc/vigranumpy/vigra/random__forest_8hxx_source.html
+share/doc/vigranumpy/vigra/random__forest__3_2random__forest_8hxx_source.html
+share/doc/vigranumpy/vigra/random__forest__3_8hxx_source.html
+share/doc/vigranumpy/vigra/random__forest__3__hdf5__impex_8hxx_source.html
+share/doc/vigranumpy/vigra/random__forest__common_8hxx_source.html
share/doc/vigranumpy/vigra/random__forest__deprec_8hxx_source.html
share/doc/vigranumpy/vigra/random__forest__hdf5__impex_8hxx_source.html
+share/doc/vigranumpy/vigra/random__forest__visitors_8hxx_source.html
share/doc/vigranumpy/vigra/rational_8hxx_source.html
+share/doc/vigranumpy/vigra/rbf__registration_8hxx_source.html
share/doc/vigranumpy/vigra/recursiveconvolution_8hxx_source.html
share/doc/vigranumpy/vigra/region__shrinking_8hxx_source.html
share/doc/vigranumpy/vigra/regression_8hxx_source.html
@@ -3107,6 +3437,8 @@ share/doc/vigranumpy/vigra/structvigra_1
share/doc/vigranumpy/vigra/structvigra_1_1CoupledIteratorType-members.html
share/doc/vigranumpy/vigra/structvigra_1_1CoupledIteratorType.html
share/doc/vigranumpy/vigra/structvigra_1_1CoupledIteratorType.png
+share/doc/vigranumpy/vigra/structvigra_1_1DistancePowerFunctor-members.html
+share/doc/vigranumpy/vigra/structvigra_1_1DistancePowerFunctor.html
share/doc/vigranumpy/vigra/structvigra_1_1GridGraph_1_1traversal__category.html
share/doc/vigranumpy/vigra/structvigra_1_1HierarchicalIteratorType-members.html
share/doc/vigranumpy/vigra/structvigra_1_1HierarchicalIteratorType.html
@@ -3119,9 +3451,15 @@ share/doc/vigranumpy/vigra/structvigra_1
share/doc/vigranumpy/vigra/structvigra_1_1SlicOptions-members.html
share/doc/vigranumpy/vigra/structvigra_1_1SlicOptions.html
share/doc/vigranumpy/vigra/structvigra_1_1StridedArrayTag.html
+share/doc/vigranumpy/vigra/structvigra_1_1ThinPlateSplineFunctor-members.html
+share/doc/vigranumpy/vigra/structvigra_1_1ThinPlateSplineFunctor.html
share/doc/vigranumpy/vigra/structvigra_1_1UnstridedArrayTag.html
+share/doc/vigranumpy/vigra/structvigra_1_1acc_1_1ConvexHullFeatures_1_1Impl-members.html
+share/doc/vigranumpy/vigra/structvigra_1_1acc_1_1ConvexHullFeatures_1_1Impl.html
share/doc/vigranumpy/vigra/structvigra_1_1acc_1_1Select-members.html
share/doc/vigranumpy/vigra/structvigra_1_1acc_1_1Select.html
+share/doc/vigranumpy/vigra/structvigra_1_1rf3_1_1VisitorCopy-members.html
+share/doc/vigranumpy/vigra/structvigra_1_1rf3_1_1VisitorCopy.html
share/doc/vigranumpy/vigra/structvigra_1_1rf_1_1algorithms_1_1HC__Entry-members.html
share/doc/vigranumpy/vigra/structvigra_1_1rf_1_1algorithms_1_1HC__Entry.html
share/doc/vigranumpy/vigra/subimage_8cxx-example.html
@@ -3138,12 +3476,14 @@ share/doc/vigranumpy/vigra/tensorutiliti
share/doc/vigranumpy/vigra/testimage.gif
share/doc/vigranumpy/vigra/testimage.jpg
share/doc/vigranumpy/vigra/threading_8hxx_source.html
+share/doc/vigranumpy/vigra/threadpool_8hxx_source.html
share/doc/vigranumpy/vigra/tiff_8hxx_source.html
share/doc/vigranumpy/vigra/timing_8hxx.html
share/doc/vigranumpy/vigra/timing_8hxx_source.html
share/doc/vigranumpy/vigra/tinyvector_8hxx_source.html
share/doc/vigranumpy/vigra/todo.html
share/doc/vigranumpy/vigra/total_variation_8cxx-example.html
+share/doc/vigranumpy/vigra/transform__iterator_8hxx_source.html
share/doc/vigranumpy/vigra/transformimage_8hxx_source.html
share/doc/vigranumpy/vigra/transpose_8cxx-example.html
share/doc/vigranumpy/vigra/transpose_image_tutorial_8cxx-example.html
Index: pkgsrc/graphics/vigra/distinfo
diff -u pkgsrc/graphics/vigra/distinfo:1.13 pkgsrc/graphics/vigra/distinfo:1.14
--- pkgsrc/graphics/vigra/distinfo:1.13 Thu Jul 21 19:24:26 2016
+++ pkgsrc/graphics/vigra/distinfo Mon May 29 12:35:06 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2016/07/21 19:24:26 adam Exp $
+$NetBSD: distinfo,v 1.14 2017/05/29 12:35:06 wiz Exp $
-SHA1 (vigra-1.11.0-src.tar.gz) = 8fc0b40bcefa02c79ccf53c88d43143887a18eaf
-RMD160 (vigra-1.11.0-src.tar.gz) = 731bec1aef2e0d39cae987ac937d2a28d1d3063f
-SHA512 (vigra-1.11.0-src.tar.gz) = 3cd8fcfc8ba9a1209a37e49c7b5cb0080bc665987805deec0b92cabf8c571c2f09ba47e2850c12204d04b3c830322fc8e47efa19fc537cf78708c22e1d302d6a
-Size (vigra-1.11.0-src.tar.gz) = 51854568 bytes
+SHA1 (vigra-1.11.1-src.tar.gz) = b50e8f57116948c85a42770d9188453e6052c8e0
+RMD160 (vigra-1.11.1-src.tar.gz) = 7dfb92a2c9a0e29a5075baa5d491c2f09640697e
+SHA512 (vigra-1.11.1-src.tar.gz) = 9c1638d626d658fa4b13069e5850b628d91db02bb18b8a9f0a4642fee501ede8a6f4f267d79ca5cd5baf3991e704163345cd18ab7919ff2a93db6bd496096de3
+Size (vigra-1.11.1-src.tar.gz) = 55119047 bytes
SHA1 (patch-include-vigra-mathutil.hxx) = 45a3e37c24d28a5a5ff9f70281f93c9e0e77348d
Home |
Main Index |
Thread Index |
Old Index