Menu

libcrn / News: Recent posts

libcrn 3.0

The new version of libcrn has just been released. It has been rewritten in C++11 and many custom classes have been replaced with standard library's classes or scoped enums. Custom containers and some other objects (Rect, Image...) can now be iterated with ranged for loops. Thanks to move semantics, all raw pointers and most smart pointers were removed making libcrn more intuitive to use.

Some refactoring was performed and the Image and Matrix classes are now templates. Most of Image's methods were moved to functions to allow clean and optimal processing of any kind of image, including your own custom pixel formats. The statistics tools were also refactored to allow the easy usage of STL containers.... read more

Posted by Yann LEYDIER 2015-05-06

libcrn version 2.1

Many bugs fixed, wrapper to libzip and few other image, AI and maths methods added.

Posted by Yann LEYDIER 2014-04-01

libcrn 2.0 released!

libcrn 2.0 fixes many bugs, adds new classes and features.

New features include:

  • Image: summed area tables, half derivatives, fast scan fill
  • Math: FFT
  • AI: spectral clustering, iterative clustering, A*
  • Helpers: functors, mutex and read-write locks

The API was modified to throw exceptions instead of returning values and most pointer arguments were replaced with references: users can now write much cleaner code.... read more

Posted by Yann LEYDIER 2013-09-10

libcrn 1.0 released

Stable version with full support for Visual C++ 2008 and 2010, Android, Linux and Darwin.

Posted by Yann LEYDIER 2011-10-14

libcrn 0.8.0 released

New features are Android compatibility, libpng support and many bugfixes.

Posted by Yann LEYDIER 2010-02-16

libcrn version 0.7 available

Version 0.7 contains many bugfixes + new libraries.

The linux and mingw versions are packaged with :
- libcrn, the core library (now includes a FOREACH macro!);
- libgtkcrn, a set of widgets to display libcrn objects in Gtk+ guis;
- libtestcrn and libgtktestcrn, a framework to easily create unit tests.

VisualC++ 2009 archive contains a static binary of libcrn.

Each package is available in release and debug versions.

Posted by Yann LEYDIER 2009-08-31

Binary archives available

Binaries of libcrn are now online.

For each platform, release and debug versions are provided. Platforms include Ubuntu Hardy and Jaunty, MinGW32 and Visual C++ 2008.

Posted by Yann LEYDIER 2009-06-16

libCRN online

libCRN is now online!
You can download the source from the SVN repository, download the user manuel (french) from the download area and consult the API reference at our website.

---

libCRN est en ligne !
Vous pouvez télécharger les sources à partir du dépôt SVN, télécharger le manuel de l'utilisateur dans la zone de téléchargements et consulter la documentation de l'API sur notre site Web.

Posted by Yann LEYDIER 2009-05-15
MongoDB Logo MongoDB