You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
987 B

//This file is automatically generated by CMAKE. DO NOT MODIFY.
using System;
using System.Collections.Generic;
namespace Emgu.CV
{
public partial class CvInvoke
{
/// <summary>
/// The file name of the cvextern library
/// </summary>
#if (__IOS__ || UNITY_IPHONE || UNITY_WEBGL) && (!UNITY_EDITOR)
public const string ExternLibrary = "__Internal";
#else
public const string ExternLibrary = "${CVEXTERN_OUTPUT_NAME}";
#endif
/// <summary>
/// The file name of the cvextern library
/// </summary>
public const string ExternCudaLibrary = ExternLibrary;
/// <summary>
/// The file name of the opencv_ffmpeg library
/// </summary>
public const string OpencvFFMpegLibrary = "${OPENCV_FFMPEG_OUTPUT_NAME}";
${ENTRYPOINT_CS_STRING}
/// <summary>
/// The List of the opencv modules
/// </summary>
${ENTRYPOINT_MODULES_STRING}
}
}