xuxiuxi
2017-07-03 2d6b0924c7ec3e78f0276d17d7353e0469962be7
FaceServer/proto_hton_ntoh.cpp
@@ -66,10 +66,12 @@
{
   db_id = htonl(db_id);
   st_id = htonl(st_id);
   confidence = htons(confidence);
}
void FDP_FaceDetectResult::ntoh()
{
   db_id = ntohl(db_id);
   st_id = ntohl(st_id);
   confidence = ntohs(confidence);
}