An Example of using LineFinder Package
imprt the package(s)
from pykea.LineFinder import LineFinder
instantiate an object
lf = LineFinder(hsv_v_max=20,
display_contour=True,
h_start=380,
h_end=480,
w_start=0,
w_end=640,
min_area=500,
max_area=90000)
start processing
lf.process
get cam data
lf.line_center_xy()
lf.line_angle()
lf.line_area()
Release files for pykea 0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pykea-0.7.tar.gz | 9.1 kB | Details |
Release files / pykea-0.7.tar.gz
| Download URL | pykea-0.7.tar.gz |
|---|---|
| Size | 9.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8780989679f8408b6add135c1ff42fdf675ae74b049b06de35bcbefc87e5360b
|
|
BLAKE2b-256 checksum How to use checksums |
65947c5649be65145f893bcec06a041698296e4d7d7ced40d994ba7759dd1418
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.0
|