Ordering coordinates clockwise with Python and OpenCV

6,000.00

Ordering coordinates clockwise with Python and OpenCV

100 in stock

SKU: Ordering coordinates clockwise with Python and OpenCV Categories: ,

Description

Ordering coordinates clockwise with Python and OpenCV

The goal of this project is two-fold:

  1. The primary purpose is to arrange the (x, y)-coordinates associated with a rotated bounding box in top-left, top-right, bottom-right, and bottom-left order. Organizing bounding box coordinates in such an order is a prerequisite to performing operations such as perspective transforms or matching corners of objects (such as when we compute the distance between objects).
  2. The secondary purpose is to address a subtle, hard-to-find bug in the order_points method of the imutils package. By resolving this bug, our order_points
      function will no longer be susceptible to a debilitating bug.

Additional information

Weight 1.000000 kg

Reviews

There are no reviews yet.

Be the first to review “Ordering coordinates clockwise with Python and OpenCV”

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.