Community Profile

photo

Namrata


R K University

Active since 2011

Statistics

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

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

bijna 13 jaar ago | 0

Question


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

bijna 13 jaar ago | 1 answer | 0

1

answer

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

ongeveer 13 jaar ago | 0

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

ongeveer 13 jaar ago | 11

| accepted

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?

ongeveer 13 jaar ago | 2 answers | 0

2

answers

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

ongeveer 13 jaar ago | 1 answer | 0

1

answer