Feeds
提问
I need to use Voronoi to segment triangles, and now I have implemented triangle regions, but I am unable to segment triangles. I hope you can help me, thank you.
close all; clear all; clc figure() x1=0.5;x2=2;x3=3.7; y1=0.6;y2=3.1;y3=1.2; triangle_x=[x1,x2,x3,x1]; triangle_y=[y1,y...
2 years 前 | 1 个回答 | 0
1
个回答提问
I would like to use MATLAB to draw irregular regions and use Voronoi to divide them into multiple sub regions. Could you please help me? Thank you.
Similar to Figure 1, I want to achieve full coverage for irregular regions by using Voronoi diagrams to segment the entire irreg...
2 years 前 | 1 个回答 | 0