OpenCV for Unity 2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityUtils.Helper Namespace Reference

Classes

class  AsyncGPUReadback2MatHelper
 AsyncGPUReadback 2 mat helper. v 1.0.1. More...
 
interface  ICameraSource2MatHelper
 
interface  IImageSource2MatHelper
 
class  Image2MatHelper
 Image 2 mat helper. v 1.0.1. More...
 
class  ImageOptimizationHelper
 Image optimization helper. v 1.1.0. More...
 
interface  ISource2MatHelper
 
interface  ITextureSource2MatHelper
 
interface  IVideoSource2MatHelper
 
class  MultiSource2MatHelper
 MultiSource 2 mat helper. v 1.0.2. More...
 
class  Source2MatHelperErrorUnityEvent
 
class  Source2MatHelperUtils
 
class  UnityVideoPlayer2MatHelper
 UnityVideoPlayer 2 mat helper. v 1.0.2. More...
 
class  VideoCapture2MatHelper
 VideoCapture 2 mat helper. v 1.0.1. More...
 
class  VideoCaptureCameraInput2MatHelper
 VideoCaptureCameraInput 2 mat helper. v 1.0.2 Depends on OpenCVForUnity version 2.6.1 (WebCamTexture2MatHelper v 1.0.1) or later. (Use the WebCamDevice.isFrontFacing and WebCamTexture.videoRotationAngle properties to flip the camera input image in VideoCaptue to the correct orientation.) More...
 
class  VideoCaptureCameraInputToMatHelper
 VideoCaptureCameraInput to mat helper. v 1.0.1 Depends on OpenCVForUnity version 2.4.4 (WebCamTextureToMatHelper v 1.1.3) or later. (Use the WebCamDevice.isFrontFacing and WebCamTexture.videoRotationAngle properties to flip the camera input image in VideoCaptue to the correct orientation.) More...
 
class  VideoCaptureToMatHelper
 VideoCapture to mat helper. v 1.0.4. More...
 
class  WebCamTexture2MatAsyncGPUHelper
 WebCamTexture 2 mat Async GPU helper. v 1.0.1. More...
 
class  WebCamTexture2MatHelper
 WebCamTexture 2 mat helper. v 1.0.1. More...
 
class  WebCamTextureToMatHelper
 WebCamTexture to mat helper. v 1.1.6. More...
 

Enumerations

enum  Source2MatHelperColorFormat : int {
  GRAY = 0 , RGB , BGR , RGBA ,
  BGRA
}
 
enum  Source2MatHelperErrorCode : int {
  UNKNOWN = 0 , CAMERA_DEVICE_NOT_EXIST , CAMERA_PERMISSION_DENIED , VIDEO_FILE_NOT_EXIST ,
  VIDEO_FILE_CANT_OPEN , IMAGE_FILE_NOT_EXIST , IMAGE_FILE_CANT_OPEN , SOURCE_TEXTURE_IS_NULL ,
  SOURCE_TEXTURE_FORMAT_IS_NOT_SPPORTED , ASYNC_GPU_READBACK_IS_NOT_SPPORTED , RENDERTEXTURE_GRAPHICS_FORMAT_IS_NOT_SPPORTED , TIMEOUT
}
 

Enumeration Type Documentation

◆ Source2MatHelperColorFormat

Enumerator
GRAY 
RGB 
BGR 
RGBA 
BGRA 

◆ Source2MatHelperErrorCode

Enumerator
UNKNOWN 
CAMERA_DEVICE_NOT_EXIST 
CAMERA_PERMISSION_DENIED 
VIDEO_FILE_NOT_EXIST 
VIDEO_FILE_CANT_OPEN 
IMAGE_FILE_NOT_EXIST 
IMAGE_FILE_CANT_OPEN 
SOURCE_TEXTURE_IS_NULL 
SOURCE_TEXTURE_FORMAT_IS_NOT_SPPORTED 
ASYNC_GPU_READBACK_IS_NOT_SPPORTED 
RENDERTEXTURE_GRAPHICS_FORMAT_IS_NOT_SPPORTED 
TIMEOUT