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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -