From: Prabhakaran on 20 Apr 2010 04:20 I require a Harris Corners map for a given image using Harris Corner Operator. The input will be an color image and reduction range 'R' and output should be a Harris Corners map respect to to the image.
From: Steven Lord on 20 Apr 2010 09:47 "Prabhakaran " <sathya.wish(a)gmail.com> wrote in message news:hqjo49$off$1(a)fred.mathworks.com... >I require a Harris Corners map for a given image using Harris Corner >Operator. The input will be an color image and reduction range 'R' and >output should be a Harris Corners map respect to to the image. That's nice. You didn't need to tell everyone here that you wanted this, though; you could have simply implemented it on your own. If you run into trouble while implementing this operation, show what you've done and ask a SPECIFIC question about how to resolve that trouble. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
From: Prabhakaran on 21 Apr 2010 00:13 "Steven Lord" <slord(a)mathworks.com> wrote in message <hqkb8r$p0j$1(a)fred.mathworks.com>... > > That's nice. You didn't need to tell everyone here that you wanted this, > though; you could have simply implemented it on your own. > > If you run into trouble while implementing this operation, show what you've > done and ask a SPECIFIC question about how to resolve that trouble. > > -- > Steve Lord > slord(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > yes, this is my fault pardon me.. I tried my self with the help of code which is available in the file exchange and the obtained the corner points plotted on it but i want a image map containing those corner alone in it. [The code is available in this link: http://www.mathworks.com/matlabcentral/fileexchange/9272-harris-corner-detector ] When i tried myself to develop a code for this problem i got a black image.
|
Pages: 1 Prev: Animating nozzle of a rocket Next: Marking specific value in a histogram |