pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/vigra Updated vigra to 1.11.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5bb36959023d
branches: trunk
changeset: 362956:5bb36959023d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon May 29 12:35:06 2017 +0000
description:
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.
diffstat:
graphics/vigra/Makefile | 6 +-
graphics/vigra/PLIST | 344 +++++++++++++++++++++++++++++++++++++++++++++++-
graphics/vigra/distinfo | 10 +-
3 files changed, 350 insertions(+), 10 deletions(-)
diffs (truncated from 860 to 300 lines):
diff -r 116e8f6056f7 -r 5bb36959023d graphics/vigra/Makefile
--- a/graphics/vigra/Makefile Mon May 29 12:26:40 2017 +0000
+++ b/graphics/vigra/Makefile Mon May 29 12:35:06 2017 +0000
@@ -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 @@
LICENSE= mit
GITHUB_PROJECT= vigra
-GITHUB_RELEASE= Version-1-11-0
+GITHUB_RELEASE= Version-1-11-1
EXTRACT_USING= bsdtar
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
diff -r 116e8f6056f7 -r 5bb36959023d graphics/vigra/PLIST
--- a/graphics/vigra/PLIST Mon May 29 12:26:40 2017 +0000
+++ b/graphics/vigra/PLIST Mon May 29 12:35:06 2017 +0000
@@ -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/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/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_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_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/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_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_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_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_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_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_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_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_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__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_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/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_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_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/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/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_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/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_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/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
Home |
Main Index |
Thread Index |
Old Index