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