]> AND Private Git Repository - these_gilles.git/blob - THESE/codes/meanshift/Ms_segmenter/Place_at.m
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
final rapporteurs ?
[these_gilles.git] / THESE / codes / meanshift / Ms_segmenter / Place_at.m
1 function Vertex_coords = Vertex_at (Region)\r
2 % tells where on the plane to place the corresponding to the region vertex\r
3 % will assume for the time being that regions are represented as \r
4 % objects with various characteristics - Boundary, Matrix, Inner pt, etc.\r
5 % this function could be overwritten, but should be based on the same props.\r
6 \r
7 Vertex_coords = round(mean(Region.Boundary, 2));  % take the gravicenter\r