Home
last modified time | relevance | path

Searched refs:myface (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_facebody.c12 void ucloud_ai_facebody_comparing_face(char *path, char *myface, ucloud_ai_cb_t cb) in ucloud_ai_facebody_comparing_face() argument
23 if (myface) { in ucloud_ai_facebody_comparing_face()
24 if (strstr(myface, "https")) { in ucloud_ai_facebody_comparing_face()
28 if (strstr(myface, "http")) { in ucloud_ai_facebody_comparing_face()
29 p_myface_url = myface; in ucloud_ai_facebody_comparing_face()
32 p_myface_url = ucloud_ai_upload_file(myface); in ucloud_ai_facebody_comparing_face()
/AliOS-Things-master/components/ucloud_ai/include/
A Ducloud_ai_facebody.h25 void ucloud_ai_facebody_comparing_face(char *path, char *myface, ucloud_ai_cb_t cb);

Completed in 3 milliseconds