Skip to content

vc-30/frosted_glass_effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic implementation of Frosted Glass effect in C++ (without OpenCV)

Results:

Fig. 1 Input image

Fig. 2 Output image with frosted glass effect

Build and Run instructions

Have prepared basic sh files with necessary commands. To build the code run:

sh ./build.sh

The above command will generate frosted_test executable.

To run the code run:

sh ./run_frosted_test.sh

The above command will read Flower.raw and apply the frosted-effect on it, producing Flower_frosted.raw as an output.

Note:

  1. I have tested the code on windows hence the run_frosted_test.sh has program extension as *.exe*, this may require change based on the operating system on which the code is tested.
  2. To view raw images one can use Viewer n5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published