Post Import Image Tools: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
imported>Scott
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
These functions may be useful after image data has been imported.
These functions may be useful after image data has been imported.
==Post Import Tools==
==Post Import Tools==
*[[buildimage]] - Unfolds image data into a DataSet Object.  
*[[buildimage]] - Reshapes a three-way image data cube into a DataSet Image Object.
*[[coadd_img]] - Reduce image resolution through combination of adjacent pixels.
*[[createhvimages]] - Creates horizontally and vertically striped images.  
*[[createhvimages]] - Creates horizontally and vertically striped images.  
*[[cropgroup]] - Crop a group of images.  
*[[cropgroup]] - Crops a group of images.  
*[[cropimage]] - Crop an image DataSet based on PlotGUI selection.
*[[cropimage]] - Crops an image DataSet based on PlotGUI selection.
*[[imageconcat]] - Concatenate images in specific direction.  
*[[cat_img]] - Concatenates images in a specific direction.  
*[[inheritimage]] - Converts data DSO to image DSO if source contains image data.
*[[inheritimage]] - Converts data DataSet Obect (DSO) to image DSO if source contains image data.
*[[miagui]] - Main GUI (Image Manager) for MIA_Toolbox.
*[[miagui]] - Main GUI (Image Manager) for MIA_Toolbox.
*[[scaleuint8]] - Scales a matrix to 0 to 255 then converts to unint8.
*[[scaletouint8]] - Scales a matrix to 0 to 255 then converts to unint8.

Latest revision as of 23:50, 8 March 2011

These functions may be useful after image data has been imported.

Post Import Tools

  • buildimage - Reshapes a three-way image data cube into a DataSet Image Object.
  • coadd_img - Reduce image resolution through combination of adjacent pixels.
  • createhvimages - Creates horizontally and vertically striped images.
  • cropgroup - Crops a group of images.
  • cropimage - Crops an image DataSet based on PlotGUI selection.
  • cat_img - Concatenates images in a specific direction.
  • inheritimage - Converts data DataSet Obect (DSO) to image DSO if source contains image data.
  • miagui - Main GUI (Image Manager) for MIA_Toolbox.
  • scaletouint8 - Scales a matrix to 0 to 255 then converts to unint8.