Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCancilla committed Dec 11, 2020
1 parent 7fa35a6 commit 252a97e
Show file tree
Hide file tree
Showing 97 changed files with 99 additions and 98 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ECVL - European Computer Vision Library
# Version: 0.3.0
# copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
# Version: 0.3.1
# copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
# Authors:
# Costantino Grana ([email protected])
# Federico Bolelli ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ECVL - European Computer Vision Library
# Version: 0.3.0
# Version: 0.3.1
# copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
# Authors:
# Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_core_iterators.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_dataset_generator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_dataset_parser.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_ecvl_eddl.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_ecvl_gui.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_image_view.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_imagewatch.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_imgcodecs.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_imgproc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_moments.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_nifti_dicom.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_openslide.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_performance.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion examples/example_threshold.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ECVL - European Computer Vision Library
# Version: 0.3.0
# Version: 0.3.1
# copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
# Authors:
# Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ECVL - European Computer Vision Library
# Version: 0.3.0
# Version: 0.3.1
# copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
# Authors:
# Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/arithmetic.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/arithmetic_impl.inc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/cpu_hal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/cuda/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/cuda/gpu_hal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/datatype.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/datatype_matrix.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/datatype_tuples.inc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/filesystem.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/fpga_hal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/hal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/image.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/imgcodecs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/imgproc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/iterators.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/iterators_impl.inc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/macros.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/optional.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/saturate_cast.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/standard_errors.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/support_dcmtk.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/support_nifti.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/support_opencv.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/support_openslide.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/include/ecvl/core/type_promotion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ECVL - European Computer Vision Library
# Version: 0.3.0
# Version: 0.3.1
# copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
# Authors:
# Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/arithmetic.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/core.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ECVL - European Computer Vision Library
* Version: 0.3.0
* Version: 0.3.1
* copyright (c) 2020, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
* Authors:
* Costantino Grana ([email protected])
Expand Down
Loading

0 comments on commit 252a97e

Please sign in to comment.