Skip to content

justin2004/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing with APL

Here an an example of some of the image processing we did in this course:

(read-png "images/sia.png")
(april "f←{⍵ × (⍺ < ⍵) ∧ ((⍺+10) > ⍵)}")
(write-animated-gif (april "((10×⍳24),(⌽(10×⍳24))) f (⊂img)") 5)

example

HERO Code Camp '22

Thanks to HER Academy and Olive.

About

HERO Code Camp 2022 -- Image Processing Course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages