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 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 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: 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: 92 Kbytes
Version 3.7: 92 Kbytes
Version 3.6: 74 Kbytes
Version 3.5: 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: 66 Kbytes
Version 3.3: 67 Kbytes
Version 3.2: 65 Kbytes
Version 3.1: 62 Kbytes
|