Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/opencv/core_hal_interface"

Index

Functions

hal_ni_dct2D

hal_ni_dctFree2D

hal_ni_dctInit2D

hal_ni_dft1D

hal_ni_dft2D

hal_ni_dftFree1D

hal_ni_dftFree2D

hal_ni_dftInit1D

  • Parameters

    • context: cvhalDFT

      double pointer to context storing all necessary data

    • len: int

      transformed array length

    • count: int

      estimated transformation count

    • depth: int

      array type (CV_32F or CV_64F)

    • flags: int

      algorithm options (combination of CV_HAL_DFT_INVERSE, CV_HAL_DFT_SCALE, ...)

    • needBuffer: any

      pointer to boolean variable, if valid pointer provided, then variable value should be set to true to signal that additional memory buffer is needed for operations

    Returns cvhalDFT

hal_ni_dftInit2D

  • Parameters

    • context: cvhalDFT

      double pointer to context storing all necessary data

    • width: int

      image dimensions

    • height: int
    • depth: int

      image type (CV_32F or CV64F)

    • src_channels: int

      number of channels in input image

    • dst_channels: int

      number of channels in output image

    • flags: int

      algorithm options (combination of CV_HAL_DFT_INVERSE, ...)

    • nonzero_rows: int

      number of nonzero rows in image, can be used for optimization

    Returns cvhalDFT

hal_ni_minMaxIdx

  • hal_ni_minMaxIdx(src_data: uchar, src_step: size_t, width: int, height: int, depth: int, minVal: any, maxVal: any, minIdx: any, maxIdx: any, mask: uchar): uchar
  • Parameters

    • src_data: uchar

      Source image

    • src_step: size_t
    • width: int

      Source image dimensions

    • height: int
    • depth: int

      Depth of source image

    • minVal: any

      Pointer to the returned global minimum and maximum in an array.

    • maxVal: any
    • minIdx: any

      Pointer to the returned minimum and maximum location.

    • maxIdx: any
    • mask: uchar

      Specified array region.

    Returns uchar

Generated using TypeDoc