Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 856 Bytes

exercise12_compile_run_clic.md

File metadata and controls

16 lines (10 loc) · 856 Bytes

Compile and run a CLIc script

Up for a more complex challenge?

Download both the CLIc Library and the CLIc template project. And compile the CLIc template project using CMake. Then modify the project to apply a 2D Gaussian Blur operation to an image.

Hints

Guideline and Troubleshooting can be found in the CLIc project documentation.

The current CLIc template project executable is configured to take an input .tif filename and an output .tif filename as parameters.

Image
(CLIc library is not found, help CMake find it!)