smooth_contours_xldsmooth_contours_xldSmoothContoursXldSmoothContoursXld (Operator)

Name

smooth_contours_xldsmooth_contours_xldSmoothContoursXldSmoothContoursXld — Glätten von XLD-Konturen.

Signatur

smooth_contours_xld(Contours : SmoothedContours : NumRegrPoints : )

Herror smooth_contours_xld(const Hobject Contours, Hobject* SmoothedContours, const Hlong NumRegrPoints)

Herror T_smooth_contours_xld(const Hobject Contours, Hobject* SmoothedContours, const Htuple NumRegrPoints)

void SmoothContoursXld(const HObject& Contours, HObject* SmoothedContours, const HTuple& NumRegrPoints)

HXLDCont HXLDCont::SmoothContoursXld(Hlong NumRegrPoints) const

static void HOperatorSet.SmoothContoursXld(HObject contours, out HObject smoothedContours, HTuple numRegrPoints)

HXLDCont HXLDCont.SmoothContoursXld(int numRegrPoints)

Beschreibung

smooth_contours_xldsmooth_contours_xldSmoothContoursXldSmoothContoursXldSmoothContoursXld erzeugt aus den Konturen, die in ContoursContoursContoursContourscontours übergeben werden, neue Konturen SmoothedContoursSmoothedContoursSmoothedContoursSmoothedContourssmoothedContours, indem die Konturpunkte der Ausgabekontur durch Projektion des entsprechenden Punktes der Eingabekontur auf eine lokale Regressionsgerade berechnet werden. Diese Gerade wird aus den NumRegrPointsNumRegrPointsNumRegrPointsNumRegrPointsnumRegrPoints benachbarten Punkten des jeweils aktuellen Punktes berechnet. Diese Funktion sollte z.B. aufgerufen werden, bevor Konturen skaliert werden.

Ausführungsinformationen

Parameter

ContoursContoursContoursContourscontours (input_object)  xld_cont-array objectHXLDContHXLDContHobject

Zu glättende Konturen.

SmoothedContoursSmoothedContoursSmoothedContoursSmoothedContourssmoothedContours (output_object)  xld_cont-array objectHXLDContHXLDContHobject *

Geglättete Konturen.

NumRegrPointsNumRegrPointsNumRegrPointsNumRegrPointsnumRegrPoints (input_control)  integer HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Anzahl der für die Regressionsgerade verwendeten Punkte.

Defaultwert: 5

Wertevorschläge: 3, 5, 7, 9

Restriktion: NumRegrPoints >= 3 && odd(NumRegrPoints)

Vorgänger

gen_contours_skeleton_xldgen_contours_skeleton_xldGenContoursSkeletonXldGenContoursSkeletonXldGenContoursSkeletonXld, lines_gausslines_gaussLinesGaussLinesGaussLinesGauss, lines_facetlines_facetLinesFacetLinesFacetLinesFacet, edges_sub_pixedges_sub_pixEdgesSubPixEdgesSubPixEdgesSubPix

Nachfolger

affine_trans_contour_xldaffine_trans_contour_xldAffineTransContourXldAffineTransContourXldAffineTransContourXld, gen_polygons_xldgen_polygons_xldGenPolygonsXldGenPolygonsXldGenPolygonsXld, local_max_contours_xldlocal_max_contours_xldLocalMaxContoursXldLocalMaxContoursXldLocalMaxContoursXld

Siehe auch

get_contour_xldget_contour_xldGetContourXldGetContourXldGetContourXld

Modul

Foundation