Menu

Charon / News: Recent posts

New Binary Release

We'd like to present a new binary release of CharonSuite for the Windows Plattform.

This time, there are quite a few changes to the core, so rebuilding your custom plugins
is necessary. The most important change is the introduction of a new cmake macro for creating
new plugin targets (ADD_CHARON_PLUGIN). A more detailed changelog can be found below.

Right now we only offer a x64 build. If you are in need of a 32 bit build, please contact us.... read more

Posted by Abyssary 2013-05-15

New Release for Windows

We have a new release for windows available.
This one has only a small number of changes and some new plugins.

A new major release with support for loops will be available shorty, so stay tuned.

Changelog

Changes since last release from 24.07.2012:

charon-core:

  • small bugfixes
  • API-Change!
    • _commitSlots() and _prepareSlots() are now protected

charon-utils:

  • ArgosDisplay:
    • added option to align and zoom all views according to the current active view
    • can now display color images with RGB channels in 'v' or 'c' dimension
    • can zoom in on images < 64 pixel in any dimension
    • small bugfixes
  • FloReader: read validity of read sequence
  • BinOperatorCImg: added FlowMagnitude Operation
  • FileReader:
    • can now read Radiance HDR image format
    • fixed a rare crash when reading multiple images
  • new CustomColorMask plugin for visualization and applying arbitrary color masks
  • new KITII Image/Flow reader (http://www.cvlibs.net/datasets/kitti/)

tuchlucha:... read more

Posted by Abyssary 2012-11-11

Progress!!

A few small changes this week:

  • New Plugin by Niels Buwen: CustomColorMask. All your results now a joy for the eye.
  • ArgosDisplay now doesn't care if the RGB channels are in the 4. or 3. image dimension

And a few additions by Jens-Malte:

All recent changes have been merged into the main trunk, so the old build instructions should now work again.... read more

Posted by Abyssary 2012-08-31

New ArgosDisplay functionality

I'm happy to announce that the "align views" function
of the old Argos is now also available in ArgosDisplay.

Additionaly some nasty race conditions and heap corruptions
regarding plugins using Qt have been fixed.

Enjoy

Posted by Abyssary 2012-08-07

New Scriptor Plugin in charon-utils

Since last week the ScriptorCimg plugin by Mox is part of charon-utils.

With it you can run arbitrary external programs or scripts from inside a workflow.
Image data can be writen to disk an reread to allow image processing with external programs.
More plugins with embedded script or vigra support will follow shortly.

It is already included in the latest win32 developement snapshot. Get it on our download page.

Posted by Abyssary 2012-07-26

New Win32 Binary Release: 24.07.2012

This release is a current snapshot of the supernodes development branches.

Changes since last release from 16.05.2012

charon-core
  • Slotnames with mixed cases are now handled corretly (autocorrection)
charon-utils
upgrades the following plugins:
  • StrictResizeXY: can now handle multiple input images correctly
  • EndpointError: added threshold cut-off
  • smaller bugfixes... read more
Posted by Jens-Malte Gottfried 2012-07-24

TemplateGenerator CMake Install

Since bzr r97, the TemplateGenerator adds an install target to the generated CMakeLists.txt file.
This simplifies copying the new modules into an existing module collection, e.g. where the prebuilt binaries are located.
On Win32, one should set the CMAKE_INSTALL_PREFIX variable to where the binaries have been unzipped, on Linux one usually would use /usr or /usr/local.

Posted by Jens-Malte Gottfried 2012-07-24