My scripts related to one of the study subjects, which are advanced image processing methods
- [ View! ]
t1.m
- RGB matrix: 4 pixels vertically: red, green, gray, black
- [ View! ]
t2.m
- DOUBLE colormap: 4 pixels vertically: red, green, gray, black - [ View! ]
t2b.m
- UINT8 colormap: 4 pixels vertically: red, green, gray, black
- [ View! ]
t3.m
- By built-in matlab functions: 3 transposed matrices - [ View! ]
t3b.m
- By operations: 3 transposed matrices
- [ View! ]
t4.m
- By built-in matlab functions: sun made of transponsed matrices - [ View! ]
t4b.m
- By operations: sun made of transponsed matrices
- [ View! ]
t5.m
- no variance: modifiedt3b.m
- white is green now
- [ View! ]
t6.m
- no variance: blue and red inverted
- [ View! ]
t1.m
- no variance: left half of the image in blue
- [ View! ]
t2.m
- no variance: green picture border
- [ View! ]
t3.m
- FULL blue:t1.m
andt2.m
combined - [ View! ]
t3b.m
- TRANSPARENT blue:t1.m
andt2.m
combined
- [ View! ]
t4.m
- no variance: lightening and darkening
- [ View! ]
t5.m
- MANUAL resolution change: overlapping two images - [ View! ]
t5b.m
- AUTO resolution changeif
: overlapping two images
- [ View! ]
t6.m
- no variance: copy from red to blue and green
- [ View! ]
t7.m
- no variance: chessboard made of green
- [ View! ]
t1.m
- RGB matrix: chessboard made of green and blue - [ View! ]
t1b.m
- DOUBLE colormap: chessboard made of green and blue
- [ View! ]
t2.m
- LEFT UP corner: smaller picture in picture - [ View! ]
t2b.m
- MIDDLE: smaller picture in picture - [ View! ]
t2c.m
- MIDDLE ROTATED: smaller picture in picture
- [ View! ]
zxc.m
- auxiliary function: closing all the windows, clearing workspace
- [ View! ]
t1.m
- uicontrols by constructor: uicontrol blur, rotate and colormap - [ View! ]
t1b.m
- uicontrols by variables: uicontrol blur, rotate and colormap - [ View! ]
f1.m
- function used in t1.m and t1b.m
- [ View! ]
t1.m
- no variance: uicontrol red and green control, light curtain - [ View! ]
f1.m
- function used in t1.m
- [ View! ]
t1.m
- no variance: image filtering - sobel (0, 45, 90, 135), laplacian, median, averaging - [ View! ]
f1.m
- function used in t1.m
- [ View! ]
t1.m
- saving matrice: matrix record with photo number and avg value - [ View! ]
t2.m
- reading matrice, and creating image containing other images creating a cameraman image from other images