luna_lambda_tools.public.clients.lpm.LPM
- class luna_lambda_tools.public.clients.lpm.LPM(lpmClient, accountId)[source]
- Luna-python-matcher client - Methods - __init__(lpmClient, accountId)- crossmatchBodies(candidateFilters, ...[, ...])- Cross Matcher API allows to submit tasks to a service that searches for events by given filters and matches them with each other. - crossmatchFaces(candidateFilters, ...[, ...])- Cross Matcher API allows to submit tasks to a service that searches for faces/events by given filters and matches them with each other. - Get luna-python-matcher address - matchBodies(candidates, references[, raiseError])- Matcher API allows to submit tasks to a service that searches for faces similar to a given reference(s) by matching them. - matchFaces(candidates, references[, raiseError])- Matcher API allows to submit tasks to a service that searches for faces similar to a given reference(s) by matching them. - matchRaw(candidates, references[, raiseError])- Matcher raw API allows to match each candidate with each reference descriptors.