Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Difference of gaussians filter different when applying with script?
#2
In 2.10, there are two DoG functions, one is the new GEGL tool that you used, and the other one, labelled (legacy)is the one from 2.8. Unfortunately, there is currently no API to call most GEGL tools, and the DoG API you see is just calling the legacy version.

Note that the DoG is what its name implies:

* make two copies of the layer
* apply a blur or Radius 1 to one of them
* apply a blur or Radius 2 to the other
* set top layer to Difference mode
* merge down and normalize the result

So you should be able to roll your own.
Reply


Messages In This Thread
RE: Difference of gaussians filter different when applying with script? - by Ofnuts - 10-21-2018, 10:02 PM

Forum Jump: