NoopSegmentationProcessor
public class NoopSegmentationProcessor : SegmentationProcessorNoopSegmentationProcessor is a processor that does nothing except pass image frames in and out.
This is used as a placeholder for implementations of SegmentationProcessor that cannot be initialized.
- 
                  
                  DeclarationSwift public func initialize(_ height: Int, width: Int, channels: Int) -> Bool
- 
                  
                  DeclarationSwift public func predict() -> Bool
- 
                  
                  DeclarationSwift public func getModelState() -> Int
- 
                  
                  DeclarationSwift public func getInputBuffer() -> UnsafeMutablePointer<UInt8>
- 
                  
                  DeclarationSwift public func getOutputBuffer() -> UnsafeMutablePointer<UInt8>
