photo

Omair


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

4 Domande
5 Risposte

Cody

0 Problemi
3 Soluzioni

RANK
11.837
of 300.369

REPUTAZIONE
4

CONTRIBUTI
4 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
72.872
of 168.436

CONTRIBUTI
0 Problemi
3 Soluzioni

PUNTEGGIO
40

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Risolto


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

quasi 12 anni fa

Risolto


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

quasi 12 anni fa

Risolto


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

quasi 12 anni fa

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

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

quasi 12 anni fa | 0

| accettato

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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?

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 2 risposte | 0

2

risposte