Class OpenCVWriter

Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.image.io.bean.stack.writer.StackWriter>
org.anchoranalysis.image.io.bean.stack.writer.StackWriter
org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter
org.anchoranalysis.plugin.opencv.bean.stack.OpenCVWriter

public class OpenCVWriter
extends org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter
Writes a stack to the file-system using OpenCV and a specified extension.
Author:
Owen Feehan
  • Constructor Summary

    Constructors 
    Constructor Description
    OpenCVWriter()  
  • Method Summary

    Modifier and Type Method Description
    protected void writeStackAfterCheck​(org.anchoranalysis.image.core.stack.Stack stack, Path filePath)  

    Methods inherited from class org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter

    fileFormat, getExtension, setExtension, writeStack

    Methods inherited from class org.anchoranalysis.image.io.bean.stack.writer.StackWriter

    fileFormatWarnUnexpected, writeStackWithExtension

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • writeStackAfterCheck

      protected void writeStackAfterCheck​(org.anchoranalysis.image.core.stack.Stack stack, Path filePath) throws org.anchoranalysis.image.io.ImageIOException
      Specified by:
      writeStackAfterCheck in class org.anchoranalysis.image.io.bean.stack.writer.OneOrThreeChannelsWriter
      Throws:
      org.anchoranalysis.image.io.ImageIOException