# # Test script for removing chroma noise from images. Very much experimental. # # first load processors PROCESSORS: 1 = "chroma" 2 = "coltolum" 3 = "bilateral" 4 = "replacelum" # Now add dependencies DEPENDENCIES: 1:0 <- 0 # slot 0 is populated by src 2:0 <- 0 # slot 0 is populated by src 3:0 <- 2 # slot 0 is populated by bw 4:0 <- 1 # colour channel from chroma noise processor. 4:1 <- 3 # bw channel from bilateral. # Now set parameters PARAMETERS: # Set up ichroma processor 1:"filter size" = 4 1:"threshold" = 5 #set up lum noise processor 3:"radius" = 2 3:"threshold" = 0.1 OUTPUT: 4