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

답변