photo

Amit Dawadi


Last seen: 8 months ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
111,519
of 301,172

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to calculate the curvatue of the surface?
Hi, I want to calculate the mean curvatue and gaussian curvatue of the bending/crumpled surface at each point on the surface an...

3 years ago | 1 answer | 0

1

answer

Question


Hi, I am a beginner in image processing. My program gives only a smaller angle at the vertices, but I need inner angle at each vertex. How can I fix this issue in my code?
I=~im2bw(imread('0001.jpg'), 0.1); imshow(I); [x,y]=getpts; A=zeros(length(x)-2,1); for k=1:size(x)-2 point1=[x(k,:),y...

4 years ago | 2 answers | 0

2

answers