photo

Namrata


R K University

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

  • 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 13 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 13 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 13 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 13 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 13 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 13 ans il y a | 1 réponse | 0

1

réponse