Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageProcessor

Hierarchy

  • ImageProcessor

Index

Methods

Static fromImageWithAlphaChannel

  • fromImageWithAlphaChannel(img: Image, roi?: Region): Promise<Mat>
  • fromImageWithAlphaChannel should provide a way to create a library specific image with alpha channel from an abstract Image object holding raw data and image dimension

    memberof

    VisionProviderInterface

    Parameters

    Returns Promise<Mat>

    An image

Static fromImageWithoutAlphaChannel

  • fromImageWithoutAlphaChannel(img: Image, roi?: Region): Promise<Mat>
  • fromImageWithoutAlphaChannel should provide a way to create a library specific image without alpha channel from an abstract Image object holding raw data and image dimension

    memberof

    VisionProviderInterface

    Parameters

    Returns Promise<Mat>

    An image