komal
Followers: 0 Following: 0
Statistics
RANK
20,464
of 295,467
REPUTATION
2
CONTRIBUTIONS
1 Question
6 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
How can I shift Right which is an array of numbers?
Ques= x =[11;22;33;44] i want this results x = [0;11;22;33;44] How can i do it:
5 years ago | 0
Subtracting the first frame of a movie from all the others....using imsubract maybe?
if i want to subtract one frame from the next one then how can i do it? like frame1-frame2 ,frame2-frame3 and so on till video ...
5 years ago | 0
How to make Operations on video frames?
i have converted the videos into frames and now I want to subtract one frame from another like frame 1-frame 2 and then frame 2-...
5 years ago | 0
How to count the number of pixels from an image for specifies colors?
After doing skin detection. I want to count the pixels of white region which indicates skin part shown in the image.How can I do...
5 years ago | 0
Question
movable skin region detection in an video
detection of the skin part which is movable in the video. PLease provide me the code
5 years ago | 0 answers | 0
0
answersFind centroid of an image?
Sir please tell me how to find the centroid of the skin region in an image
5 years ago | 0
Skin detection code problem?
code clc; workspace fontSize = 20; folder = 'C:\Users\Dell\Documents\MATLAB'; baseFileName = 'frame129.jpg'; % Get the ...
5 years ago | 0