Skip to content

AidanofVT/Downsampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downsampler

This was created in response to a challenge from an employer. The task was to create a program that could take an n-dimensional array of numbers and "downsample" it into a new, smaller array. A single downsampling would halve the extents each of the dimensions (to a minimum of 1), but the system must be able to downsample any number of times. The program also had to be multithreaded. The in-line comments explain my methodology. See the "Remarks" file for information on how the program performed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages