Matlab image processing related

Reads: imread ()% as a parameter a file name (path) or url, format

Write: imwrite ()% data matrix parameter is a write, write the file name (path) format

Display: imshow ()% display, determined by the input property is automatically set, the axes, the hidden frame

   image ()% color display (correlation function: colormap ()% change Color Map Table)

   truesize ()% length and width setting image size, the parameters of the graphics window handle, length and width size (unit: pixel)

   colorbar ()% add color axis, the display mode and color axis position parameter of

  FIG display frame:

    montage ()% multi-frame display, each tile graphics window frames divided

    immovie ()% display multi-frame animated pictures

    movie ()% player has created a good movie, that immovie return value. Parameter specifies playback cycles, fps, etc.

  Multi Image Display:

    subimage ()% shall be in the subplot () used together, imshow () can replace subimage ()

  Texture Mapping

    warp ()% two-dimensional image mapped to the three-dimensional pattern surface

Information: imfinfo ()% image-related information display

Histogram: imhist ()%

 

Guess you like

Origin www.cnblogs.com/Ekalos-blog/p/10988787.html