vote up -2 vote down star

In todays developing age, there are a lot of libraries and frameworks to choose from.

Selecting a bad one could set you back a couple of hours, selecting a good one could buy you some time in a project where you have a tight deadline and can't afford to waste time reinventing the wheel.

In a nutshell, describe how 'x' framework or library has bought yourself some time. Please give each framework/library their own individual answer, so we can have an orderly bite-sized wiki.

For each framework, please clearly state:

  • Intended platform
  • The license
  • Which language(s) the library/framework supports
  • Pre-requisite libraries that need to be installed prior (if applicable)
  • How it saved you time
  • The pros and cons

It would be acceptable to add some constructive comparisons to other similar libraries/frameworks as well, just to know where it stands in the line.

EDIT: Why the downvotes? This is an on-topic, well formed question with intent of possibly making another developer's job easier.

flag

closed as not a real question by Sklivvz Oct 17 '08 at 6:58

2 Answers

vote up 0 vote down

AForge.NET

AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, etc.

AForge.NET is licensed under the GPLv2 license, and is intended for use on Windows. It works with C#, and doesn't require anything else other than your compiler.

AForge.NET saved me time with it's image simularity option, I was using this to test the simularity of my face and another persons face to see if I could get my computer to recognise me over webcam.

Pros:

  • Great for getting the simularity of two images.
  • Nicely documented, easy to dive into.

Cons:

  • The hand recognition didn't work for me :(.
  • Might be a bit too resource-intensive for slower computers.

I haven't really been able to compare it to any other library, because I haven't seen any that does it any better really.

link|flag
vote up 1 vote down

Python - because I don't have to spend time looking up irrelevant types that functions return for things which I will only use in the next line of code and then throw away anyway.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.