photo

Omair


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

4 질문
5 답변

Cody

0 문제
3 답안

순위
9,108
of 301,301

평판
4

참여
4 질문
5 답변

답변 채택
75.0%

획득한 표
0

순위
 of 21,236

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
75,484
of 173,897

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


Ego-motion compensated Optical flow field
I have a sequence of images recorded from a moving camera. I wish to calculate the ego motion compensated optical flow field bet...

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

0

답변

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

12년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12년 초과 전

답변 있음
How to calculate average of certain value in a matrix?
Do you mean every 2nd value of A? mean(A(1:2:end))

12년 초과 전 | 0

답변 있음
how to stitch two images with overlapped area?
Have a look at these slides ( http://www.gris.tu-darmstadt.de/teaching/courses/ss13/cv1/slides/l10-geometry.pdf), slide 15 onwar...

12년 초과 전 | 0

답변 있음
how to stitch two images with overlapped area?
I'm assuming you are trying to create a panorama from these two images. For that you will need to calculate the homography and t...

12년 초과 전 | 0

답변 있음
how can I draw this loop ?
plot(a,b) hold on plot(-a,-b)

12년 초과 전 | 0

답변 있음
i want to implement Minutiae extraction plz tel me with explanation how to implement it
Semi colon means all rows and all columns. 150 is the threshold, all pixel locations with pixel values above 150 are assigned a...

12년 초과 전 | 0

| 수락됨

질문


Image segmentation using two binary masks
The aim of my image segmentation task is to completely extract the object of interest. I have two image segmentation methods. W...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Determing if a point is inside an ellipsoid
How can you determine if a given set of points is inside an off center rotated ellipsoid?

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I represent my image pixel values inside a HSV cone
Hello, I'm trying to develop a colour model for fire in HSV colour space.I have a million sample pixels per channel for the H...

12년 초과 전 | 답변 수: 2 | 0

2

답변