Skip to main content

Creates a rectangle around a center point

Project description

Creates a rectangle around a center point

$pip install cv2-rectangle-around-center



from cv2_rectangle_around_center import line_rectangle_center, rectangle_center

# Allowed image formats: url/path/buffer/base64/PIL/np





im1 = line_rectangle_center(

    image=r"https://raw.githubusercontent.com/hansalemaos/screenshots/main/diff.png",

    center=(150, 150),

    width=200,

    height=280,

    thickness=6,

    color1=(255, 0, 0),

    color2=(255, 255, 0),

    color3=(255, 0, 255),

    color4=(0, 255, 255),

    save_path="f:\\recta\\lines.png",

)



im2 = rectangle_center(

    image=r"https://raw.githubusercontent.com/hansalemaos/screenshots/main/diff.png",

    center=(150, 150),

    width=200,

    height=280,

    thickness=6,

    color=(255, 0, 0),

    save_path="f:\\recta\\rect1.png",

)



im3 = rectangle_center(

    image=r"https://raw.githubusercontent.com/hansalemaos/screenshots/main/diff.png",

    center=(150, 150),

    width=200,

    height=280,

    thickness=-1,

    color=(255, 255, 0),

    save_path="f:\\recta\\rect2.png",

)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cv2_rectangle_around_center-0.10.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

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