1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
2008-22-11 Gerber Van der Graaf
* build libgpiv_mpi libso name
* Cleanup public variables
* Changed guint to gint for variables used in for () loops in upstream
* Control doxygen with configure options
2008-4-6 Gerber Van der Graaf
* lib/piv.c: parallelised for distributed memory systems using MPI
* lib/piv.c, lib/imgproc_deform.c: parallelised for shared systems memory
using OMP
2008-23-9 Gerber Van der Graaf
* lib/io.c: Repaired reading from stdin.
2008-5-5 Gerber Van der Graaf
* Removed semicolon (:) from gpiv.conf as this seems to be more convenient
* include/gpiv/gpiv-io.h .h5 and .H5 extension for hdf files
(previously .gpi/.GPI)
2008-7-4 Gerber Van der Graaf
* Changed __GpivPivPar: int_size_2 to int_size_i (initital) and
int_size_1 to int_size_f (final) in include/gpiv/gpiv-piv_par.h
* Moved some GpivImageProcPar members to a new structure GpivGenPar
containing general parameters, using key GEN in configuration.
* Repaired gpiv_*_check_parameters_read; added *__set = TRUE to
function properly without configuration
2008-27-3 Gerber Van der Graaf
* Removed NONREQUIRED macro in lib/io_png.c
2007-10-12 Gerber Van der Graaf
* Debugged
2007-20-11 Gerber Van der Graaf
* Kafka: reduction and simplyfication of the API
* New: Struct Image
* Improved: all parameter and data structures. Extended with comment and
third dimension components (for future use).
* PyGpiv: Python module to use library in scripts, wrapped by SWIG,
in separate packet.
* 'eval': files and API replaced by 'piv'
* _speed.c/.h: included in piv.c/.h
2007-7-6 Gerber Van der Graaf
* Parameter keys of identic format (process key entirely capital letters,
each parameter starts with a capital letter, word separation with '_',
key names are centralized by macro's.
2007-10-5 Gerber Van der Graaf
* renamed all parameters *_logic to *__set and functions *parameter_logic
to *parameter_set
2007-20-4 Gerber Van der Graaf
* Moved to fftw3 library
* Disabled some memory leaks
2007-30-3 Gerber Van der Graaf
* include: headers adapted for documentation with Doxygen
2007-22-3 Gerber Van der Graaf
* libgpiv_0.4.0_patch1: lib/imgproc debugged
2007-21-2 Gerber Van der Graaf
* libgpiv_0.4.0_patch1: new: spof filter, gauss weighting on interr. area.
2006-7-11 Gerber Van der Graaf
* assert substituted by g_return_(val_)if_fail in public functions and
by g_assert in private ones
2006-7-11 Gerber Van der Graaf
* Support for Portable Network Graphics image format (native) and for
tif, gif, pgm, and bmp by converting to png with netbpm on the fly.
* lib/io_raw.c, lib/io_png.c, lib/io_hdf.c added
2006-23-10 Gerber Van der Graaf
* lib/io_png.c: PNG (Portable Network Graphics) as native image format
2006-11-6 Gerber Van der Graaf
* include/gpiv/dac.h substituted by include/gpiv/cam.h, include/trig.h
* lib/dac.c substituted by lib/cam.c, lib/trig.c
* lib/dac_par.c substituted by lib/cam_par.c, lib/trig_par.c
* DISABLE_DAC substituted by ENABLE_CAM, ENABLE_TRIG
* GPIV_GPIVPOSTPAR_DEFAULT__* substituted by GPIV_POSTPAR_DEFAULT__*
|