mzebrak / zmpo-matlab-scripts

My scripts related to one of the study subjects, which are advanced image processing methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zmpo-matlab-scripts

My scripts related to one of the study subjects, which are advanced image processing methods

content

labs no. 1

  • [ 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: modified t3b.m - white is green now

  • [ View! ] t6.m - no variance: blue and red inverted

labs no. 2

  • [ 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 and t2.m combined
  • [ View! ] t3b.m - TRANSPARENT blue: t1.m and t2.m combined

  • [ View! ] t4.m - no variance: lightening and darkening

  • [ View! ] t5.m - MANUAL resolution change: overlapping two images
  • [ View! ] t5b.m - AUTO resolution change if: overlapping two images

  • [ View! ] t6.m - no variance: copy from red to blue and green

  • [ View! ] t7.m - no variance: chessboard made of green

labs no. 3

  • [ 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

labs no. 4

  • [ 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

labs no. 5

  • [ View! ] t1.m - no variance: uicontrol red and green control, light curtain
  • [ View! ] f1.m - function used in t1.m

labs no. 6

  • [ View! ] t1.m - no variance: image filtering - sobel (0, 45, 90, 135), laplacian, median, averaging
  • [ View! ] f1.m - function used in t1.m

labs no. 7

  • [ View! ] t1.m - writing: hiding image in image
  • [ View! ] t2.m - reading hiding image in image

labs no. 8

  • [ 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

About

My scripts related to one of the study subjects, which are advanced image processing methods


Languages

Language:MATLAB 100.0%