Skip to main content

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

This version

0.7

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page