Provide StripeData edition and creation methods.
More...
|
|
| StripeData () |
| | Default constructor.
|
| |
Provide StripeData edition and creation methods.
◆ EdgePointsToCloud()
| static Object StripeData::EdgePointsToCloud |
( |
StripeData | iStripeData | ) |
|
|
static |
- Note
- Only relevant if edge points detection has been enabled (EDGES filter mode).
- Parameters
-
| iStripeData | (StripeData) The stripe data from which we want to extract the edge points. |
- Return values
-
| ret.ErrorCode | (number) The error code
- 0: No error
- 1: An error occurred
|
| ret.Cloud | (SCloud) A cloud containing the stripe's detected edge points, if any. |
◆ HasEdgePoints()
| static boolean StripeData::HasEdgePoints |
( |
StripeData | iStripeData | ) |
|
|
static |
- Note
- Only relevant if edge points detection has been enabled (EDGES filter mode).
- Parameters
-
| iStripeData | (StripeData) The stripe data from which we want to extract the edge points. |
- Returns
- (boolean) True if the stripe data has edge points, false otherwise.
◆ ToCloud()
| static Object StripeData::ToCloud |
( |
StripeData | iStripeData | ) |
|
|
static |
- Parameters
-
| iStripeData | (StripeData) The stripe data we want to visualize into a point cloud. |
- Return values
-
| ret.ErrorCode | (number) The error code
- 0: No error
- 1: An error occurred
|
| ret.Cloud | (SCloud) A cloud containing the extracted stripe only. |