Skip to content

3D Contour Inflection Point

Operator Function

Obtain the coordinates of inflection points on the contour that meet the requirements.

Parameter Introduction

Input Parameters

ParameterRangeDefault ValueDescriptionIllustration
Input Image0-80The IM number for image input

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
Use Region Parameterstrue/falsefalseIf enabled, use Region as input; if not enabled, use Input Image as input
RegionSelect input contour
Search Type-X/+X/-Z/+Z+X-X: Search for leftmost inflection point
+X: Search for rightmost inflection point
-Z: Search for bottommost inflection point
+Z: Search for topmost inflection point
Noise Removal0.000Enable: If enabled, filter out inflection points with small jumps
Threshold: Minimum difference to filter out interference points in Z direction
Noise Removal

Result Display

ParameterRangeDefault ValueDescriptionIllustration
Inflection Pointtrue/falsefalseExtracted inflection point; if enabled, displayed in the image

Output Parameters

NameTypeRangeDescription
Resultbooltrue/falsetrue for success
false for failure
Warningbooltrue/falsetrue indicates there is a warning
false indicates there is none
MessagestringOutputs success, error, or warning information; if there is no error or warning, it is empty
TimefloatOperator execution time, unit: ms
inflection_pointpoint1dOutput inflection point

Tip

For more detailed explanations of parameter types, please refer to Type Definitions

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Failed to get feature points in crop regionAdjust start and end parameters of point acquisition region to ensure valid points exist in selected area
2Input region type is {0}, invalid region typeRegion TypeInput region type must be 1D Window
3Invalid region parameters for point acquisitionAdjust region parameters so input point cloud in region is not empty
4No inflection point foundAdjust inflection point related parameters
5Input point cloud is emptyConfirm if IM contains valid points; if no valid points, load point cloud or switch to IM with valid points

Example Introduction

  1. Select the Load Point Cloud tool to load the 3D point cloud image to be processed into IM0;

  2. Select the 3D Contour Extraction tool to extract required contour into IM1;

  3. Select the 3D Contour Inflection Point tool

Tool Usage

  1. Select the input image for operation; the image number must match the IM number where the image is located in the project.

  2. Either do not enable Use Region Parameters, or enable region and select region type as 1D Window, move the 1D Window to the position to be measured, enclosing the contour to be measured.

  3. Set parameters

  4. Check the content you want to display in the result display section

  5. Click Test to check if the image window and parameters meet expectations

  6. If there are no issues, click Save, then run the operator in the run list to view the results in the corresponding IM

Local ImageLocal Image

AI-Vision, Making 3D Measurement Easier