Statistics
RANK
2,409
of 295,673
REPUTATION
26
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
11
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])
13 years ago | 0
Question
saving colormap
below are the commands I am using: cmap = contrast(Grayscale_Image,100); colormap(cmap); The resulting colormap is need...
13 years ago | 1 answer | 0
1
answerdetection
it will help if you elaborate the objective of your program. Image subtraction could be one of the solutions.
13 years ago | 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...
14 years 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?
14 years ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0