ClassesClassesClassesClasses | | | | Operators

get_contour_attrib_xldT_get_contour_attrib_xldGetContourAttribXldget_contour_attrib_xldGetContourAttribXldGetContourAttribXld (Operator)

Name

get_contour_attrib_xldT_get_contour_attrib_xldGetContourAttribXldget_contour_attrib_xldGetContourAttribXldGetContourAttribXld — Return point attribute values of an XLD contour.

Signature

get_contour_attrib_xld(Contour : : Name : Attrib)

Herror T_get_contour_attrib_xld(const Hobject Contour, const Htuple Name, Htuple* Attrib)

Herror get_contour_attrib_xld(Hobject Contour, const HTuple& Name, HTuple* Attrib)

HTuple HXLDCont::GetContourAttribXld(const HTuple& Name) const

void GetContourAttribXld(const HObject& Contour, const HTuple& Name, HTuple* Attrib)

HTuple HXLDCont::GetContourAttribXld(const HString& Name) const

HTuple HXLDCont::GetContourAttribXld(const char* Name) const

void HOperatorSetX.GetContourAttribXld(
[in] IHUntypedObjectX* Contour, [in] VARIANT Name, [out] VARIANT* Attrib)

VARIANT HXLDContX.GetContourAttribXld([in] BSTR Name)

static void HOperatorSet.GetContourAttribXld(HObject contour, HTuple name, out HTuple attrib)

HTuple HXLDCont.GetContourAttribXld(string name)

Description

get_contour_attrib_xldget_contour_attrib_xldGetContourAttribXldget_contour_attrib_xldGetContourAttribXldGetContourAttribXld returns the values of the attribute NameNameNameNameNamename of the XLD contour ContourContourContourContourContourcontour in AttribAttribAttribAttribAttribattrib. Attributes are additional values defined for each contour point, e.g., the direction perpendicular to the contour ('angle'"angle""angle""angle""angle""angle"). Operators which define this kind of attributes, e.g., lines_gausslines_gaussLinesGausslines_gaussLinesGaussLinesGauss and edges_sub_pixedges_sub_pixEdgesSubPixedges_sub_pixEdgesSubPixEdgesSubPix, contain a description of the name and semantics of the defined values. query_contour_attribs_xldquery_contour_attribs_xldQueryContourAttribsXldquery_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXld can be used to query which attributes are defined for a particular contour.

Parallelization

Parameters

ContourContourContourContourContourcontour (input_object)  xld_cont objectHXLDContHXLDContHXLDContHXLDContXHobject

Input XLD contour.

NameNameNameNameNamename (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Name of the attribute.

Default value: 'angle' "angle" "angle" "angle" "angle" "angle"

Suggested values: 'angle'"angle""angle""angle""angle""angle", 'edge_direction'"edge_direction""edge_direction""edge_direction""edge_direction""edge_direction", 'width_right'"width_right""width_right""width_right""width_right""width_right", 'width_left'"width_left""width_left""width_left""width_left""width_left", 'response'"response""response""response""response""response", 'contrast'"contrast""contrast""contrast""contrast""contrast", 'asymmetry'"asymmetry""asymmetry""asymmetry""asymmetry""asymmetry"

AttribAttribAttribAttribAttribattrib (output_control)  real-array HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Attribute values.

Possible Predecessors

lines_gausslines_gaussLinesGausslines_gaussLinesGaussLinesGauss, lines_facetlines_facetLinesFacetlines_facetLinesFacetLinesFacet, edges_sub_pixedges_sub_pixEdgesSubPixedges_sub_pixEdgesSubPixEdgesSubPix

See also

query_contour_attribs_xldquery_contour_attribs_xldQueryContourAttribsXldquery_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXld, get_contour_global_attrib_xldget_contour_global_attrib_xldGetContourGlobalAttribXldget_contour_global_attrib_xldGetContourGlobalAttribXldGetContourGlobalAttribXld, query_contour_global_attribs_xldquery_contour_global_attribs_xldQueryContourGlobalAttribsXldquery_contour_global_attribs_xldQueryContourGlobalAttribsXldQueryContourGlobalAttribsXld

Module

Foundation


ClassesClassesClassesClasses | | | | Operators