Jump to content
GabrielMoraru

NGC (normalized grey-scale correlation) - Image Recognition Library for Delphi

Recommended Posts

I just released my NCG library as open source on GitHub.

k8wwqobj.png
The full library description and documentation here. 

 

Discussions:
    I think it might be the only NGS Pascal library out there... 
    The program works quite fine but it speed is not impressive... on the other hand is does not have any optimization and it is single threaded.

    If you have multiple patterns to look into the "big" image, each one could go into a thread. On a CPU with 12 cores, like mine, this code could easily behave as and OCR 🙂 
 

Pre-compiled demo program also available.

Enjoy.


____
 

Related to image processing: You will find also some basic image processing code in my LightSaber lib. 
There is another library that I will make it also open source that adds metadata to an image, so you can autorotate it based on exif, add "stars" to it (how much you like, it), pregenerated thumbnail (to save some time CPU next time you show it), etc. 
So, stay tuned... 🙂

 

____

 

PS: On Git hub, vote only the libraries you like 🙂 🙂 🙂 
I invest time in those that get votes 🙂

 

Edited by GabrielMoraru
  • Like 4

Share this post


Link to post

>  The GitHub link at the end does not work

That's just WordPress being dumb... It won't let me insert links to GitHub. It tries to present a screenshot of the repository and fails. I had to type the address manually. 

 

PS: I also have a website generator - much much better and stable than WordPress.... but... not the pages generated are not that pretty. I have to integrate some Boostrap support. 

One day I will make also that one open source 🙂


_______________

 

This comes from a promise that I made a while ago that I will "free" some of my private libraries. 
So, as the time allows, more and more code will be released.

Edited by GabrielMoraru

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×