photo

Namrata


R K University

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])

etwa 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
detection
it will help if you elaborate the objective of your program. Image subtraction could be one of the solutions.

mehr als 13 Jahre vor | 0

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

mehr als 13 Jahre vor | 11

| akzeptiert

Frage


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?

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort