Class OpenCVWriter

Object
AnchorBean<StackWriter>
StackWriter
OneOrThreeChannelsWriter
OpenCVWriter

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    writeStackAfterCheck(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

    • OpenCVWriter

      public OpenCVWriter()
  • Method Details

    • writeStackAfterCheck

      protected void writeStackAfterCheck(Stack stack, Path filePath) throws ImageIOException
      Specified by:
      writeStackAfterCheck in class OneOrThreeChannelsWriter
      Throws:
      ImageIOException