nexxT

Hybrid python/c++ framework for developing computer vision algorithms and more.

APACHE-2.0 License

Downloads
1.2K
Stars
6
Committers
3

Bot releases are hidden (Show)

nexxT - Make sure not to use incompatible h5py 3.x.x

Published by cwiede almost 4 years ago

nexxT -

Published by cwiede almost 4 years ago

Fixes

  • Fix possible segmentation fault caused by browser widget
  • Fix possible deadlock when de-initializing an application
  • Fix high memory usage of hdf5 filters

New features

  • Add about dialogs
  • Icon enhancements
  • Context menus in configuration for direct initializing
  • Input Ports now support a interthreadDynamicQueue feature for better decoupling between threads

Interface changes

  • MainWindow: deprecated passing a string instance to releaseSubplot(...), use a QWidget instance instead
  • Add properties to hdf5 writer for specifying buffer sizes
  • Input Ports now support default arguments also when using the C++ implementation

Other changes

  • Test enhancements, use xvfb for automated gui tests
nexxT - Cleanup of c++ interface / Copy & Paste in graph editor

Published by cwiede almost 4 years ago

  • c++ interface refactoring: replace legacy names nexT*, NexT* and NEXT* with nexxT*, NexxT* and NEXXT* names, this affects the c++ interface at various places, remove legacy macros for namespaces; c++ fiilters will need an update
  • implement copy & paste in graph editor
  • fix different time offsets of threads in load display
  • update to PySide 5.14.2.3
  • potential fix for crash in file dialog
  • fix for hdf5 reader's suggested port file dialog filters
nexxT - work-in-progress release

Published by cwiede almost 4 years ago

Performance improvements for the log view (still a way to go there).
Add load and profiling monitoring.
Filters using dynamic ports can now suggest the port to create via GUI.

nexxT - Usability enhancements

Published by cwiede about 4 years ago

nexxT - don't use this

Published by cwiede about 4 years ago

nexxT - Hotfix for segfault at end

Published by cwiede about 4 years ago

nexxT - work-in-progress release

Published by cwiede about 4 years ago

plugins can now announce their filters using python's entry-points mechanism

nexxT - relax property loading from config files / fix bool property editor

Published by cwiede over 4 years ago

nexxT - work-in-progress release

Published by cwiede over 4 years ago

based on PySide 5.14.2.2

nexxT - checkpoint release

Published by cwiede over 4 years ago

  • support manylinux2014
  • add gui logging service
  • some interface improvements (DataSample, Filter)
  • other work in progress fixes
nexxT - first version

Published by cwiede over 4 years ago

currently only windows binary release until manylinux support in linux