2
Reply

compare two images in visual studio 2010 MVC 4 code

raju thiyagu

raju thiyagu

Mar 16 2016 3:25 AM
478
Dear Team,
 
             compare two images in visual studio 2010 MVC 4 code , so kindly send code
 
input type:
 
Input : First Image byte array and Second Image byte array
Ex:
{"firstimagedata":bytearray
"secondimagedata":bytearray
}
Output :
If same :
{"verification_status":"same"}
If different :
{"verification_status":"different"}
 
 

Answers (2)