Feeds
提问
Removing Houghlines detected line segment
I have few curves. I used hough on the bw image. And I used houghpeaks and houghlines and some points returned. Those are the en...
13 years 前 | 0 个回答 | 0
0
个回答提问
how to tell whether a shape has a sharp angle
How to tell whether a shape contains a sharp angle like less than 30 degree. Is there any simple algorithm to check? Thanks i...
14 years 前 | 1 个回答 | 0
1
个回答提问
Any quick way to generate coordinates (by 3or more independent variables) and plot them?
I can plot this p=[u;v;0]; using ezmesh(p(1),p(2),p(3),[0,2,0,2],10); but how to plot this? p=[u;v;t]; for all u,v,t ...
14 years 前 | 2 个回答 | 0
