IMPS (TM)
Integrated Multi-Pass System
State of the Art
Vehicle License Plate Recognition System
IMPS(TM) WinSDK provides the lowest cost entry to building License
Plate Recognition System applications.
This product is intended for systems integrators who already have the
capability to do image capturing.
The DLL accepts image files as input and outputs the LPR results ie.
car number read.
JPG and PGM image files are accepted.
IMPS(TM) WinSDK incorporates assembler code to handle exceptions and is
extremely robust.
It is in use at the Singapore Immigration Checkpoint with more than 500
cameras.
Comprising
- Softwares
- IMPS(TM) LPR Windows DLL
- Complete working samples in
- Visual Basic 6
- VC++ 6
- C# (.net )
- Delphi 6
- Manual
- Support.
Example VC++ Soure Code
#include <windows.h>
#include <stdio.h>
#include "impsdll.h"
#include "impsdllc.h"
int main( int argc, char * argv[])
{
char resultStr[128];
char buffer[128];
char pgmFileName[128];
char * shearV = "0";
char * shearH = "0", *cptr;
long retVal = 0;
int inOutBytes = sizeof(resultStr);
long argBlock[] = { 24, -3, 0,0,0,0,0,0,0
,0,0,0,0,0,0,0,0,0,0,0};
memset(resultStr,0, 128);
strcpy(buffer, argv[1]);
cptr = strchr(buffer,'.');
if(cptr)
{
*cptr = 0;
cptr++;
printf("resulting file name is %s-%s.%s\n",
buffer,resultStr,cptr);
}
inOutBytes = 128;
retVal = IMPS_DoOcr(0, argv[1],
resultStr, &inOutBytes,argBlock); // <== CALL TO
IMPS DLL
printf("result is [%s]\n", resultStr);
}
Back to Optasia homepage.
IMPS is a trademark of Optasia Systems Pte Ltd.
We are constantly improving our system, hence all
specifications
subject to change without prior notice.
Optasia is pronounced
{op-tas-ee'-ah}.