Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions NIC_FFTImageProcessing/NIC_FFTImageProcessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ rm(list = ls())

# setwd('~/Tim_Radtke_NIC')

install.packages("pixmap")
library("pixmap")
install.packages("smoothie")
library("smoothie")

# Load image of Mount Rushmore for image processing later on
mtrush1 = read.pnm("mtrush1.pgm") # uses 'pixmap' library
# Image source: http://heather.cs.ucdavis.edu/~matloff/ Ignore warning message
Expand Down