Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
888 views

Discrete Wavelet Transform integer Daub 5/3 lifting issue

I'm trying to run an integer-to-integer lifting 5/3 on an image of lena. I've been following the paper at http://www.uwec.edu/walkerjs/media/research_signpost_article.pdf I'm running into issues ...
2
votes
0answers
222 views

Discrete Wavelet Transform on images and watermark embedding in LL band coefficients, data is lost when IDWT-DWT is performed again?

I'm writing an image watermarking system to hide a watermark in an image's low frequency band by transforming the image's luminance channel with a Discrete Wavelet Transform, then modifying ...
1
vote
3answers
144 views

Argument for PHP vs. DWT

I was having a "discussion" with my manager today about the merits of using PHP includes and functions as a template to build websites more quickly and efficiently. He has been using Dreamweaver ...
1
vote
3answers
55 views

Matlab dwt across specified dimension

I have a dataset Sig of size 65536 x 192 in Matlab. If I want to take the one-dimensional fft along the second dimension, I could either do a for loop: %pre-allocate ect.. for i=1:65536 F(i,:) = ...
0
votes
0answers
23 views

Manually writing for dwt file

I want to create dwt file. I don't have Adobe Dreamweaver. So, I created manually. That is dwt file. <html> <head><title>Testing Template</title></head> <body> ...
0
votes
1answer
272 views

Matlab problem with DWT

I am trying to get the 4th level DWT of an image using the 10 point daubechies filter. (and naturally inverting it!) host = double(imread('lena512.bmp')); % Load image data nLevel = 4; ...
0
votes
1answer
40 views

How do I apply changes to a template file?

I've uploaded the new file via FTP, but the changes didn't take effect: http://intrepidtraveler.com/Templates/press.dwt Why is this the case? http://intrepidtraveler.com/media/ (Trying to update the ...
0
votes
1answer
123 views

Expression Web: Frames vs. Dynamic Web Template

I am making a website that has a lot of links that do not change from page to page. I have made similar websites before using the DWT feature of Expression Web with good results, but I still see a ...
0
votes
1answer
769 views

Templates .dwt in Dreamweaver

I edited my site with FrontPage, there I created some template pages .dwt in the root of the each language /en/master.dwt /fr/master.dwt and so one. Now, when passed the site under Adobe ...