photo

komal


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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:

mehr als 5 Jahre vor | 0

Beantwortet
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 ...

mehr als 5 Jahre vor | 0

Beantwortet
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-...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Frage


movable skin region detection in an video
detection of the skin part which is movable in the video. PLease provide me the code

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Find centroid of an image?
Sir please tell me how to find the centroid of the skin region in an image

mehr als 5 Jahre vor | 0

Beantwortet
Skin detection code problem?
code clc; workspace fontSize = 20; folder = 'C:\Users\Dell\Documents\MATLAB'; baseFileName = 'frame129.jpg'; % Get the ...

mehr als 5 Jahre vor | 0