Skip to content

gaduimovich/gNine

Repository files navigation

G9 - Just In Time Image Processing With Eclipse OMR

An implementation of Luke Dodds Pixslam https://github.com/lukedodd/Pixslam using Eclipse OMR JitBuilder. See Original README for the Original README.md

Carleton Univeristy Honours Project Winter 2019. Under the supervision of David Mould.

Getting Started

Installing

A step by step series of examples that tell you have to get a development env running Requires cmake to be installed and a c++ compiler. Works on OS X and Ubuntu Linux

git clone --recurse-submodules https://github.com/gaduimovich/gNine
cd gNine
mkdir build ; cd build
cmake ..
make

Running

Box Filter

./gnine ../examples/box_3x3.psm ../example_data/lena.png out.png

Danger Mode

./gnine ../examples/box_3x3.psm ../example_data/lena.png out.png --danger

Run Jited Function 20 times

./gnine ../examples/box_3x3.psm ../example_data/lena.png out.png --times=20

Source Code that Geoffrey Duimovich Implemented or modified

  • ../src/ImageArray.cpp
  • ../src/ImageArray.hpp
  • ../src/main.cpp

Built With

Authors

Acknowledgments

Releases

No releases published

Packages

No packages published