Katarina Djurovic
Followers: 0 Following: 0
Feeds
提问
How do I separate connected objects on a binary image?
My task is to separate the black objects in this photo and calculate their surfice area. I have tried applying erosion and water...
2 years 前 | 1 个回答 | 0
1
个回答提问
Plotting a multivariable function
I want to plot function f(x,y)=1/(x*y), but my code doesn't seem to work x=[-3,0.1,3]; y=[-3,0.1,3]; [X,Y]=meshgrid(x,y); Z=...
4 years 前 | 1 个回答 | 0