![]() |
| |||||||
| RP Tutorials Discussion for tutorials published via our automated system, and about the tutorial publishing system itself. |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| [details] This is not meant to be THE definitive tutorial on FFT. I intend to be altering this tutorial as time goes by and new ideas arise. Comments are most welcome, and when pertinent will be incorporated into the tutorial. Rô Last edited by byRo; 06-23-2005 at 04:27 PM. |
|
#2
| ||||
| ||||
| Thanks for a well written and informative tutorial. I'm sure I'm not the only one who's not totally at home with the FFT filter, and this gives a good grounding in how to use it. Sorry, I forgot. Yes, the pictures are showing fine. |
|
#4
| ||||
| ||||
| A couple of quick things 1) If you increase the canvas size, filling with gray, by at least 100 pixels on both dimensions before doing the FFT (and doing a new crop afterwards) you can solve the "ringing at the edges" of your image. The provides some padding and cuts in half the amplitude of the step from the top to the bottom. It would be even better to fill that in with the Average of the image, but 128 gray is sufficient. 2) I must really strongly urge using a black brush with solid black in the middle of it instead of gray and especially instead of cloning. Otherwise a small amount of the pattern will remain. 3) The radius 2-3 Gaussian Blur makes me nervous. You're potentially killing a lot of real stuff. Now, that being said, it is a GREAT TUTORIAL. Very clear and concise and usable without scaring people. |
|
#5
| ||||
| ||||
| Hi jcr6, Quote:
The "ringing at the edges" was something I had given up on .... I think I tried every single variation, but If I wanted the blasted texture minimized I always ended up with "ringing at the edges"Quote:
|
|
#6
| ||||
| ||||
| Great tips JCR6, as Flora says, ringing was a problem I did'nt have an answer to. Thanks. |
|
#7
| ||||
| ||||
| Thanks Ro! Great job - thanks for responding to the constant nagging! *lol* Do you think it would be worth amending the introduction to say it can also be used for newspaper print, and any other righly regular pattern? I know my confusion early on with FFT is knowing WHEN I could use it. |
|
#8
| ||||
| ||||
| Chris, Thanks for the great tip. I have included it (with due credit As to the Gaussian Blur step, I have now changed it to Noise>Median (thank you Flora). It wasn't too clear, and maybe still isn't, but the "blur" is applied only to the colours, not to the luminosity that we just fixed. With the Median filter the possible problem should be even less. Caitlin, Well remembered! I'll fit that in somewhere. Rô |
|
#9
| ||||
| ||||
| Thanks byRo for a very clear tutorial, the pictures are fine. Jcr6 has made some excellent points again One thing that I have learned is that as every picture is different so is every FFT. There is a posting in the Help requested Forum at the moment called “Can this picture be saves”. If you look at the FFT of this there are no stars only lines. What I did was select the central star with a large feather then invert the selection and Gaussian blur all the line out. The results are OK. So I suppose once you know how to do things correctly then you can bend the rules as far as you want. Thanks for the credit byRo (that seems to be your only spelling mistake) Ken |
|
#10
| ||||
| ||||
| Quote:
Quote:
Rô |
|
#11
| |||
| |||
| Great tutorial ByRo! Can FFT be used to remove noise as well, or just repeated texture? |
|
#12
| ||||
| ||||
| Random Noise vs. Pattern Noise We call that "repeated texture" of yours Pattern Noise. You can implement a blur function, which is good at removing Random Noise with an FFT (including some filters that are much more interesting than a Gaussian Blur). That is pretty much the limit, however. There is no equivalent to a Median filter or the new Smart Blur in PSCS2. So the answer is "Yes, but..." ...but they're not very useful except in specific cases. |
|
#13
| |||
| |||
| Having difficulty with IFFT Hello -- I am somewhat a pretty novice user of Photoshop CS2 and am interested in the FFT tutorial. I am having difficulty, however at step 6, the Inverse Fourier Transform. I took particulat note of step 6. When I do the inverse FFT I do not get a grey scale image, I get something like the FFT but colored, no image at all. I must be missing something. Please help. SteveD |
|
#14
| ||||
| ||||
| Hi Steve, welcome to RetouchPRO When you said step 6 inverse FFT, I think you meant step 7. Step 6 is just a reminder to turn the channels back on If you are getting something coloured after the inverse FFT, then I say that you probably did the FFT again and not the IFFT. When things go wrong in the IFFT, you usually get a semi-transparent grey mess. Try doing the FFT and then the IFFT immediately after, see if that works. One thing that isn't (wasn't) in the tutorial is that before doing the IFFT the image must again be just one background layer. Rô |
|
#15
| ||||
| ||||
| I think I know what Steve is doing 6) Select all channels again - On the channels palette turn back on the green and blue channel (easy to forget this bit); - If necessary, flatten the layers (<Alt><L><F>); It is not enough to simply have the “eye” on the RGB channel as in picture 1 You must have the RGB channel Highlighted as in picture 2 Ken |
|
#16
| |||
| |||
| Re: FFT filter implementation problems Ro, Thank you for responding so quickly. I did as you suggested doing an FFT and then immediately doing the IFFT, It worked just fine. I then decided to again go step by step thru the tutorial -- This time it all worked great; just as your tutorial indicated. I have no idea what I was doing wrong before. Thank you so much SteveD |
|
#17
| |||
| |||
| FFT filter problem - Solved Cameraken Thank you for your post. I believe you are correct, I think I just turned on the eye. Thank you all so much. SteveD |
|
#18
| ||||
| ||||
| Well there is a lot of interest in this tutorial , I am trying it as well. I am stuck on step 5, the spots will not change, wonder what I am doing wrong. I am new to using photoshop but you just click on brush and make sure black is selected and then brush over the marks with it right? NEB |
|
#19
| ||||
| ||||
| Neb, let's try a few things.... - Are you seeing something like the image in step 4 - a grey noisy background with a few white stars? - Did you leave on ONLY the Red channel in the Channel Palette? - Is the opacity of the brush high (not 0, at least)? - Do you have a selection active? - Is the blending of the brush set to normal? - If this doesn't help, then you could open another (Non-FFT) image and see if you can paint on that. Then, at least, you'll know if the problem is in the brush or the image. Any luck now? Rô |
|
#20
| ||||
| ||||
| Looking good now, had to set opacity up and mode to normal, everything else ok. Going on to next step now. Thanks Ro Neb |
|
#21
| ||||
| ||||
| byRo Famous |
|
#22
| ||||
| ||||
| Quote:
Thanks to stroker it seems. Rô |
|
#23
| |||
| |||
| can't install fft hi this looks like a great trick - I want to try it. have followed your instructions on down;oading the fft and winrar, tried to extract relevant files to filters folder, but nothing is showing up in my filters drop down list. photoshop help says it might be in imports or exports, but I don't see it there either. Do I need to restart? I am working on photoshop 7 on pc. Is that a problem? thanks for your time. karin |
|
#24
| |||
| |||
| "Plugins" folder Close PhotoShop! Quote: Copy files *.8bf from bin folder to "Plugins" folder. Such as : "C:\Program Files\Adobe\Photoshop 7.0\Plug-Ins". Open PhotoShop. It's now in Filter>Fourier Transform. |
|
#25
| |||
| |||
| There is a new version of this magical FFT Filter online. Any changes in the tutorial neccesary or recommendation for the new filter ? mfG. scsi |
|
#26
| ||||
| ||||
| Quote:
If by "new version" you mean the April 2005 verison of the Alex Chirakov filter, then this is the one used in the tutorial. The "old" version coded the FFT information into Hue / Saturation / Brightness and needed the RGB->HSB filter before and after the star painting. If, however there is another "new version" please post us a link. All the best, Rô |
|
#27
| |||
| |||
| Hi Ro, thank you for the info. I just want to get certain that I didn't something wrong. I used this filter the very first time two days ago along with yor real great tutorial. It seems that I did everything ok, but I had to duplicate the luminance layer twice to get a stronger effect. After that i had to go with some tweaking with curves due to the misti look of the final image. But now it looks ok for me... mfG. scsi |
|
#28
| |||
| |||
| Fft Thanks for the tutorial, and making me aware that this existed!! I've spent hours getting texture out. Flora may not remember but we corresponded on it's removal 3+ yrs. ago. :-( I run on Mac so can't play with this. You reference commercial products. What are they? |
|
#29
| ||||
| ||||
| I'm using a mac as well and have googled all over looking for a plugin. So far no luck. I have borrowed my brothers PC laptop and installed the filters, I tried the FFT RGB and imeadiatly did the IFFT RGB but the image came out transparent. Any suggestions? |
|
#30
| ||||
| ||||
| OK, something weird going on. I tried it on a photo taken from a newspaper that was scanned in RGB mode and it worked flawlessly. I have been working on another photo that was scanned in greyscale, which I changed in Photoshop to RGB mode and after I finished painting the stars turned the channels on and doing the IFFT RGB the photo is transparent. The file I’m working on that is giving me greif is here. http://www.rootschat.com/forum/index...;id=7099;image |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove photopaper texture from old photo | Vespeera | Photo Restoration | 84 | 01-24-2009 06:25 PM |
| Orange Peel Skin Texture - How to get | ray12 | Photo Retouching | 89 | 04-29-2008 01:38 PM |
| Remove a texture from an Scanned Image | Neville310 | Photo Restoration | 8 | 12-22-2006 10:35 PM |
| Removal of photographic paper texture | drettig | Photo Restoration | 9 | 11-28-2005 08:03 PM |
| Tutorial: Texturizer Filter tricks | DannyRaphael | Photo-Based Art | 6 | 07-13-2002 02:13 PM |