Source Code

The algorithms in our books are implemented in Java and ImageJ which is a small, simple and flexible environment for digital image processing, originally conceived (and still being developed) by Wayne Rasband at the U.S. National Institutes of Health (NIH). This software requires a Java runtime installation (version 9 or higher).

Source Code Repository (‘imagingbook’ library)

The complete source code for our books plus additional examples, demos and tools are available in a common GitHub repository:

https://github.com/imagingbook/imagingbook-public

Instructions on how to install and use this software can all be found there.

Updates

This source code is being continuously updated, enhanced and adapted to newer releases of Java and ImageJ. Thus some of the original code examples in the printed texts may have been replaced by newer and improved versions without notice, although we attempt to preserve the original functionality as much as possible. This may affect class structures, method parameters and coding practices in general. The API thus cannot be guaranteed to be stable and may be incompatible with older code.

Source code for previous book editions

Source code for previous book editions is not being maintained in separate repositories any longer but has been merged into the current code base and updated to the most recent versions.

Camera Calibration Software

https://github.com/imagingbook/imagingbook-calibrate

Licensing information

This software is provided as a supplement to the authors’ textbooks on Digital Image Processing published by Springer in various languages and editions. Permission to use and distribute this software is granted under the BSD 2-Clause “Simplified” License (see http://opensource.org/licenses/BSD-2-Clause and below).

Copyright (c) 2006-2022 Wilhelm Burger, Mark J. Burge. All rights reserved.

-------------------------------------------------------------------------------
The BSD 2-Clause License
-------------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: 

1. Redistributions of source code must retain the above copyright notice,  this
   list of conditions and the following disclaimer. 
2. Redistributions in binary form must reproduce the  above  copyright  notice,
   this list of conditions and the following disclaimer  in  the  documentation
   and/or other materials provided with the distribution. 

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,  THE  IMPLIED
WARRANTIES  OF  MERCHANTABILITY  AND  FITNESS  FOR A  PARTICULAR  PURPOSE   ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL  DAMAGES
(INCLUDING, BUT NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS  OR  SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR  BUSINESS INTERRUPTION)  HOWEVER  CAUSED  AND
ON ANY THEORY OF LIABILITY, WHETHER IN  CONTRACT,  STRICT  LIABILITY,  OR  TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE  OF  THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies, 
either expressed or implied, of the FreeBSD Project.
-------------------------------------------------------------------------------