Skip to content

DIP Code Reports

Holds code for CYCUEE Digital Image Processing course. Go to source to see more.

Result Reports

Each homework has its result edited, summarized, converted into PDF format stored in my github repository.

HW1 Mach Band, and Visual Illusion

Hw1

Draw functionlized Mach band, and visual color illusion.
Head to report!
Head to source code: draw3pic.m
Head to source code: draw_mach_band.m

HW2 Halftoning

Hw2

Halftoning grayscale and RGB image with different sizes dither matrixs.
Head to report!
Head to source code: draw_halftoning_gimg_22.m
Head to source code: draw_halftoning_gimg_44.m
Head to source code: draw_halftoning_gimg.m
Head to source code: draw_halftoning_cimg.m

HW3 Point Processing

Hw3

Use functionlized code to perform point processing, and perform simple calculation speed comparison.
Head to report!
Head to source code: gimg_arith_op_1.m
Head to source code: gimg_ao1_value.m
Head to source code: gimg_arith_op_2.m
Head to source code: gimg_ao2_value.m
Head to source code: cimg_arith_op_1.m
Head to source code: cimg_arith_op_2.m
Head to source code: gimg_hist_equal.m
Head to source code: hist_equal.m

HW4 Spatial Filtering

Hw4

Use functionlized code to perform spatial filtering with specified three filters of different sizes. This is performed on both grayscale and RGB images.
Head to report!
Head to source code: spatial_filter.m
Head to source code: spatial_filter_maskscaling.m
Head to source code: spatial_filter_scalingtransform.m
Head to source code: spatial_filter_scalingtransform1.m
Head to source code: spatial_filter_clipping.m

Final

Final

Report about Accurate Image Super-Resolution Using Very Deep Convolutional Networks, verifying and testing with custom image sets.
Head to report!
Head to source code repo directory!