java - NodeJs : Image comparision -


i have nodejs application need compare image rest of images in folder find best match. there module this?? don't mind using .net/java if powerful enough requirement. please suggest

for comparison of 2 images need java (.net,c, etc) application based on neural networ, k implement on node.js hard. let's assume have java app comparison, need run through exec() in node.js. example:

 var exec   = require('child_process').exec;  exec("/usr/bin/java -jar comparision.jar --images *path images folder*", function (error, stdout) {     //and here match image path in stdout }); 

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -