Dear Team,
I want visual studio 2010 MVC 4 Full code below metioned input, they are given input two face images to compare is same or different, so kindly send mvc 4 code immediately.
face-verification
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"}