Skip to content

jpitalopez/julia_conv

Repository files navigation

Convolution Image Filter in Julia

This is a simple Julia program that performs image convolution using the KernelAbstractions package.

Requirements

  • Julia (version 1.10.3)
  • KernelAbstractions package

Installation

  1. Install Julia from JuliaLang.

  2. Open a terminal or command prompt and start the Julia REPL.

  3. Install the KernelAbstractions package by running the following command in the Julia REPL:

    using Pkg
    Pkg.add("KernelAbstractions")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages