Versions Compared
Version | Old Version 7 | New Version 8 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Note | ||
---|---|---|
| ||
Current release version of VitML.Recognition.Client: 2.2.2 |
Info | ||
---|---|---|
| ||
As a part of VitML.Recognition.Client distribution, we provide a sample GUI application which demonstrates the operation of VIT Recognition System API. It allows to send images to VIT Recognition Server and receive the corresponding recognition results. Within the delivered package, the sample application is located in VitML.Recognition.Client.TestClient folder. Name of the executable: VitML.Recognition.Client.TestClient.exe. GUI sections:
|
Usage steps
Step 1. Specify the connection settings
- Host — IP address of the machine where your VIT Recognition System is functioning (127.0.0.1 by default).
- Port — service port of your VIT Recognition System (5432 by default).
- Database — name of the database on VIT Recognition System's side, which stores the images you send, as well as the corresponding license plate recognition results.
- User — database user's name.
- Password — password to access the database.
Step 2. Specify the recognition settings
- Recognition requests source ID — your identifier (as VIT Recognition System's client, i.e. the source of recognition requests); the client is responsible for recognition requests source's ID uniqueness.
- Recognition requests source name — your name (as VIT Recognition System's client).
License plate star max count — maximum number of unrecognized symbols on the license plate image, when the result is still sent to the client.
Info Unrecognized symbols are substituted with the asterisk symbol ( * ) in recognition result strings, hence the option's name.
- License plate validity min — minimum value of license plate recognition validity (preciseness), when the result is still sent to the client. For each recognition result, validity is determined by the recognition engine by its own criteria.
Step 3. Load the image to analyze
Image Added
Step 4. Change zone and plate size
Image Added
- Edit plate size — allows to visually specify the license plate sizes which will be taken into account while recognizing processing your image:
MinimumMaximum size of license plate's image.
If the license plate image's size exceeds this value, the system
will ignore this license plate.
Minimum size of license plate's image. If
the license plate image's size is less than this value, the system will ignore
this license plate.
Image Added
Edit zone — allows to specify a so-called "recognition zone", a zone in the image where the license plate detection will be done, while ignoring the . The rest of the image (which is not included into the recognition zone) will be ignored.
Image Added
Step 5. Select the license plate templates
Image Added
Image Added
Step 5. Clarify your recognition request
Activate the checkboxes check boxes in accordance to what which images you want to receive with your recognition result.
Image Added
Step 6. Send your recognition request
Results viewingImage Added
Step 7. View the results from VIT Recognition Server
Image Added