Python Package Used By KEA - Copenhagen School of Design and Technology
Project description
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()
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
pykea-0.7.tar.gz
(9.1 kB
view details)
File details
Details for the file pykea-0.7.tar.gz.
File metadata
- Download URL: pykea-0.7.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8780989679f8408b6add135c1ff42fdf675ae74b049b06de35bcbefc87e5360b
|
|
| MD5 |
475b1eb21d3482b7226e01fce4058fcf
|
|
| BLAKE2b-256 |
65947c5649be65145f893bcec06a041698296e4d7d7ced40d994ba7759dd1418
|