guidlines for creating an image analysis system
Hello Forum
I am interested in creating an image analysing system and would appreciate some guidlines what to think of and if it is possible with max objects since i cant write any java or c code.
so basically i want to analyse a bunch of stored pictures how much they resemble each other (what would be good parameters for that?).
i would like to store these informations and then use it for further processing for example sorting the pictures and then calling them back in an imageloop according to the retrieved information.
any help, hints and starting points pretty much appreciated!
i am thinking about a good way to compare images. any ideas on that? for example how can i find out which pictures have the most pixel values in common?
that is what i have so far:
anyone?
nobody? maybe the title is misleading? is the topic of none interest or have i formulated my question not clear enough?
thinking about opening a new thread...
jit.3m and jit.histogram are two places to start.
the cv.jit 3rd party externals may also have some tools for image analysis.
other than that, i assume javascript would be very useful.