linda cummings cummingslinda14@gmail.com
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
matlab plot(x_data)
Line = get(gca, 'k'); x_data = Line.XData; y_data = Line.YData; id = ~(isnan(x_data(:)) | isnan(y_data(:))); figur...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
How do I compare strings in Java?
I've been using the == operator in my program to compare all my strings so far. However, I ran into a bug, changed one of them i...
9년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to calculate the curvature of a boundaries in binary images?
Very nice. Have you worked in gray image the this code ? Have you tried? Linda Cummings cummingslinda14 at gmail.com
How to calculate the curvature of a boundaries in binary images?
Very nice. Have you worked in gray image the this code ? Have you tried? Linda Cummings cummingslinda14 at gmail.com
9년 초과 전 | 0
질문
How is curve fitting in image processing?
I use the following code: but has an error? v_BW = im2bw (v, level); [y x] = find(v_BW); right = x<300; xr = x(right); y...
9년 초과 전 | 답변 수: 0 | 0
