New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
두 이미지를 비교하고 유사도를 분석합니다
curl --request POST \
--url https://api.argosidentity.com/v3/modules/match/image \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"imageSet": {
"originalImage": "base64_encoded_image_1",
"compareImage": "base64_encoded_image_2"
}
}
'{
"originalHash": "70",
"compareHash": "71",
"hammingDistance": 2
}Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"imageSet": {
"originalImage": "base64_encoded_image_1",
"compareImage": "base64_encoded_image_2"
}
}
{
"originalHash": "70",
"compareHash": "71",
"hammingDistance": 2
}
Show child attributes
Everything worked as expected.
P Hash value of the original image (hexadecimal)
"70"
P Hash value of the Compare image (hexadecimal)
"71"
Hamming Distance between the two hash values, indicating the similarity of the images. A smaller value means the images are more similar.
2
이 페이지가 도움이 되었나요?
curl --request POST \
--url https://api.argosidentity.com/v3/modules/match/image \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"imageSet": {
"originalImage": "base64_encoded_image_1",
"compareImage": "base64_encoded_image_2"
}
}
'{
"originalHash": "70",
"compareHash": "71",
"hammingDistance": 2
}