eLynx SDK
v3.3.0 C++ image processing API reference |
apps: source code of applications using eLynx sdk
+ eLynx | eLynx lab the main UI application using image processing SDK |
+ sdkV2 | basic samples testing sdkV2 |
bin: where executable code is generated
+ vc8_mswd | visual studio 2005 debug version |
+ vc8_msw | visual studio 2005 release version |
+ vc9_mswd | visual studio 2008 debug version |
+ vc9_msw | visual studio 2008 release version |
+ scond | gcc linux debug version |
+ scon | gcc linux release version |
build: project files for generate binary from sources
docs | All files for generating API documentation from sources with doxygen | |
vc8 | Visual Studio 2003 projects | |
Builder.eLynx.sln | eLynx lab application based on wxWidgets | |
sdkV2.sln | Batch testing of sdk | |
+ vc8_mswd | tmp objects generated for VC8 in debug mode | |
+ vc8_msw | tmp objects generated for VC8 in release mode | |
vc9 | Visual Studio 2008 projects | |
Builder.eLynx.sln | eLynx lab application based on wxWidgets | |
sdkV2.sln | Batch testing of sdk | |
+ vc9_mswd | tmp objects generated for VC9 in debug mode | |
+ vc9_msw | tmp objects generated for VC9 in release mode |
include includes files need for using eLynx sdk (not application)
elx | eLynx sdk (Core,Image,Math) |
lib library generated by eLynx sdk and dependencies
vc8_dll | Visual Studio 2005 dynamic library |
vc9_dll | Visual Studio 2008 dynamic library |
gcc_linux_dll | linux gcc dynamic library |
src the source code of eLynx sdk
Core | file support,plugin,basic type, OS management ... | |
Image | kernel of image definitions, tools ... | |
Math | kernel basic math definitions and utilities. | |
Plugins | plugins as extension of sdk : ImageFileFormat, ImageFilter | |
+ ImageFileFormat | Import export of many file formats. | |
bmp | windows bitmap. | |
jpeg | based on external libjpeg6b. | |
fits | NASA file format, based on external cfitsio. | |
png | based on external libpng, use external zlib. | |
psd | Photoshop file format. | |
ppm | basic format. | |
raw | raw as CRW,CR2,NEF ... from different cameras, sources from dcraw. | |
tiff | based on external libtiff, use external zlib. | |
zlib | external zlib 1.2.2 used by libtiff |