DIPlib / diplib

Quantitative Image Analysis in C++, MATLAB and Python
https://diplib.org
Apache License 2.0
211 stars 48 forks source link

Problems installing DIPimage on Ubuntu 18.04,CMake,Matlab 2022a #115

Closed sameerbau closed 1 year ago

sameerbau commented 1 year ago

Component DIPimage / CMake build scripts. MATLAB: 2022a

Describe the bug Trying to install DIP image using :

git clone https://github.com/DIPlib/diplib.git
mkdir diplib/target
cd diplib/target
cmake ..
sudo make install

getting the error:


[ 14%] Built target jpeg
[ 20%] Built target zlibstatic
[ 31%] Built target tiff
[ 34%] Built target libics
[ 79%] Built target DIP
[ 84%] Built target DIPviewer
[ 85%] Built target dipview
[ 85%] Linking CXX shared module PyDIPviewer.cpython-39-x86_64-linux-gnu.so
[ 86%] Built target PyDIPviewer
[ 86%] Linking CXX shared module PyDIP_bin.cpython-39-x86_64-linux-gnu.so
[ 89%] Built target PyDIP_bin
[ 89%] Building CXX object dipimage/CMakeFiles/MEX_measure.dir/measure.cpp.o
In file included from /home/wanglab/diplib/dipimage/measure.cpp:19:0:
/home/wanglab/diplib/include/dip_matlab_interface.h:35:2: error: #error "This DIPlib-MATLAB interface does not support compiling MEX-files with the -R2018a flag"
 #error "This DIPlib-MATLAB interface does not support compiling MEX-files with the -R2018a flag"
  ^~~~~
In file included from /usr/local/MATLAB/R2022a/extern/include/mex.h:43:0,
                 from /home/wanglab/diplib/include/dip_matlab_interface.h:31,
                 from /home/wanglab/diplib/dipimage/measure.cpp:19:
/home/wanglab/diplib/include/dip_matlab_interface.h: In function ‘dip::dcomplex dml::GetComplex(const mxArray*)’:
/usr/local/MATLAB/R2022a/extern/include/matrix.h:499:17: error: ‘mxGetPiIsDeprecated’ was not declared in this scope
 #define mxGetPi mxGetPiIsDeprecated
                 ^
/home/wanglab/diplib/include/dip_matlab_interface.h:185:20: note: in expansion of macro ‘mxGetPi’
       double* pi = mxGetPi( mx );
                    ^~~~~~~
/home/wanglab/diplib/include/dip_matlab_interface.h: In function ‘dip::Image::Pixel dml::GetPixel(const mxArray*)’:
/usr/local/MATLAB/R2022a/extern/include/matrix.h:499:17: error: ‘mxGetPiIsDeprecated’ was not declared in this scope
 #define mxGetPi mxGetPiIsDeprecated
                 ^
/home/wanglab/diplib/include/dip_matlab_interface.h:552:20: note: in expansion of macro ‘mxGetPi’
       double* pi = mxGetPi( mx );
                    ^~~~~~~
/home/wanglab/diplib/include/dip_matlab_interface.h: In function ‘mxArray* dml::GetArray(dip::dcomplex)’:
/usr/local/MATLAB/R2022a/extern/include/matrix.h:499:17: error: ‘mxGetPiIsDeprecated’ was not declared in this scope
 #define mxGetPi mxGetPiIsDeprecated
                 ^
/home/wanglab/diplib/include/dip_matlab_interface.h:669:7: note: in expansion of macro ‘mxGetPi’
    *( mxGetPi( mx )) = in.imag();
       ^~~~~~~
/home/wanglab/diplib/include/dip_matlab_interface.h: In function ‘mxArray* dml::GetArray(const dip::Image::Pixel&)’:
/usr/local/MATLAB/R2022a/extern/include/matrix.h:499:17: error: ‘mxGetPiIsDeprecated’ was not declared in this scope
 #define mxGetPi mxGetPiIsDeprecated
                 ^
/home/wanglab/diplib/include/dip_matlab_interface.h:754:34: note: in expansion of macro ‘mxGetPi’
       dip::Image::Pixel mapImag( mxGetPi( out ), dip::DT_DFLOAT, in.Tensor(), 1 );
                                  ^~~~~~~
/home/wanglab/diplib/include/dip_matlab_interface.h: In function ‘dip::Image dml::GetImage(const mxArray*, dml::GetImageMode, dml::ArrayConversionMode)’:
/usr/local/MATLAB/R2022a/extern/include/matrix.h:500:23: error: ‘mxGetImagDataIsDeprecated’ was not declared in this scope
 #define mxGetImagData mxGetImagDataIsDeprecated
                       ^
/home/wanglab/diplib/include/dip_matlab_interface.h:1080:22: note: in expansion of macro ‘mxGetImagData’
       void* p_imag = mxGetImagData( mxdata );
                      ^~~~~~~~~~~~~
/usr/local/MATLAB/R2022a/extern/include/matrix.h:500:23: note: suggested alternative: ‘mxGetPropertySharedIsDeprecated’
 #define mxGetImagData mxGetImagDataIsDeprecated
                       ^
/home/wanglab/diplib/include/dip_matlab_interface.h:1080:22: note: in expansion of macro ‘mxGetImagData’
       void* p_imag = mxGetImagData( mxdata );
                      ^~~~~~~~~~~~~
dipimage/CMakeFiles/MEX_measure.dir/build.make:62: recipe for target 'dipimage/CMakeFiles/MEX_measure.dir/measure.cpp.o' failed
make[2]: *** [dipimage/CMakeFiles/MEX_measure.dir/measure.cpp.o] Error 1
CMakeFiles/Makefile2:955: recipe for target 'dipimage/CMakeFiles/MEX_measure.dir/all' failed
make[1]: *** [dipimage/CMakeFiles/MEX_measure.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2

To Reproduce If applicable, include complete, runnable code to reproduce the behavior.

System information: Ubuntu 18.04

MATLAB Version: 9.12.0.2009381 (R2022a) Update 4
MATLAB License Number: DEMO
Operating System: Linux 5.4.0-124-generic #140~18.04.1-Ubuntu SMP Fri Aug 5 11:43:34 UTC 2022 x86_64
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB                                                Version 9.12        (R2022a)
Image Processing Toolbox                              Version 11.5        (R2022a) 

g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

crisluengo commented 1 year ago

This is strange, it seems that it is building the MEX interface with the wrong flags. This is a CMake issue, I'd guess. What version of CMake are you using? Could you copy-paste the output of your cmake .. step?

sameerbau commented 1 year ago

after cmake .. i get this:


`~~~Configuring Zlib~~~
~~~
~~~Configuring libics~~~
~~~Configuring LibTIFF~~~
-- LibTIFF uses win32 IO: FALSE
-- LibTIFF has JPEG 8/12 bit dual mode: FALSE
~~~
-- Could NOT find FFTW3 (missing: FFTW3_INCLUDE_DIR FFTW3_LIBRARY_FFTW3F FFTW3_LIBRARY_FFTW3F_THREADS FFTW3_LIBRARY_FFTW3 FFTW3_LIBRARY_FFTW3_THREADS) 
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) 
-- Could NOT find Java (missing: Java_JAVAC_EXECUTABLE Java_JAVADOC_EXECUTABLE Development) (found suitable version "11.0.16", minimum required is "1.7")
-- FreeGLUT found: /usr/lib/x86_64-linux-gnu/libglut.so -- /usr/include
-- Could NOT find GLFW (missing: GLFW_LIBRARY GLFW_INCLUDE_DIR) 
-- GLFW not found
-- pybind11 v2.9.0 

--------------------------------------
   DIPlib CONFIGURATION REPORT

 * PROJECT_VERSION: 3.3.0
 * DIP_COPYRIGHT_YEAR: 2022
 * C++ compiler: GNU 7.5.0
 * C++ compiler flags:  -Wall -Wextra -Wconversion -Wsign-conversion -pedantic -Wno-unknown-pragmas -Wno-attributes -O3 -DNDEBUG
 * Build type: Release
 * Building shared library
 * Library installed to: /home/wanglab/lib
 * Binaries installed to: /home/wanglab/bin
 * Header files installed to: /home/wanglab/include
 * dox++ program not configured, no documentation can be generated
 * Using OpenMP for multithreading
 * Stack trace recording enabled
 * Asserts disabled
 * Unicode support enabled
 * Using 128-bit PRNG
 * ICS file IO enabled, with zlib
 * TIFF file IO enabled, with zlib, with JPEG
 * JPEG file IO enabled
 * Using PocketFFT
 * Not using FreeType
 * Unit test code included
 * DIPviewer module added to 'all' with window managers: FreeGLUT
 * DIPviewer Java bindings not configured
 * DIPJavaio module not configured
 * PyDIP module added to 'all' target
 * PyDIP compiled for Python version 3.9.13
 * PyDIP does not include libraries in binary wheel
 * DIPimage toolbox added to 'all' target
CMake Warning at tools/FindMatlab.cmake:330 (message):
  [MATLAB] The version UNKNOWN is not registered
Call Stack (most recent call first):
  CMakeLists.txt:412 (matlab_get_release_name_from_version)

 * DIPimage toolbox compiled for MATLAB 
 * DIPimage toolbox installed to: /home/wanglab/share/DIPimage
 * DIPimage User Manual cannot be created (dox++ program not configured)

Next, type 'make; make check; make install'

--------------------------------------

-- Configuring done
-- Generating done
-- Build files have been written to: /home/wanglab/diplib/target
`
crisluengo commented 1 year ago

Ah, I see. This is indeed a CMake issue. It looks like it found MATLAB, but couldn't figure out the version number. This is strange, I don't think I've seen this before. Did you specify the location of the MATLAB executable, or was it found automatically?

I would suggest removing the CMakeCache.txt file from the diplib/target directory, then run cmake again specifying the path to MATLAB:

cmake .. -DMatlab_ROOT_DIR=/path/to/matlab

The proper path to fill out there is what you get when you type matlabroot in MATLAB.

Make sure that the configuration report says:

 * DIPimage toolbox added to 'all' target
 * DIPimage toolbox compiled for MATLAB R2022a

rather than what you see now:

 * DIPimage toolbox added to 'all' target
CMake Warning at tools/FindMatlab.cmake:330 (message):
  [MATLAB] The version UNKNOWN is not registered
Call Stack (most recent call first):
  CMakeLists.txt:412 (matlab_get_release_name_from_version)

 * DIPimage toolbox compiled for MATLAB 
sameerbau commented 1 year ago

Works perfectly!

Post this, I did: sudo make install

and got the below output,showing that DIPimage has been installed. Thank you!


[ 13%] Built target jpeg
[ 18%] Built target zlibstatic
[ 28%] Built target tiff
[ 31%] Built target libics
[ 75%] Built target DIP
[ 79%] Built target DIPviewer
[ 80%] Built target dipview
[ 80%] Linking CXX shared module PyDIPviewer.cpython-39-x86_64-linux-gnu.so
[ 81%] Built target PyDIPviewer
[ 81%] Linking CXX shared module PyDIP_bin.cpython-39-x86_64-linux-gnu.so
[ 85%] Built target PyDIP_bin
Scanning dependencies of target MEX_measure
[ 85%] Building CXX object dipimage/CMakeFiles/MEX_measure.dir/measure.cpp.o
[ 85%] Building C object dipimage/CMakeFiles/MEX_measure.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 85%] Linking CXX shared library measure.mexa64
[ 85%] Built target MEX_measure
Scanning dependencies of target MEX_numberofthreads
[ 86%] Building CXX object dipimage/CMakeFiles/MEX_numberofthreads.dir/private/numberofthreads.cpp.o
[ 86%] Building C object dipimage/CMakeFiles/MEX_numberofthreads.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 86%] Linking CXX shared library numberofthreads.mexa64
[ 86%] Built target MEX_numberofthreads
Scanning dependencies of target MEX_dip_analysis
[ 87%] Building CXX object dipimage/CMakeFiles/MEX_dip_analysis.dir/private/dip_analysis.cpp.o
[ 87%] Building C object dipimage/CMakeFiles/MEX_dip_analysis.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 87%] Linking CXX shared library dip_analysis.mexa64
[ 87%] Built target MEX_dip_analysis
Scanning dependencies of target MEX_dip_projection
[ 87%] Building CXX object dipimage/CMakeFiles/MEX_dip_projection.dir/@dip_image/private/dip_projection.cpp.o
[ 87%] Building C object dipimage/CMakeFiles/MEX_dip_projection.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 88%] Linking CXX shared library dip_projection.mexa64
[ 88%] Built target MEX_dip_projection
Scanning dependencies of target MEX_dip_geometry
[ 89%] Building CXX object dipimage/CMakeFiles/MEX_dip_geometry.dir/private/dip_geometry.cpp.o
[ 89%] Building C object dipimage/CMakeFiles/MEX_dip_geometry.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 89%] Linking CXX shared library dip_geometry.mexa64
[ 89%] Built target MEX_dip_geometry
Scanning dependencies of target MEX_dip_operators
[ 89%] Building CXX object dipimage/CMakeFiles/MEX_dip_operators.dir/@dip_image/private/dip_operators.cpp.o
[ 90%] Building C object dipimage/CMakeFiles/MEX_dip_operators.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 90%] Linking CXX shared library dip_operators.mexa64
[ 90%] Built target MEX_dip_operators
Scanning dependencies of target MEX_dip_filtering
[ 90%] Building CXX object dipimage/CMakeFiles/MEX_dip_filtering.dir/private/dip_filtering.cpp.o
[ 90%] Building C object dipimage/CMakeFiles/MEX_dip_filtering.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 92%] Linking CXX shared library dip_filtering.mexa64
[ 92%] Built target MEX_dip_filtering
Scanning dependencies of target MEX_dip_tensor_indices
[ 93%] Building CXX object dipimage/CMakeFiles/MEX_dip_tensor_indices.dir/@dip_image/private/dip_tensor_indices.cpp.o
[ 93%] Building C object dipimage/CMakeFiles/MEX_dip_tensor_indices.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 93%] Linking CXX shared library dip_tensor_indices.mexa64
[ 93%] Built target MEX_dip_tensor_indices
Scanning dependencies of target MEX_colorspacemanager
[ 93%] Building CXX object dipimage/CMakeFiles/MEX_colorspacemanager.dir/@dip_image/private/colorspacemanager.cpp.o
[ 93%] Building C object dipimage/CMakeFiles/MEX_colorspacemanager.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 93%] Linking CXX shared library colorspacemanager.mexa64
[ 93%] Built target MEX_colorspacemanager
Scanning dependencies of target MEX_dip_imagemath
[ 93%] Building CXX object dipimage/CMakeFiles/MEX_dip_imagemath.dir/@dip_image/private/dip_imagemath.cpp.o
[ 94%] Building C object dipimage/CMakeFiles/MEX_dip_imagemath.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 94%] Linking CXX shared library dip_imagemath.mexa64
[ 94%] Built target MEX_dip_imagemath
Scanning dependencies of target MEX_dip_morphology
[ 95%] Building CXX object dipimage/CMakeFiles/MEX_dip_morphology.dir/private/dip_morphology.cpp.o
[ 95%] Building C object dipimage/CMakeFiles/MEX_dip_morphology.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 95%] Linking CXX shared library dip_morphology.mexa64
[ 95%] Built target MEX_dip_morphology
Scanning dependencies of target MEX_dip_math
[ 95%] Building CXX object dipimage/CMakeFiles/MEX_dip_math.dir/private/dip_math.cpp.o
[ 95%] Building C object dipimage/CMakeFiles/MEX_dip_math.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 96%] Linking CXX shared library dip_math.mexa64
[ 96%] Built target MEX_dip_math
Scanning dependencies of target MEX_imagedisplay
[ 96%] Building CXX object dipimage/CMakeFiles/MEX_imagedisplay.dir/private/imagedisplay.cpp.o
[ 97%] Building C object dipimage/CMakeFiles/MEX_imagedisplay.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 97%] Linking CXX shared library imagedisplay.mexa64
[ 97%] Built target MEX_imagedisplay
[ 97%] Built target contents
Scanning dependencies of target MEX_dip_fileio
[ 97%] Building CXX object dipimage/CMakeFiles/MEX_dip_fileio.dir/private/dip_fileio.cpp.o
[ 98%] Building C object dipimage/CMakeFiles/MEX_dip_fileio.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 98%] Linking CXX shared library dip_fileio.mexa64
[ 98%] Built target MEX_dip_fileio
Scanning dependencies of target MEX_dip_microscopy
[ 98%] Building CXX object dipimage/CMakeFiles/MEX_dip_microscopy.dir/private/dip_microscopy.cpp.o
[ 98%] Building C object dipimage/CMakeFiles/MEX_dip_microscopy.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 98%] Linking CXX shared library dip_microscopy.mexa64
[ 98%] Built target MEX_dip_microscopy
Scanning dependencies of target MEX_dip_segmentation
[ 98%] Building CXX object dipimage/CMakeFiles/MEX_dip_segmentation.dir/private/dip_segmentation.cpp.o
[ 98%] Building C object dipimage/CMakeFiles/MEX_dip_segmentation.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 98%] Linking CXX shared library dip_segmentation.mexa64
[ 98%] Built target MEX_dip_segmentation
Scanning dependencies of target MEX_dip_generation
[ 98%] Building CXX object dipimage/CMakeFiles/MEX_dip_generation.dir/private/dip_generation.cpp.o
[ 98%] Building C object dipimage/CMakeFiles/MEX_dip_generation.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[ 98%] Linking CXX shared library dip_generation.mexa64
[ 98%] Built target MEX_dip_generation
Scanning dependencies of target MEX_libraryinformation
[ 98%] Building CXX object dipimage/CMakeFiles/MEX_libraryinformation.dir/private/libraryinformation.cpp.o
[ 98%] Building C object dipimage/CMakeFiles/MEX_libraryinformation.dir/usr/local/MATLAB/R2022a/extern/version/c_mexapi_version.c.o
[100%] Linking CXX shared library libraryinformation.mexa64
[100%] Built target MEX_libraryinformation
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/cmake/DIPlib/DIPlibTargets.cmake
-- Installing: /usr/local/lib/cmake/DIPlib/DIPlibTargets-release.cmake
-- Installing: /usr/local/lib/cmake/DIPlib/DIPlibConfigVersion.cmake
-- Installing: /usr/local/lib/cmake/DIPlib/DIPlibConfig.cmake
-- Installing: /usr/local/lib/libDIP.so
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/dip_vigra_interface.h
-- Installing: /usr/local/include/dip_opencv_interface.h
-- Installing: /usr/local/include/diplib
-- Installing: /usr/local/include/diplib/distribution.h
-- Installing: /usr/local/include/diplib/geometry.h
-- Installing: /usr/local/include/diplib/kernel.h
-- Installing: /usr/local/include/diplib/random.h
-- Installing: /usr/local/include/diplib/transform.h
-- Installing: /usr/local/include/diplib/accumulators.h
-- Installing: /usr/local/include/diplib/binary.h
-- Installing: /usr/local/include/diplib/graph.h
-- Installing: /usr/local/include/diplib/statistics.h
-- Installing: /usr/local/include/diplib/file_io.h
-- Installing: /usr/local/include/diplib/overload.h
-- Installing: /usr/local/include/diplib/regions.h
-- Installing: /usr/local/include/diplib/union_find.h
-- Installing: /usr/local/include/diplib/dft.h
-- Installing: /usr/local/include/diplib/multithreading.h
-- Installing: /usr/local/include/diplib/simple_file_io.h
-- Installing: /usr/local/include/diplib/library
-- Installing: /usr/local/include/diplib/library/error.h
-- Installing: /usr/local/include/diplib/library/export.h
-- Installing: /usr/local/include/diplib/library/sample_iterator.h
-- Installing: /usr/local/include/diplib/library/image.h
-- Installing: /usr/local/include/diplib/library/copy_buffer.h
-- Installing: /usr/local/include/diplib/library/datatype.h
-- Installing: /usr/local/include/diplib/library/stringparams.h
-- Installing: /usr/local/include/diplib/library/tensor.h
-- Installing: /usr/local/include/diplib/library/dimension_array.h
-- Installing: /usr/local/include/diplib/library/operators.h
-- Installing: /usr/local/include/diplib/library/numeric.h
-- Installing: /usr/local/include/diplib/library/physical_dimensions.h
-- Installing: /usr/local/include/diplib/library/types.h
-- Installing: /usr/local/include/diplib/library/image_views.h
-- Installing: /usr/local/include/diplib/library/clamp_cast.h
-- Installing: /usr/local/include/diplib/generation.h
-- Installing: /usr/local/include/diplib/deconvolution.h
-- Installing: /usr/local/include/diplib/iterators.h
-- Installing: /usr/local/include/diplib/linear.h
-- Installing: /usr/local/include/diplib/display.h
-- Installing: /usr/local/include/diplib/generic_iterators.h
-- Installing: /usr/local/include/diplib/analysis.h
-- Installing: /usr/local/include/diplib/distance.h
-- Installing: /usr/local/include/diplib/chain_code.h
-- Installing: /usr/local/include/diplib/nonlinear.h
-- Installing: /usr/local/include/diplib/pixel_table.h
-- Installing: /usr/local/include/diplib/math.h
-- Installing: /usr/local/include/diplib/measurement.h
-- Installing: /usr/local/include/diplib/histogram.h
-- Installing: /usr/local/include/diplib/neighborlist.h
-- Installing: /usr/local/include/diplib/boundary.h
-- Installing: /usr/local/include/diplib/framework.h
-- Installing: /usr/local/include/diplib/mapping.h
-- Installing: /usr/local/include/diplib/border.h
-- Installing: /usr/local/include/diplib/segmentation.h
-- Installing: /usr/local/include/diplib/private
-- Installing: /usr/local/include/diplib/private/readme.txt
-- Installing: /usr/local/include/diplib/private/robin_growth_policy.h
-- Installing: /usr/local/include/diplib/private/robin_hash.h
-- Installing: /usr/local/include/diplib/private/pcg_random.hpp
-- Installing: /usr/local/include/diplib/private/pcg_extras.hpp
-- Installing: /usr/local/include/diplib/private/robin_set.h
-- Installing: /usr/local/include/diplib/private/robin_map.h
-- Installing: /usr/local/include/diplib/private/constfor.h
-- Installing: /usr/local/include/diplib/private/pcg_uint128.hpp
-- Installing: /usr/local/include/diplib/detection.h
-- Installing: /usr/local/include/diplib/saturated_arithmetic.h
-- Installing: /usr/local/include/diplib/microscopy.h
-- Installing: /usr/local/include/diplib/morphology.h
-- Installing: /usr/local/include/diplib/testing.h
-- Installing: /usr/local/include/diplib/color.h
-- Installing: /usr/local/include/diplib/lookup_table.h
-- Installing: /usr/local/include/dip_matlab_interface.h
-- Installing: /usr/local/include/diplib.h
-- Installing: /usr/local/lib/libDIPviewer.so
-- Installing: /usr/local/bin/dipview
-- Installing: /usr/local/include/dipviewer.h
-- Installing: /usr/local/include/diplib/viewer
-- Installing: /usr/local/include/diplib/viewer/glut.h
-- Installing: /usr/local/include/diplib/viewer/export.h
-- Installing: /usr/local/include/diplib/viewer/image.h
-- Installing: /usr/local/include/diplib/viewer/glfw.h
-- Installing: /usr/local/include/diplib/viewer/proxy.h
-- Installing: /usr/local/include/diplib/viewer/slice.h
-- Installing: /usr/local/include/diplib/viewer/tensor.h
-- Installing: /usr/local/include/diplib/viewer/link.h
-- Installing: /usr/local/include/diplib/viewer/control.h
-- Installing: /usr/local/include/diplib/viewer/manager.h
-- Installing: /usr/local/include/diplib/viewer/histogram.h
-- Installing: /usr/local/include/diplib/viewer/viewer.h
-- Installing: /usr/local/include/diplib/viewer/status.h
-- Installing: /usr/local/share/DIPimage/abssqr.m
-- Installing: /usr/local/share/DIPimage/affine_trans.m
-- Installing: /usr/local/share/DIPimage/aniso.m
-- Installing: /usr/local/share/DIPimage/areaclosing.m
-- Installing: /usr/local/share/DIPimage/areaopening.m
-- Installing: /usr/local/share/DIPimage/arrangeslices.m
-- Installing: /usr/local/share/DIPimage/array2im.m
-- Installing: /usr/local/share/DIPimage/asf.m
-- Installing: /usr/local/share/DIPimage/autocorrelation.m
-- Installing: /usr/local/share/DIPimage/bbox.m
-- Installing: /usr/local/share/DIPimage/bclosing.m
-- Installing: /usr/local/share/DIPimage/bdilation.m
-- Installing: /usr/local/share/DIPimage/berosion.m
-- Installing: /usr/local/share/DIPimage/bilateralf.m
-- Installing: /usr/local/share/DIPimage/bmajority.m
-- Installing: /usr/local/share/DIPimage/bopening.m
-- Installing: /usr/local/share/DIPimage/boundary_condition.m
-- Installing: /usr/local/share/DIPimage/bpropagation.m
-- Installing: /usr/local/share/DIPimage/brmedgeobjs.m
-- Installing: /usr/local/share/DIPimage/bskeleton.m
-- Installing: /usr/local/share/DIPimage/cal_readnoise.m
-- Installing: /usr/local/share/DIPimage/canny.m
-- Installing: /usr/local/share/DIPimage/ced.m
-- Installing: /usr/local/share/DIPimage/cell2im.m
-- Installing: /usr/local/share/DIPimage/chordlength.m
-- Installing: /usr/local/share/DIPimage/clip.m
-- Installing: /usr/local/share/DIPimage/closing.m
-- Installing: /usr/local/share/DIPimage/cluster.m
-- Installing: /usr/local/share/DIPimage/compactwaterseed.m
-- Installing: /usr/local/share/DIPimage/convolve.m
-- Installing: /usr/local/share/DIPimage/coord2image.m
-- Installing: /usr/local/share/DIPimage/coordinates.m
-- Installing: /usr/local/share/DIPimage/cornerdetector.m
-- Installing: /usr/local/share/DIPimage/correctshift.m
-- Installing: /usr/local/share/DIPimage/countingframe.m
-- Installing: /usr/local/share/DIPimage/countneighbors.m
-- Installing: /usr/local/share/DIPimage/crosscorrelation.m
-- Installing: /usr/local/share/DIPimage/curlvector.m
-- Installing: /usr/local/share/DIPimage/curvature.m
-- Installing: /usr/local/share/DIPimage/cut.m
-- Installing: /usr/local/share/DIPimage/dcc.m
-- Installing: /usr/local/share/DIPimage/deltaim.m
-- Installing: /usr/local/share/DIPimage/derivative.m
-- Installing: /usr/local/share/DIPimage/dethessian.m
-- Installing: /usr/local/share/DIPimage/detile.m
-- Installing: /usr/local/share/DIPimage/dgg.m
-- Installing: /usr/local/share/DIPimage/dilation.m
-- Installing: /usr/local/share/DIPimage/dip_imagedisplay.m
-- Installing: /usr/local/share/DIPimage/dip_measurement.m
-- Installing: /usr/local/share/DIPimage/dipanimate.m
-- Installing: /usr/local/share/DIPimage/dipclf.m
-- Installing: /usr/local/share/DIPimage/dipcrop.m
-- Installing: /usr/local/share/DIPimage/dipdrawpolygon.m
-- Installing: /usr/local/share/DIPimage/dipfig.m
-- Installing: /usr/local/share/DIPimage/dipgetcoords.m
-- Installing: /usr/local/share/DIPimage/dipgetimage.m
-- Installing: /usr/local/share/DIPimage/dipgetpref.m
-- Installing: /usr/local/share/DIPimage/diphist.m
-- Installing: /usr/local/share/DIPimage/diphist2d.m
-- Installing: /usr/local/share/DIPimage/dipimage.m
-- Installing: /usr/local/share/DIPimage/dipinit.m
-- Installing: /usr/local/share/DIPimage/dipisosurface.m
-- Installing: /usr/local/share/DIPimage/diplink.m
-- Installing: /usr/local/share/DIPimage/diplooking.m
-- Installing: /usr/local/share/DIPimage/dipmapping.m
-- Installing: /usr/local/share/DIPimage/dipmenus.m
-- Installing: /usr/local/share/DIPimage/dipmex.m
-- Installing: /usr/local/share/DIPimage/dippan.m
-- Installing: /usr/local/share/DIPimage/dipprofile.m
-- Installing: /usr/local/share/DIPimage/diproi.m
-- Installing: /usr/local/share/DIPimage/dipsetpref.m
-- Installing: /usr/local/share/DIPimage/dipshow.m
-- Installing: /usr/local/share/DIPimage/dipstackinspect.m
-- Installing: /usr/local/share/DIPimage/dipstep.m
-- Installing: /usr/local/share/DIPimage/diptest.m
-- Installing: /usr/local/share/DIPimage/diptruesize.m
-- Installing: /usr/local/share/DIPimage/dipzoom.m
-- Installing: /usr/local/share/DIPimage/displaylabelnumbers.m
-- Installing: /usr/local/share/DIPimage/distancedistribution.m
-- Installing: /usr/local/share/DIPimage/divergencevector.m
-- Installing: /usr/local/share/DIPimage/drawline.m
-- Installing: /usr/local/share/DIPimage/drawpolygon.m
-- Installing: /usr/local/share/DIPimage/drawshape.m
-- Installing: /usr/local/share/DIPimage/drawtext.m
-- Installing: /usr/local/share/DIPimage/dt.m
-- Installing: /usr/local/share/DIPimage/dx.m
-- Installing: /usr/local/share/DIPimage/dxx.m
-- Installing: /usr/local/share/DIPimage/dxy.m
-- Installing: /usr/local/share/DIPimage/dxz.m
-- Installing: /usr/local/share/DIPimage/dy.m
-- Installing: /usr/local/share/DIPimage/dyy.m
-- Installing: /usr/local/share/DIPimage/dyz.m
-- Installing: /usr/local/share/DIPimage/dz.m
-- Installing: /usr/local/share/DIPimage/dzz.m
-- Installing: /usr/local/share/DIPimage/eig_largest.m
-- Installing: /usr/local/share/DIPimage/entropy.m
-- Installing: /usr/local/share/DIPimage/erfclip.m
-- Installing: /usr/local/share/DIPimage/erosion.m
-- Installing: /usr/local/share/DIPimage/errormeasure.m
-- Installing: /usr/local/share/DIPimage/extend.m
-- Installing: /usr/local/share/DIPimage/extendregion.m
-- Installing: /usr/local/share/DIPimage/fillholes.m
-- Installing: /usr/local/share/DIPimage/findlocalshift.m
-- Installing: /usr/local/share/DIPimage/findlocmax.m
-- Installing: /usr/local/share/DIPimage/findmaxima.m
-- Installing: /usr/local/share/DIPimage/findminima.m
-- Installing: /usr/local/share/DIPimage/findshift.m
-- Installing: /usr/local/share/DIPimage/fista.m
-- Installing: /usr/local/share/DIPimage/fmmatch.m
-- Installing: /usr/local/share/DIPimage/ft.m
-- Installing: /usr/local/share/DIPimage/gabor.m
-- Installing: /usr/local/share/DIPimage/gabor_click.m
-- Installing: /usr/local/share/DIPimage/gaussf.m
-- Installing: /usr/local/share/DIPimage/gaussf_adap.m
-- Installing: /usr/local/share/DIPimage/gaussf_adap_banana.m
-- Installing: /usr/local/share/DIPimage/gaussianblob.m
-- Installing: /usr/local/share/DIPimage/gaussianedgeclip.m
-- Installing: /usr/local/share/DIPimage/gaussianlineclip.m
-- Installing: /usr/local/share/DIPimage/gdt.m
-- Installing: /usr/local/share/DIPimage/get_subpixel.m
-- Installing: /usr/local/share/DIPimage/getbranchpixel.m
-- Installing: /usr/local/share/DIPimage/getendpixel.m
-- Installing: /usr/local/share/DIPimage/getlinkpixel.m
-- Installing: /usr/local/share/DIPimage/getmaximumandminimum.m
-- Installing: /usr/local/share/DIPimage/getsamplestatistics.m
-- Installing: /usr/local/share/DIPimage/getsinglepixel.m
-- Installing: /usr/local/share/DIPimage/gradientvector.m
-- Installing: /usr/local/share/DIPimage/gradmag.m
-- Installing: /usr/local/share/DIPimage/granulometry.m
-- Installing: /usr/local/share/DIPimage/growregions.m
-- Installing: /usr/local/share/DIPimage/growregionsweighted.m
-- Installing: /usr/local/share/DIPimage/gvf.m
-- Installing: /usr/local/share/DIPimage/hessian.m
-- Installing: /usr/local/share/DIPimage/hist2image.m
-- Installing: /usr/local/share/DIPimage/hist_equalize.m
-- Installing: /usr/local/share/DIPimage/hitmiss.m
-- Installing: /usr/local/share/DIPimage/hmaxima.m
-- Installing: /usr/local/share/DIPimage/hminima.m
-- Installing: /usr/local/share/DIPimage/hull.m
-- Installing: /usr/local/share/DIPimage/ictm.m
-- Installing: /usr/local/share/DIPimage/ift.m
-- Installing: /usr/local/share/DIPimage/im2array.m
-- Installing: /usr/local/share/DIPimage/im2cell.m
-- Installing: /usr/local/share/DIPimage/im2mat.m
-- Installing: /usr/local/share/DIPimage/im2snake.m
-- Installing: /usr/local/share/DIPimage/integral_image.m
-- Installing: /usr/local/share/DIPimage/joinchannels.m
-- Installing: /usr/local/share/DIPimage/kuwahara.m
-- Installing: /usr/local/share/DIPimage/label.m
-- Installing: /usr/local/share/DIPimage/laplace.m
-- Installing: /usr/local/share/DIPimage/laplace_min_dgg.m
-- Installing: /usr/local/share/DIPimage/laplace_plus_dgg.m
-- Installing: /usr/local/share/DIPimage/lee.m
-- Installing: /usr/local/share/DIPimage/linedetector.m
-- Installing: /usr/local/share/DIPimage/localshift.m
-- Installing: /usr/local/share/DIPimage/loggabor.m
-- Installing: /usr/local/share/DIPimage/lut.m
-- Installing: /usr/local/share/DIPimage/mat2im.m
-- Installing: /usr/local/share/DIPimage/maxf.m
-- Installing: /usr/local/share/DIPimage/maxima.m
-- Installing: /usr/local/share/DIPimage/mdhistogram.m
-- Installing: /usr/local/share/DIPimage/mdhistogrammap.m
-- Installing: /usr/local/share/DIPimage/measure.m
-- Installing: /usr/local/share/DIPimage/medif.m
-- Installing: /usr/local/share/DIPimage/minf.m
-- Installing: /usr/local/share/DIPimage/minima.m
-- Installing: /usr/local/share/DIPimage/mirror.m
-- Installing: /usr/local/share/DIPimage/monogenicsignal.m
-- Installing: /usr/local/share/DIPimage/msr2obj.m
-- Installing: /usr/local/share/DIPimage/newcolorim.m
-- Installing: /usr/local/share/DIPimage/newim.m
-- Installing: /usr/local/share/DIPimage/newtensorim.m
-- Installing: /usr/local/share/DIPimage/noise.m
-- Installing: /usr/local/share/DIPimage/noisestd.m
-- Installing: /usr/local/share/DIPimage/nonmaximumsuppression.m
-- Installing: /usr/local/share/DIPimage/normconv.m
-- Installing: /usr/local/share/DIPimage/opening.m
-- Installing: /usr/local/share/DIPimage/opticflow.m
-- Installing: /usr/local/share/DIPimage/orientation.m
-- Installing: /usr/local/share/DIPimage/orientationspace.m
-- Installing: /usr/local/share/DIPimage/overlay.m
-- Installing: /usr/local/share/DIPimage/overlay_confidence.m
-- Installing: /usr/local/share/DIPimage/overlay_vector.m
-- Installing: /usr/local/share/DIPimage/paircorrelation.m
-- Installing: /usr/local/share/DIPimage/pathclosing.m
-- Installing: /usr/local/share/DIPimage/pathopening.m
-- Installing: /usr/local/share/DIPimage/percf.m
-- Installing: /usr/local/share/DIPimage/perobjecthist.m
-- Installing: /usr/local/share/DIPimage/phiphi.m
-- Installing: /usr/local/share/DIPimage/pmd.m
-- Installing: /usr/local/share/DIPimage/pmd_gaussian.m
-- Installing: /usr/local/share/DIPimage/prewittf.m
-- Installing: /usr/local/share/DIPimage/psf.m
-- Installing: /usr/local/share/DIPimage/quantize.m
-- Installing: /usr/local/share/DIPimage/radialmax.m
-- Installing: /usr/local/share/DIPimage/radialmean.m
-- Installing: /usr/local/share/DIPimage/radialmin.m
-- Installing: /usr/local/share/DIPimage/radialsum.m
-- Installing: /usr/local/share/DIPimage/radoncircle.m
-- Installing: /usr/local/share/DIPimage/ramp.m
-- Installing: /usr/local/share/DIPimage/ramp1.m
-- Installing: /usr/local/share/DIPimage/randomseeds.m
-- Installing: /usr/local/share/DIPimage/rankmax_opening.m
-- Installing: /usr/local/share/DIPimage/rankmin_closing.m
-- Installing: /usr/local/share/DIPimage/readics.m
-- Installing: /usr/local/share/DIPimage/readim.m
-- Installing: /usr/local/share/DIPimage/readrawim.m
-- Installing: /usr/local/share/DIPimage/readroiim.m
-- Installing: /usr/local/share/DIPimage/readtiff.m
-- Installing: /usr/local/share/DIPimage/readtimeseries.m
-- Installing: /usr/local/share/DIPimage/rebin.m
-- Installing: /usr/local/share/DIPimage/reconstruction.m
-- Installing: /usr/local/share/DIPimage/relabel.m
-- Installing: /usr/local/share/DIPimage/resample.m
-- Installing: /usr/local/share/DIPimage/richardsonlucy.m
-- Installing: /usr/local/share/DIPimage/riesz.m
-- Installing: /usr/local/share/DIPimage/rngseed.m
-- Installing: /usr/local/share/DIPimage/rotation.m
-- Installing: /usr/local/share/DIPimage/rotation3d.m
-- Installing: /usr/local/share/DIPimage/rr.m
-- Installing: /usr/local/share/DIPimage/scale2rgb.m
-- Installing: /usr/local/share/DIPimage/scalespace.m
-- Installing: /usr/local/share/DIPimage/select.m
-- Installing: /usr/local/share/DIPimage/selectionf.m
-- Installing: /usr/local/share/DIPimage/semivariogram.m
-- Installing: /usr/local/share/DIPimage/setborder.m
-- Installing: /usr/local/share/DIPimage/setlabels.m
-- Installing: /usr/local/share/DIPimage/shift.m
-- Installing: /usr/local/share/DIPimage/skew.m
-- Installing: /usr/local/share/DIPimage/smallobjectsremove.m
-- Installing: /usr/local/share/DIPimage/snake2im.m
-- Installing: /usr/local/share/DIPimage/snakedraw.m
-- Installing: /usr/local/share/DIPimage/snakeminimize.m
-- Installing: /usr/local/share/DIPimage/sobelf.m
-- Installing: /usr/local/share/DIPimage/splitim.m
-- Installing: /usr/local/share/DIPimage/stochasticwatershed.m
-- Installing: /usr/local/share/DIPimage/stretch.m
-- Installing: /usr/local/share/DIPimage/structuretensor.m
-- Installing: /usr/local/share/DIPimage/subpixlocation.m
-- Installing: /usr/local/share/DIPimage/subsample.m
-- Installing: /usr/local/share/DIPimage/superpixels.m
-- Installing: /usr/local/share/DIPimage/testobject.m
-- Installing: /usr/local/share/DIPimage/tframehessian.m
-- Installing: /usr/local/share/DIPimage/thetatheta.m
-- Installing: /usr/local/share/DIPimage/threshold.m
-- Installing: /usr/local/share/DIPimage/tikhonovmiller.m
-- Installing: /usr/local/share/DIPimage/tile.m
-- Installing: /usr/local/share/DIPimage/tophat.m
-- Installing: /usr/local/share/DIPimage/traceobjects.m
-- Installing: /usr/local/share/DIPimage/umbra.m
-- Installing: /usr/local/share/DIPimage/unif.m
-- Installing: /usr/local/share/DIPimage/varif.m
-- Installing: /usr/local/share/DIPimage/vdt.m
-- Installing: /usr/local/share/DIPimage/vfc.m
-- Installing: /usr/local/share/DIPimage/view5d.m
-- Installing: /usr/local/share/DIPimage/warp_subpixel.m
-- Installing: /usr/local/share/DIPimage/waterseed.m
-- Installing: /usr/local/share/DIPimage/watershed.m
-- Installing: /usr/local/share/DIPimage/watershedmaxima.m
-- Installing: /usr/local/share/DIPimage/watershedminima.m
-- Installing: /usr/local/share/DIPimage/wiener.m
-- Installing: /usr/local/share/DIPimage/window.m
-- Installing: /usr/local/share/DIPimage/wrap.m
-- Installing: /usr/local/share/DIPimage/writeics.m
-- Installing: /usr/local/share/DIPimage/writeim.m
-- Installing: /usr/local/share/DIPimage/writetiff.m
-- Installing: /usr/local/share/DIPimage/xx.m
-- Installing: /usr/local/share/DIPimage/xx1.m
-- Installing: /usr/local/share/DIPimage/yy.m
-- Installing: /usr/local/share/DIPimage/yy1.m
-- Installing: /usr/local/share/DIPimage/zz.m
-- Installing: /usr/local/share/DIPimage/zz1.m
-- Installing: /usr/local/share/DIPimage/private/bfCheckJavaMemory.m
-- Installing: /usr/local/share/DIPimage/private/bfCheckJavaPath.m
-- Installing: /usr/local/share/DIPimage/private/bfGetPlane.m
-- Installing: /usr/local/share/DIPimage/private/bfGetReader.m
-- Installing: /usr/local/share/DIPimage/private/bfTestInRange.m
-- Installing: /usr/local/share/DIPimage/private/cell2str.m
-- Installing: /usr/local/share/DIPimage/private/convertpath.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_clear_state.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_getbordersize.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_getcurpos.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_isnormalaspect.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_set_action_check.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_setpointer.m
-- Installing: /usr/local/share/DIPimage/private/dipfig_titlebar.m
-- Installing: /usr/local/share/DIPimage/private/dippreferences.m
-- Installing: /usr/local/share/DIPimage/private/errordialog.m
-- Installing: /usr/local/share/DIPimage/private/formatvalue.m
-- Installing: /usr/local/share/DIPimage/private/getdir.m
-- Installing: /usr/local/share/DIPimage/private/getfigh.m
-- Installing: /usr/local/share/DIPimage/private/getfile.m
-- Installing: /usr/local/share/DIPimage/private/gst_subsample.m
-- Installing: /usr/local/share/DIPimage/private/handlelist.m
-- Installing: /usr/local/share/DIPimage/private/handleselect.m
-- Installing: /usr/local/share/DIPimage/private/internal_ramp.m
-- Installing: /usr/local/share/DIPimage/private/is_valid_varname.m
-- Installing: /usr/local/share/DIPimage/private/isfigh.m
-- Installing: /usr/local/share/DIPimage/private/isfighlist.m
-- Installing: /usr/local/share/DIPimage/private/label_colormap.m
-- Installing: /usr/local/share/DIPimage/private/multiselect.m
-- Installing: /usr/local/share/DIPimage/private/nicelut.m
-- Installing: /usr/local/share/DIPimage/private/paramtype.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_anytypearray.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_array.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_boolean.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_cellarray.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_dataset.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_handle.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_image.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_indir.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_infile.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_measureid.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_measurement.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_option.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_optionarray.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_outfile.m
-- Installing: /usr/local/share/DIPimage/private/paramtype_string.m
-- Installing: /usr/local/share/DIPimage/private/putfile.m
-- Installing: /usr/local/share/DIPimage/private/questiondialog.m
-- Installing: /usr/local/share/DIPimage/private/saturation_colormap.m
-- Installing: /usr/local/share/DIPimage/private/useshg2.m
-- Installing: /usr/local/share/DIPimage/private/zerobased_colormap.m
-- Installing: /usr/local/share/DIPimage/@dip_image/all.m
-- Installing: /usr/local/share/DIPimage/@dip_image/any.m
-- Installing: /usr/local/share/DIPimage/@dip_image/besselj.m
-- Installing: /usr/local/share/DIPimage/@dip_image/bessely.m
-- Installing: /usr/local/share/DIPimage/@dip_image/circshift.m
-- Installing: /usr/local/share/DIPimage/@dip_image/clone.m
-- Installing: /usr/local/share/DIPimage/@dip_image/colorspace.m
-- Installing: /usr/local/share/DIPimage/@dip_image/complex.m
-- Installing: /usr/local/share/DIPimage/@dip_image/convhull.m
-- Installing: /usr/local/share/DIPimage/@dip_image/cumsum.m
-- Installing: /usr/local/share/DIPimage/@dip_image/curl.m
-- Installing: /usr/local/share/DIPimage/@dip_image/diag.m
-- Installing: /usr/local/share/DIPimage/@dip_image/dip_image.m
-- Installing: /usr/local/share/DIPimage/@dip_image/divergence.m
-- Installing: /usr/local/share/DIPimage/@dip_image/eig.m
-- Installing: /usr/local/share/DIPimage/@dip_image/eye.m
-- Installing: /usr/local/share/DIPimage/@dip_image/find.m
-- Installing: /usr/local/share/DIPimage/@dip_image/findcoord.m
-- Installing: /usr/local/share/DIPimage/@dip_image/gradient.m
-- Installing: /usr/local/share/DIPimage/@dip_image/ind2sub.m
-- Installing: /usr/local/share/DIPimage/@dip_image/iterate.m
-- Installing: /usr/local/share/DIPimage/@dip_image/max.m
-- Installing: /usr/local/share/DIPimage/@dip_image/mean.m
-- Installing: /usr/local/share/DIPimage/@dip_image/median.m
-- Installing: /usr/local/share/DIPimage/@dip_image/min.m
-- Installing: /usr/local/share/DIPimage/@dip_image/percentile.m
-- Installing: /usr/local/share/DIPimage/@dip_image/plot.m
-- Installing: /usr/local/share/DIPimage/@dip_image/prod.m
-- Installing: /usr/local/share/DIPimage/@dip_image/rotate.m
-- Installing: /usr/local/share/DIPimage/@dip_image/slice_ex.m
-- Installing: /usr/local/share/DIPimage/@dip_image/slice_in.m
-- Installing: /usr/local/share/DIPimage/@dip_image/slice_op.m
-- Installing: /usr/local/share/DIPimage/@dip_image/std.m
-- Installing: /usr/local/share/DIPimage/@dip_image/sub2ind.m
-- Installing: /usr/local/share/DIPimage/@dip_image/sum.m
-- Installing: /usr/local/share/DIPimage/@dip_image/svd.m
-- Installing: /usr/local/share/DIPimage/@dip_image/tensorfun.m
-- Installing: /usr/local/share/DIPimage/@dip_image/var.m
-- Installing: /usr/local/share/DIPimage/alias/closing_se.m
-- Installing: /usr/local/share/DIPimage/alias/countneighbours.m
-- Installing: /usr/local/share/DIPimage/alias/curvature_thirion.m
-- Installing: /usr/local/share/DIPimage/alias/dilation_se.m
-- Installing: /usr/local/share/DIPimage/alias/erosion_se.m
-- Installing: /usr/local/share/DIPimage/alias/imarfun.m
-- Installing: /usr/local/share/DIPimage/alias/isophote_curvature.m
-- Installing: /usr/local/share/DIPimage/alias/jacobi.m
-- Installing: /usr/local/share/DIPimage/alias/mae.m
-- Installing: /usr/local/share/DIPimage/alias/mre.m
-- Installing: /usr/local/share/DIPimage/alias/mse.m
-- Installing: /usr/local/share/DIPimage/alias/msr_remap.m
-- Installing: /usr/local/share/DIPimage/alias/mutualinformation.m
-- Installing: /usr/local/share/DIPimage/alias/newimar.m
-- Installing: /usr/local/share/DIPimage/alias/opening_se.m
-- Installing: /usr/local/share/DIPimage/alias/orientation4d.m
-- Installing: /usr/local/share/DIPimage/alias/psnr.m
-- Installing: /usr/local/share/DIPimage/alias/rankmax_opening_se.m
-- Installing: /usr/local/share/DIPimage/alias/rankmin_closing_se.m
-- Installing: /usr/local/share/DIPimage/alias/smooth.m
-- Installing: /usr/local/share/DIPimage/alias/split.m
-- Installing: /usr/local/share/DIPimage/alias/ssim.m
-- Installing: /usr/local/share/DIPimage/alias/structuretensor3d.m
-- Installing: /usr/local/share/DIPimage/@dip_image/private/colorspacemanager.mexa64
-- Installing: /usr/local/share/DIPimage/@dip_image/private/dip_imagemath.mexa64
-- Installing: /usr/local/share/DIPimage/@dip_image/private/dip_operators.mexa64
-- Installing: /usr/local/share/DIPimage/@dip_image/private/dip_projection.mexa64
-- Installing: /usr/local/share/DIPimage/@dip_image/private/dip_tensor_indices.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_analysis.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_fileio.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_filtering.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_generation.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_geometry.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_math.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_microscopy.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_morphology.mexa64
-- Installing: /usr/local/share/DIPimage/private/dip_segmentation.mexa64
-- Installing: /usr/local/share/DIPimage/private/imagedisplay.mexa64
-- Installing: /usr/local/share/DIPimage/private/libraryinformation.mexa64
-- Installing: /usr/local/share/DIPimage/private/numberofthreads.mexa64
-- Installing: /usr/local/share/DIPimage/measure.mexa64
-- Installing: /usr/local/share/DIPimage/Contents.m