This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add colored shape page * Addressed review comments * Updated wording
- Loading branch information
1 parent
e4f716e
commit d3882c4
Showing
5 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
source/docs/getting-started/pipeline-tuning/colored-shape.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Colored Shape | ||
============= | ||
|
||
``Shape`` is a seperate pipeline type that can be selected by using the dropdown in the upper right corner. | ||
|
||
.. image:: images/pipelinetype.png | ||
:width: 600 | ||
:alt: Dropdown to select the colored shape pipeline type. | ||
|
||
Target Shape | ||
------------ | ||
|
||
The contours tab has new options for specifying the properties of your colored shape. The target shape types are: | ||
|
||
* Circle - No edges | ||
* Triangle - 3 edges | ||
* Quadrilateral - 4 edges | ||
* Polygon - Any number of edges | ||
|
||
.. image:: images/triangle.png | ||
:width: 600 | ||
:alt: Dropdown to select the colored shape pipeline type. | ||
|
||
Shape Settings | ||
-------------- | ||
|
||
Only the settings used for the current target shape are available. | ||
|
||
* Shape Simplification - This is the only setting available for polygon, triangle, and quadrilateral target shapes. This setting also needs to be fairly high (>75) if you are having any problems getting pefectly clean edges. This high setting helps prevent imperfections in the edge from being counted as a seperate edge. | ||
|
||
* Circle Match Distance - How close the centroid of a contour must be to the center of the circle in order for them to be matched. This value is usually pretty small (<25) as you usually only want to identify circles that are nearly centered in the contour. | ||
|
||
* Radius - Percentage of the frame that the radius of the circle represents. | ||
|
||
* Max Canny Threshold - This sets the amount of change between pixels needed to be considered an edge. The smaller it is, the more false circles may be detected. Circles with more points along their ring having high contrast values will be returned first. | ||
|
||
* Circle Accuracy - This determines how perfect the circle contour must be in order to be considered a circle. Low values (<40) are required to detect things that aren't perfect circles. | ||
|
||
.. image:: images/pumpkin.png | ||
:width: 600 | ||
:alt: Dropdown to select the colored shape pipeline type. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Pipeline Tuning | |
input | ||
thresholding | ||
contour-filtering | ||
colored-shape | ||
output | ||
calibration | ||
3D |