Laplacian node in Flame?

Hey, I’m rebuilding a nuke workflow in flame and it uses the Laplacian node. Is there some matchbox that I haven’t found that does this and I’m not seeing it?

I feel like I can just replace this with an erode, a negative and a multiply, but thought I would check in case the math it’s doing is somehow more complex than that.

In case any one else wanders into this it’s a gaussian blur, then subtract the original with a comp node.

Not worth a matchbox.

2 Likes

Interesting. I hadn’t heard that term before.
From [learn.foundry.com]](Laplacian)

The Laplacian node takes the input image, applies a blur, and then subtracts the original from the blurred input to produce an image useful for edge detection or motion estimation. Apply different smoothing filters to the output to trade off between speed (box) and quality (gaussian).

So a lot like a high-pass filter How to use Highpass or grain theft?

As I do more of my work in sceneLinear now I have moved away from my obscure photoshop blend mode and almost always use blur and subtract.
The most obvious gotcha is the order of subtraction.