From: Ibtesam Saleh on 24 May 2010 17:21 Hi there... Would you please tell me what these comments mean... I want to convert them to Matlab code... % - img MUST first be normalized w.r.t. scale and translation % i.e. centroid of image is at image center, and image % has geometrical moment m00 = fixed number/scale % - x,y follows raster scanning convention % - rotation invariant in the magnitude, i.e. |A_nm| thanks Ibtesam
From: Roy on 24 May 2010 17:34 If you got an image, you need convert the image format to the desired format. those five lines say: 1. normalize the image 2. set the image center as centroid 3. not clear 4. not clear 5. not clear Probably you need provide more detail "Ibtesam Saleh" <bossy_4me(a)yahoo.com> wrote in message <hteqk1$3hf$1(a)fred.mathworks.com>... > Hi there... > > Would you please tell me what these comments mean... I want to convert them to Matlab code... > > % - img MUST first be normalized w.r.t. scale and translation > % i.e. centroid of image is at image center, and image > % has geometrical moment m00 = fixed number/scale > % - x,y follows raster scanning convention > % - rotation invariant in the magnitude, i.e. |A_nm| > > thanks > Ibtesam
From: Steven Lord on 24 May 2010 17:42 "Ibtesam Saleh" <bossy_4me(a)yahoo.com> wrote in message news:hteqk1$3hf$1(a)fred.mathworks.com... > Hi there... > > Would you please tell me what these comments mean... I want to convert > them to Matlab code... *snip comments* I suggest you ask the person who wrote them to explain them if they're not clear. -- 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
From: Ibtesam Saleh on 25 May 2010 09:26 > 1. normalize the image > 2. set the image center as centroid > 3. not clear > 4. not clear > 5. not clear Thanks but how can I normalize my image?? and how set image center as centroid?? thanks Ibtesam
|
Pages: 1 Prev: Problem with Ascii code to hex code Next: FORUM USERS ON THE FORUM... |