junctions_skeleton--obtains the intersection point and the end point of the skeleton through this operator, which can judge the geometrical simplicity of the foreground (two-time segmentation positioning)

Source: Internet
Author: User
J Unctions_skeleton (Operator)

Name

Junctions_skeleton-find junctions and end points in a skeleton.

Signature

Junctions_skeleton (Region:endpoints, juncpoints::)

Description

Junctions_skeleton detects junctions and end points in a skeleton (see skeleton). The junctions in the input region is output as a region with juncpoints, while the end points is output as a region in endpoints.

To obtain reasonable results with Junctions_skeleton the input region must not contain lines which is more than on e pixel wide. Regions obtained by skeleton meet the condition, while regions obtained by Morph_skeleton does not meet this condition in G Eneral.

Parallelization Multithreading Type:reentrant (runs in parallel with non-exclusive operators). Multithreading Scope:global (May is called from any thread). Automatically parallelized on the tuple level.

Parameters

Region (Input_object) region (-array) →object

Input skeletons.

Endpoints (output_object) region (-array) →object

Extracted end points.

Number of elements:endpoints = = Region

Juncpoints (output_object) region (-array) →object

Extracted junctions.

Number of elements:juncpoints = = Region

Example (Hdevelop)

* non-connected branches of a skeleton
Skeleton (Region,skeleton)
Junctions_skeleton (skeleton,epoints,jpoints)
Difference (s,jpoints,rows)
Set_system (' Heighbourhood ', 4)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.