Skip to content

llibuda/impresario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please note: This project is work in progress! And as I do this in my spare time besides other interests it will develop steadily but slowly.

Welcome to Impresario

Impresario is the acronym for "Image Processing Engineering System Applying Reusable Interactive Objects". It is designed for rapid prototyping of image processing solutions and testing of image processing algorithms within these solutions. Therefore all kind of algorithms Impresario can make use of, are coded in separate libraries.

Everybody with interest in image processing is welcome to develop and hopefully share her own library. A simple C++ API allows to focus on the implementation of the algorithms and hides all the necessary interactions and data exchange between Impresario and the library from the developers.

Detailed information are available on the project's GitHub pages.

License

Impresario is open source software and licensed under the GNU General Public License version 3 (GPLv3). You may look up the license text on the web at http://www.gnu.org/licenses/gpl-3.0.html or read it as plain text.

However, the GPLv3 does not apply to the libraries containing the image processing algorithms, etc. These libraries may be licensed under any license the library developers choose, even closed source ones.

Related repositories

The following repositories are related to Impresario:

  • impresario-macros provides code examples for Impresario macro libraries. They can be used as starting point for own libraries.
  • impresario-doc contains the source code for Impresario's online help and its GitHub pages.