Feeds
已回答
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])
13 years 前 | 0
提问
saving colormap
below are the commands I am using: cmap = contrast(Grayscale_Image,100); colormap(cmap); The resulting colormap is need...
13 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0