예제 #1
0
파일: Opener.java 프로젝트: kkkkxu/BioImage
 /**
  * Opens a lookup table (LUT) and returns it as a LUT object, or returns null if there is an
  * error.
  *
  * @see ij.ImagePlus#setLut
  */
 public static LUT openLut(String path) {
   return LutLoader.openLut(path);
 }