FREQUENTLY ASKED QUESTIONS (page 1 of 3)
What is the FRS SDK?
Is there available demo version of the FRS SDK?
What is the principle of (the) FRS SDK identification mechanism?
What is the size of the biometric vector used by your algorithm?
What is the fundamental principle of the video source program operation?
Q: What is the FRS SDK?
A: FRS SDK combines DLL, descriptions and interfaces, documentation (developer’s guide) and some examples of practical use.
The functional interface falls into several categories:
- image proceeding function searches eye markers of entering image and transfers the information to interior format in which other function operate.
- comparison functions is group of functions that allows to compare 1 to 1 (1:1) and search by database.
- support functions.
The detailed description of functional interface is found in the instruction within (the) FRS SDK.
Q: Is there available demo version of the FRS SDK?
A: Unfortunately there isn’t a demo version of (the) FRS SDK. We have other demo versions of the programs, developed on the basis of (the) FRS SDK with different functional interface containing certain limits.
Q: What is the principle of (the) FRS SDK identification mechanism?
A: Our face recognition algorithm is based on the method of PCA.
Q: What is the size of the biometric vector used by your algorithm?
A: It is 300 bites.
Q: What is the fundamental principle of the video source program operation?
A: Our programs operate video by standard DirectShow. For rendering we used signal pBuilder>RenderSteam (& PIN CATEGORY CAPTURE, 7 MEDIATYPE Video, pScr Filter, pGrab, NULL).
The program chooses the 640x480, 24 bpp. If there isn’t a filter transforming the format of entering picture into the 24bpp format, some errors may occur.
|