====== Examples of monadic operations ====== These images are generated by the ''hw_monadic_ops_2.m'' script. They contain the image (either original or after application of the given operation), histogram of intensities of the shown image, the CDF and a lookup table derived from the transformation operation. ===== Original image ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_orig.png?1000 |Original image}} ===== Negative ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_neg.png?1000 |Negative image}} ===== Threshold (theta=0.5) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_thresh.png?1000 |Thresholded image}} ===== Brightness (beta=-0.3) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_bright.png?1000 |Brightness adjusted image}} ===== Gamma correction (gamma=0.5) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_gamma.png?1000 |Gamma corrected image}} ===== Contrast (c=2) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_contrast.png?1000 |Contrast adjusted image}} ===== Non-linear contrast (alpha=0.7) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_nlcont.png?1000 |Non-linear contrast adjusted image}} ===== Logarithmic scale (scale=-0.5) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_logsc.png?1000 |Log-scaled image}} ===== Quantization (q_levels=16) ===== {{ :courses:b4m33dzo:labs:1_monadic_functions:monad_quant.png?1000 |Quantized image}}