Releases: clEsperanto/clij-opencl-kernels
Releases · clEsperanto/clij-opencl-kernels
3.3.0
What's Changed
- Add
gaussian_derivative
- convolve image with a gaussian derivative kernel of order 0, 1, or 2 - Add
hessian_gaussian_eigvals
- compute the eigenvalues of the hessian matrix computed using the gaussian derivative - Fix
gradient_x
(andy
,z
) with correct gradient sign order and forward/backward approximation on edge
Full Changelog: 3.2.0...3.3.0
3.2.0
Full Changelog: 3.1.1...3.2.0
3.1.1
3.1.0
What's Changed
- Fix parameter name by @StRigaud in #43
- Add new morphological operation kernel by @StRigaud in #42
- Related to a request on the image.sc forum
- Introduce
dilation
anderosion
for grayscale operation with custom footprint - Update
dilate_box
anderode_box
(and_sphere
) to take a radius - See clEsperanto/CLIc#385 for more details
Full Changelog: 3.0.2...3.1.0
3.0.2
Full Changelog: 3.0.1...3.0.2
3.0.1
FIX: minima and maxima detection boundary fix (see #23)
FIX: missing parenthesis in bins index computation in histogram (see clEsperanto/CLIc#342)
Full Changelog: 3.0.0...3.0.1
3.0.0
This release of kernel is taillored for the CLIc library for the clesperanto project effort.
What's Changed
- Compatibility modification for CLIc by @StRigaud in #8
- Clean up java structure by @haesleinhuepf in #9
- Add new kernels by @haesleinhuepf in #16
- Add preamble for OpenCL by @StRigaud in #21
- Add new kernels by @StRigaud in #22
- Fix issue in laplace box by @CherifMZ in #30 and @StRigaud in #29
- Add preamble for CUDA by @CherifMZ in #32
- Add 1D function support for CUDA by @CherifMZ in #35 & #34
New Contributors
Full Changelog: 2.0.0.10...3.0.0