Hi all,
I'm currently working on a project involving image processing in Julia, and I'm struggling with optimizing one of my functions. The function takes an image as input, applies a series of filters and transformations, and outputs a processed image.
However, the function is quite slow, especially when processing large images, and I'm looking for ways to optimize it. I've already tried using multi-threading and SIMD instructions, but I'm still not getting the performance I need.
If anyone has any tips or suggestions for optimizing Julia functions for image processing, I would really appreciate it. I'm relatively new to Julia, so any help would be great.
Thanks in advance!
Here is the spesfic pages where i want to do that.
Top comments (0)