photo

Namrata


R K University

2011 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])

約13年 前 | 0

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

回答済み
detection
it will help if you elaborate the objective of your program. Image subtraction could be one of the solutions.

13年以上 前 | 0

回答済み
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...

13年以上 前 | 11

| 採用済み

質問


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?

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答