A fast and simple image processing method to detect H S U victims in rescue maze
Project description
RCJRVision (Robocup Junior Rescue Vision)
Table of Contents
Overview
RCJRVision is a fast and simple method for Robocup Junior rescue maze and Robocup Junior Rescue simulation leagues to Detect H, S, and U Letters in an image. This package converts raw image to a solid black and white image, finds contours in the picture, chooses the most proper contour, and finally check it with pre defined letter contours to find the best match.
Instalation
Usage
Use with predefined contours
-
Import RCJRVision
-
Make an object from HSUVision Class
my_vision = RCJRVision.HSUVision()
-
Convert your image to an opencv image
-
Use find_HSU method
letter, center = my_test_vision.find_HSU(img)
This method returns two variables:
-
letter:
Key of the predefined contour dictionary. In this case: 'H' or 'S' or 'U'
-
center:
A 2 element list that represent the center of discover contour
Dependencies
Click on the link below to see dependencies and their status:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file RCJRVision-1.5.tar.gz.
File metadata
- Download URL: RCJRVision-1.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
748eeb1113302fba0ea70422c703e7da27a97d6ff88fb926e61bff2319004b0d
|
|
| MD5 |
e4dbb9bc3d7b98c49d7b86c328d1c644
|
|
| BLAKE2b-256 |
f5ecf822e50acd99d4e658c5f38359179cd846cd914b358097809863dc23cd08
|
File details
Details for the file RCJRVision-1.5-py2.py3-none-any.whl.
File metadata
- Download URL: RCJRVision-1.5-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e894cc4aba0017462b366ceb64d19e0c479252436a564266f6f5c80e52f0af6a
|
|
| MD5 |
9620643c083d7f2480ad088f253bd636
|
|
| BLAKE2b-256 |
a5df5fd12f1b7e9faa31b25e18778b39d02bc46213c56c243b0c36319bde7913
|