photo

Namrata


R K University

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 13 años hace | 0

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

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

más de 13 años hace | 0

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

más de 13 años hace | 11

| aceptada

Pregunta


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?

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta