From: Steven Lord on 19 May 2010 14:51 "mohammad " <rocky_halo(a)hotmail.com> wrote in message news:ht1bk3$1i5$1(a)fred.mathworks.com... > Walter Roberson <roberson(a)hushmail.com> wrote in message > <VCSIn.16177$TL5.3940(a)newsfe24.iad>... >> mohammad wrote: >> > %Name: Chris Shoemaker >> > %Course: EER-280 - Digital Watermarking >> > %Project: Block DCT Based method, using comparision between >> > mid-band coeffcients >> > % Watermark Embeding >> >> > this is the code ,i tried searching author but no luck... >> >> Did you try his web page http://www.vu.union.edu/~shoemakc/ > > > this page contains nothing relevant to the project.... Look at the bottom of the page. -- 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: Walter Roberson on 19 May 2010 14:52 mohammad wrote: > Walter Roberson <roberson(a)hushmail.com> wrote in message > <VCSIn.16177$TL5.3940(a)newsfe24.iad>... >> mohammad wrote: >> > %Name: Chris Shoemaker >> > %Course: EER-280 - Digital Watermarking >> > %Project: Block DCT Based method, using comparision between >> mid-band > coeffcients >> > % Watermark Embeding >> >> > this is the code ,i tried searching author but no luck... >> >> Did you try his web page http://www.vu.union.edu/~shoemakc/ > > > this page contains nothing relevant to the project.... It contains the email address of the author of the program. If you google for that particular source, you will find the original version of it as a page under that URL, http://web.vu.union.edu/~shoemakc/watermarking/matlab/dct1_recover.m
From: Walter Roberson on 19 May 2010 15:12 mohammad wrote: > Walter Roberson <roberson(a)hushmail.com> wrote in message > <WNSIn.11146$7d5.10402(a)newsfe17.iad>... >> mohammad wrote: >> > Walter Roberson <roberson(a)hushmail.com> wrote in message > >> <hsv3h9$noa$1(a)canopus.cc.umanitoba.ca>... >> >> mohammad wrote: >> >> > i have a code dct1_embed which i got it here itself, it >> watermarks >> an > image but converts it to grey scale. >> >> > > what i need is that the image should not be converted to grey >> >> scale , > can anybody help me out with this topic.. >> >> >> You could watermark the three planes separately, I suppose. [...] >> >> > can you make changes to existing code ,so that it works... >> >> Assignments are given to you so that you will learn the techniques. If >> I do the work for you, I do not see any learning benefit for you. > After i tried what i could do ,then only i am asking for help.... If you are telling me that it is beyond your abilities to do a simple adaptation of code so that it works with a single color channel instead of converting the image to grayscale, then my interpretation of that would be that the course is beyond your abilities and you need to drop it. > its a part of final sem project In any mathematical or engineering or scientific field of study I can think of, inability to make a change this simple would indicate that the person is not suitable for graduation. > thats why was looking for quick reply > dont want to mess with my grades ,u guys know indian education system.... I do *not* know the Indian education system. I have formed certain _impressions_ of the Indian education system, but I have been hoping that those impressions are wrong. You expecting me to write your code for you for your final semester project, and you considering that expectation as natural and customary for your education system, tends to give further evidence to those bad impressions. It would be faster for you to make these code changes for yourself than for you to discuss the matter further. It is probably only 3 or 4 lines of changes.
From: mohammad on 20 May 2010 14:08 Walter Roberson <roberson(a)hushmail.com> wrote in message <ht1d7o$fev$1(a)canopus.cc.umanitoba.ca>... > mohammad wrote: > > Walter Roberson <roberson(a)hushmail.com> wrote in message > > <WNSIn.11146$7d5.10402(a)newsfe17.iad>... > >> mohammad wrote: > >> > Walter Roberson <roberson(a)hushmail.com> wrote in message > > >> <hsv3h9$noa$1(a)canopus.cc.umanitoba.ca>... > >> >> mohammad wrote: > >> >> > i have a code dct1_embed which i got it here itself, it > >> watermarks >> an > image but converts it to grey scale. > >> >> > > what i need is that the image should not be converted to grey > >> >> scale , > can anybody help me out with this topic.. > >> > >> >> You could watermark the three planes separately, I suppose. [...] > >> > >> > can you make changes to existing code ,so that it works... > >> > >> Assignments are given to you so that you will learn the techniques. If > >> I do the work for you, I do not see any learning benefit for you. > > > After i tried what i could do ,then only i am asking for help.... > > If you are telling me that it is beyond your abilities to do a simple > adaptation of code so that it works with a single color channel instead of > converting the image to grayscale, then my interpretation of that would be > that the course is beyond your abilities and you need to drop it. > > > its a part of final sem project > > In any mathematical or engineering or scientific field of study I can think > of, inability to make a change this simple would indicate that the person is > not suitable for graduation. > > > thats why was looking for quick reply > > dont want to mess with my grades ,u guys know indian education system.... > > I do *not* know the Indian education system. I have formed certain > _impressions_ of the Indian education system, but I have been hoping that > those impressions are wrong. You expecting me to write your code for you for > your final semester project, and you considering that expectation as natural > and customary for your education system, tends to give further evidence to > those bad impressions. > > It would be faster for you to make these code changes for yourself than for > you to discuss the matter further. It is probably only 3 or 4 lines of changes. thanks a lot for ur help Walter Roberson.... not forcing you to write the code...go have fun...
First
|
Prev
|
Pages: 1 2 3 Prev: divide area into boxes Next: solving nonlinear simultaneous equations |