Feeds
답변 있음
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])
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.
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...
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...
거의 14년 전 | 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?
거의 14년 전 | 답변 수: 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...
거의 14년 전 | 답변 수: 1 | 0