photo

Omair


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
5 Answers

Cody

0 Problems
3 Solutions

RANK
12,197
of 300,499

REPUTATION
4

CONTRIBUTIONS
4 Questions
5 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
77,531
of 169,381

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

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

12 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
how can I draw this loop ?
plot(a,b) hold on plot(-a,-b)

12 years ago | 0

Answered
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 years ago | 0

| accepted

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers