photo

komal


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

1 질문
6 답변

순위
15,492
of 300,364

평판
2

참여
1 질문
6 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

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:

6년 초과 전 | 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 ...

6년 초과 전 | 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-...

6년 초과 전 | 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...

6년 초과 전 | 0

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Find centroid of an image?
Sir please tell me how to find the centroid of the skin region in an image

6년 초과 전 | 0

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

6년 초과 전 | 0