Class | Description |
---|---|
DefaultDoG<T extends NumericType<T> & NativeType<T>> |
Low-level difference of Gaussians (DoG) implementation which leans on other
ops to do the work.
|
DoGSingleSigmas<T extends NumericType<T> & NativeType<T>> |
Difference of Gaussians (DoG) implementation where all sigmas are the same in
each dimension.
|
DoGVaryingSigmas<T extends NumericType<T> & NativeType<T>> |
Difference of Gaussians (DoG) implementation where sigmas can vary by
dimension.
|
Copyright © 2014–2022 ImageJ. All rights reserved.