From: us on
"blue ice" <chase_the_dawn_2000(a)yahoo.com> wrote in message <i2mp6n$pvk$1(a)fred.mathworks.com>...
> "us " <us(a)neurol.unizh.ch> wrote in message <i2mn8s$hrf$1(a)fred.mathworks.com>...
> > "blue ice" <chase_the_dawn_2000(a)yahoo.com> wrote in message <i2mmjp$4bd$1(a)fred.mathworks.com>...
> > > i have extracted features from an image i-e SIFT features from this link http://www.cs.ubc.ca/~lowe/keypoints/
> > >
> > > now i have features in a matrix.
> > > now i want to Firstly Select top most feature (at thr right side of image) and bottom most feature (at the right side of image).
> > > than draw a line between these two features.
> > >
> > > can you tell me how to do this.
> >
> > this is too vague(!)...
> > you need to provide more information in ML language, eg,
> > - small sample of your input...
> > - an idea of how your output should look like...
> > - maybe(!) even a snippet of ML code...
> >
> > us
>
> i am using this
>
> [image1, descriptors1, locs1] = sift(image1);
>
> so i have this data
> image1: the image array in double format
> descriptors1: a K-by-128 matrix, where each row gives an invariant descriptor for one of the K keypoints. The descriptor is a vector of 128 values normalized to unit length.
> locs1: K-by-4 matrix, in which each row has the 4 values for keypoint location (row,column, scale, orientation). The orientation is in the range [-PI, PI] radians.
>
> i want to get two descriptors,one located at top of image and other at the bottom of the image (but at right side).
> than draw a line between these two.
>
> hope u get my point :(

no...
in this NG you MUST produce something that CSSMers can PLAY with, eg,
a snippet of input data/desired output...

sorry
us
From: blue ice on
hey sorry ,but i didnt post it multiple times,may be network problem
From: blue ice on
What do you want to say????is this a bad approach or is it not possible to do?
From: Steven_Lord on


"blue ice" <chase_the_dawn_2000(a)yahoo.com> wrote in message
news:i2n03f$6gr$1(a)fred.mathworks.com...
> What do you want to say????is this a bad approach or is it not possible to
> do?

us is saying that you haven't given him enough information to be able to
answer.

Put a sample image (or a few) on some free file hosting site and post a link
to where those images are located, and explain SPECIFICALLY the results you
want to receive when you operate on those sample images (and as much about
how you want to obtain those results as you can.) That should be sufficient
information to allow the gurus to at least give a first pass approach to
what you want to do (or to ask more targeted questions about what they don't
understand in your explanation.)

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

First  |  Prev  | 
Pages: 1 2
Prev: Error building Real-Time Workshop
Next: newbie problem