photo

Namrata


R K University

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

3 Questions
3 Réponses

RANG
2 470
of 300 365

RÉPUTATION
26

CONTRIBUTIONS
3 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
11

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])

plus de 14 ans il y a | 0

Question


saving colormap
below are the commands I am using: cmap = contrast(Grayscale_Image,100); colormap(cmap); The resulting colormap is need...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
detection
it will help if you elaborate the objective of your program. Image subtraction could be one of the solutions.

plus de 14 ans il y a | 0

Réponse apportée
Execution Time
execution time can be found by tic-toc command.place tic; before the first line of code and toc; after the last line of the code...

plus de 14 ans il y a | 11

| A accepté

Question


drawing a parabola given distance between vertex and focus, and angle of parabola
how to draw a parabola if distance between its vertex and focus is given and also the angle of parabola is given?

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


how to find parabola from a grayscale image
What is the procedure/code to find parabolas from a rectangular gray scale image? I am having normalized iris image rubber shee...

plus de 14 ans il y a | 1 réponse | 0

1

réponse