Quick question on RT Richardson–Lucy implementation

Thanks for your work Into, as always I’m hoping for a solution for xtrans sensors.
As a side note, any idea if automatic hot/dead pixel filtering can be developing one day for xtrans? (Same for auto raw CA correction, but I don’t want to hijack that thread even more).

1 Like

As RT 5.7 is released now, I merged the current state of capture sharpening into 5.7 dev. Auto-calculation of RL radius is still wip, though it is already present in ART…

4 Likes

Now also auto calculation of radius for bayer and xtrans is in dev.
@Carmelo_DrRaw You can remove the capture sharpening branch from nightly builds

2 Likes

Thanks! I will check it out in a few weeks.

Some news: Today I implemented a tiled version of capture sharpening. That leads to a ~2x speedup of capture sharpening. I have to fix some small border issues and the progress-bar, but I think it will be ready at sunday.

Now the interesting part: The tiled processing would allow (with some additional code and one additional adjuster in UI) to use different radius values depending on the disctance of a tile to the center tile without impact on processing time of capture sharpening.

I will try that when the speedup is completed and pushed to dev…

5 Likes

What would be the benefit of this?

Currently it’s just a brainfart aiming to sharpen the outer (more blurred) regions of an image with a different (larger) deconvolution radius.

Clever idea!

How much cleverness for the adaptive de-convolution of various lenses? :stuck_out_tongue:

That would be extremely difficult without a priori depth data. Unless you’re primary goal is to deconvolute diffraction.

In theory, if you had:

  1. Measured OOF PSF data for the lens (I posted a link to one of Prof Hank Dietz’s slide decks on the subject earlier in this thread)
  2. Two separate shots taken at different focus settings that could be analyzed

You could potentially determine depth (I believe this is how Panasonic’s DFD autofocus works) and then deconvolute out the OOF PSF using that data. TBD how to handle occlusion.

Going the other way (applying an OOF PSF to an image that contains depth data) is much easier IF you have the depth data (such as from Canon’s dual pixel RAW), in fact this is what the portrait mode of many newer phone cameras do in order to simulate a much wider aperture than the original optical system.

Yes, that was my intention. Though I don’t have good example files to test with…

It’s in dev now.

2 Likes

Reverse portrait mode :laughing:
While smartphones aim to blur the backgroud, RT aims to bring it in focus.

Would it be possible set this as an option? It seems worthwhile for landscape type photos, but not for portraits.

Can anyone explain why the diffraction would be greater radially outward of the center?
Also, I think that increasing the capture sharpening radius further from the center requires a proper CA correction first. Otherwise deconvolution can get messy…

You are right. It’s not diffraction. But usually the blur is not uniform over the image area. Why not try to use different radius values in different regions?

Yes, on bayer-sensors images one should turn on raw-ca-correction.

@heckflosse Using the same PSF to counter different types of blurring seems like a very tricky thing to do…
Maybe it looks good and works well, but maybe we end up where the original discussion started: having a theoretically wrong approach to tackle a certain optical phenomenon.
So the tiled approach is really cool and may speed up the module as a whole, but I have my reservations otherwise.

The tiling could be a base to use different PSF for the tiles. For example a 24MP file currently has 30 * 20 tiles, each of them could use a different PSF. Taking an image of a chart with 600 small points (one point for each tile) one could calculate (roughly) the PSF for each tile. For shooting scenarios with constant conditions (e.g. microscopy) that could work. But that’s pure theory right now…

The discussion reminded me of a diffraction setting Capture One introduced a couple of versions ago. Looks like a useful addition, and the improvements in capture sharpening is something I’m looking forward to.

i would like to have such data for my lenses :slight_smile:

deconvolution itself becomes a bit trickier with varying psf. can be done though, see for instance this old project: Stochastic Deconvolution

2 Likes

It’s just a hunch and I may be totally wrong but it looks to me that DxO PhotoLab and Capture One may be using the vignetting correction data when applying their lens blur sharpening – in Lightroom or darktable I have to use a manual radial gradient sharpening to get a similar edge and corner sharpness as in C1 or DxO.