Anurag
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
274,667
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to use a function in a loop for whole database in image processing using MatLab
I have a code for finding a skeleton of an image. I want to use that code to find the skeleton of all frames present in a folder...
8 years ago | 1 answer | 0
1
answerQuestion
I have a video of a man walking.I need to bring this man in middle keeping his motion intact. i.e. appears to be walking but stays at same place
<</matlabcentral/answers/uploaded_files/60047/001-bg-01-090-041.png>> It's in black and white silhouette form. (Man-White, Rest...
8 years ago | 0 answers | 0
0
answersQuestion
I am running a loop which generate an image fg_modify inside loop. i.e. the image is generated inside loop everytime with same name and get over-written in next run. I want to make a video using all these images. Please help me.
for i=1:numframes %blah blah %blah blah figure; imshow(fg_modify,[]) end I want to make a video using all images(fg_mo...
8 years ago | 1 answer | 0