This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] De-Halo help
#1
I've tried both de-halo and de-ring filters but I have not been able to remove these halos, which are on a PAL broadcast TV master from 1992.
It appears to the right of his dark jacket when against a lighter background.

Any suggestions?

[Image: Halo-sample3.png]
Reply
#2
At an Iron Maiden concert atm. will look at it tomorrow.
Cu Selur
Reply
#3
Beast World!
Reply
#4
Yup, 'Legacy of the Beast World Tour'
Taking the image you posted as source, DeHalo_alpha seems to work:
[Image: dehalo.png]
it seems like it's just a question of finding the right values.
suggestion:
  • enable 'Filtering->Synth auto refresh',
  • enable 'Filtering->Filter view',
  • 'Filtering->Vapoursynth->Misc->Split view' ,
  • set 'Filtering->Vapoursynth->Misc->Split view' to 'interleaved', and
  • set set the a fixed zoom in the previewer i.e. 4
(dehalo strength is rather sensitive, you usually want to keep it below 2)
this way it you can better see the effect of the dehalo filter, combined with some additional denoising&co this probably works out fine.

Cu Selur
Reply
#5
Hmm, it looks like the main halo is still present, along the right side of the jacket sleeve.
Reply
#6
I didn't try to tweak the settings, I just tried the first dehalo filter saw that it worked and suggested using it together with some denoising,... (I used the image you posted as source, so can't really use temporal filtering Wink)
Since I don't have a video sample, I used the image and know stumbled over a problem when applying masking on RGB content. -> working on that
Reply
#7
I tried this dehalo filter with numerous different settings, but I couldn't get it to work.
Reply
#8
Would need a small sample clip with the issue, to have a temporal component to play with and suggest anything meaningful.

Cu Selur
Reply
#9
Probably not really helping if apply ctmf to a specific region, frame range could be added, you could get rid of the halo,....:
# cropping the video to 736x572
clip = core.std.CropRel(clip=clip, left=8, right=24, top=2, bottom=2)
# denoising using CTMF
def vsCTMFRegion1(clip,*args):
  return core.ctmf.CTMF(clip=clip, radius=3, memsize=1048576)
end = clip.num_frames-1
mapping = [
  (0, end),   [vsCTMFRegion1],
]
clip = animate.run(clip, mapping, selection=(156,288,580,260))
[Image: ctmf.png]

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)