ENVIRONMENT CImagenMDI v3.9 OF APPLICATION OF DIGITAL LIBRARY OF IMAGES CImagen

Español Pусский


CImagenMDI v3.9
is an MDI application developed in Microsoft Visual C++ 2017 by a professor of the course "Artificial Vision and Patterns Recognition" in order to test the library CImagen. This application does not pretend to be a tool like Paint Shop Pro or similar, but it aims to provide students with a tool to facilitate their doing practical exercises as well as to exemplify different uses and possible implementations of many algorithms given during lectures.  The main features of CImagenMDI v3.9 are:

   * It allows manipulation of images in RAW and PGM formats with a maximum of 256 levels of gray, and BMP 1, 4, 8, 24 and 32 bits/pixel, uncompressed
   * It contains integrated help system in HTML format

  
* it offers complete information on the selected image

   * It includes different tools for image palette treatment
   * Fast Fourier Transformation (FFT) is implemented

   * It allows application of many artificial vision algorithms which have been given dirung lectures (logical, arithmetic, geometric operations, filters, thresholding, histogram, etc.)
   * TWAIN support for scanners and digital cameras



CImagenMDI v3.9


   The program is freely distributed provided that it is used for educational purposes.

Installation:

   1.- Unzip the contents of the file downloaded on your desktop or in another folder
   2.- Read file Leeme-Readme.txt and follow instructions
   3.- Run CImagenMDI_setup.exe (in Administrator mode)

CImagenMDI v3.9 works on Windows 10/8/7/Vista and it is optimized to work with a resolution of 1280 x 1024 or higher.


 

Setup program includes more than 310 test images:

     
October 2018     CImagenMDI v3.9 Pincha para descargar  53.6 MBytes  
     

Previous versions of CImagenMDI:

       
June 2018     CImagenMDI v3.8 Pincha para descargar  53.5 MBytes  
October 2017     CImagenMDI v3.7 Pincha para descargar  52.3 MBytes  
January 2017     CImagenMDI v3.6 Pincha para descargar  47.2 MBytes  
November 2016     CImagenMDI v3.5 Pincha para descargar  45.1 MBytes  
January 2016     CImagenMDI v3.4 Pincha para descargar  40.2 MBytes  
September 2015     CImagenMDI v3.3 Pincha para descargar  38.4 MBytes  



CImagenMDI v3.6
was a basis for the research "Towards Assistive Solutions for People with Central Vision Loss" presented in the International Work-Conference of the Interplay Between Natural and Artificial Computation (IWINAC) held in La Coruña (Spain) from 19 to 23 June 2017 and that was published as chapter book: Natural and Artificial Computation for Biomedicine and Neuroscience (pp 223-232) - Lecture Notes in Computer Science (LNCS, volume 10337). Springer.
To see more information, click here 

CImagenMDI v2.1 was a basis for the research "Tecnología .NET en Tratamiento Digital de Imágenes: Librería CImagen y Aplicación CImagenMDI" presented in the VI Simposio Internacional de Informática Educativa (SIIE'04) held in Cáceres (Spain) from 16 to 18 November 2004. Click here  Pincha para descargar to see the work in PDF format.

CImagenMDI v1.9 was a basis for the research "Librería CImagen y Aplicación CImagenMDI en Tratamiento Digital de Imágenes" presented in the 1st Workshop On Education An Practice In Artificial Vision (EPAV'03) held in Palma de Mallorca (Spain) on June 3, 2003 and that was published in the Conference Proceedings, pages 93-100.   Click here  Pincha para descargar to see the work in PDF format.


LIBRARIES FOR USE FROM A PROJECT IN VISUAL C++:

The various data and methods of the CImagen class are defined in the Imagen.h file and implemented in the CImagen.dll and CImagen.lib files. To use this class in any project you must proceed in the following way:

From a project in Visual C++ 2017:

1.- Include the definitions of the class (Imagen.h) file in the project. To do this:  Main Menu / Project / Add existing item

2.- Locate the
CImagen.dll file in the /Windows/System directory or in the default project directory (it is recommended in order not to fill Windows/System directory with trash files)

3.- Locate the file
CImagen.lib in the default project directory (recommended) and you should indicate to the programming environment where the library is located. To do this:  Main Menu / Project / Properties / Configuration Properties / Linker and write in the option Input / Additional dependencies the library name: CImagen.lib

To download the libraries:

Version 3.9:   Pincha para descargar 94 Kbytes

 

From a project in Visual C++ 2015:

1.- Include the definitions of the class (Imagen.h) file in the project. To do this:  Main Menu / Project / Add existing item

2.- Locate the
CImagen.dll file in the /Windows/System directory or in the default project directory (it is recommended in order not to fill Windows/System directory with trash files)

3.- Locate the file
CImagen.lib in the directory Microsoft Visual Studio 14.0/VC/lib or in the default project directory (recommended). In this second case you should indicate to the programming environment where the library is located. To do this:  Main Menu / Project / Properties / Configuration Properties / Linker and write in the option Input / Additional dependencies the library name: CImagen.lib

To download the libraries:

Version 3.8:   Pincha para descargar 92 Kbytes
Version 3.7:   Pincha para descargar 92 Kbytes
Version 3.6:   Pincha para descargar 74 Kbytes
Version 3.5:   Pincha para descargar 74 Kbytes

From a project in Visual C++ 2013:

1.- Include the definitions of the class (Imagen.h) file in the project. To do this:  Main Menu / Project / Add existing item

2.- Locate the
CImagen.dll file in the /Windows/System directory or in the directory by defect in the project (option recommended to not go trash filling the Windows/System directory)

3.- Locate the file
CImagen.lib in the directory Microsoft Visual Studio 12.0/VC/lib or in the directory by default of the project (recommended). In this second case should indicate to the programming environment where the library is located. To do this:  Main Menu / Project / Properties / Configuration Properties / Linker and write in the option Input / Additional dependencies the library name: CImagen.lib

To download the libraries:

Version 3.4:   Pincha para descargar 66 Kbytes
Version 3.3:
  Pincha para descargar 67 Kbytes

Version 3.2:
  Pincha para descargar 65 Kbytes

Version 3.1:   Pincha para descargar 62 Kbytes

 

 

 


If you want to get a message when a new version appears, send me an email with the subject: NOTICE NEW VERSION CImagenMDI v4.0