mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 23:22:51 +08:00
2
.gitignore
vendored
2
.gitignore
vendored
@@ -28,6 +28,7 @@ openalpr_*.tar.gz
|
|||||||
openalpr-*.asc
|
openalpr-*.asc
|
||||||
openalpr-*.sig
|
openalpr-*.sig
|
||||||
openalpr-*.tar.gz
|
openalpr-*.tar.gz
|
||||||
|
*.orig
|
||||||
|
|
||||||
# Visual Studio files
|
# Visual Studio files
|
||||||
src.sln
|
src.sln
|
||||||
@@ -37,6 +38,7 @@ src.sln
|
|||||||
*.sdf
|
*.sdf
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.dir/
|
*.dir/
|
||||||
|
*.ipch
|
||||||
Debug/
|
Debug/
|
||||||
Release/
|
Release/
|
||||||
|
|
||||||
|
@@ -886,9 +886,9 @@ namespace openalprnet {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DebugOff(bool value)
|
void SetDebug(bool value)
|
||||||
{
|
{
|
||||||
this->m_config->debugOff(value);
|
this->m_config->setDebug(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
String^ GetKeypointsRuntimeDir()
|
String^ GetKeypointsRuntimeDir()
|
||||||
|
@@ -25,9 +25,12 @@
|
|||||||
<RootNamespace>openalprnet</RootNamespace>
|
<RootNamespace>openalprnet</RootNamespace>
|
||||||
<OpenALPRVersion>2.1.0</OpenALPRVersion>
|
<OpenALPRVersion>2.1.0</OpenALPRVersion>
|
||||||
<PlatformToolset>v120</PlatformToolset>
|
<PlatformToolset>v120</PlatformToolset>
|
||||||
<OpenALPRWindowsDir>..\..\..\..\windows</OpenALPRWindowsDir>
|
<OpenALPRWindowsDir>..\..\..\..\windows</OpenALPRWindowsDir>
|
||||||
<OpenALPRDistDir>$(OpenALPRWindowsDir)\build\dist\$(OpenALPRVersion)\$(PlatformToolset)\$(Configuration)\$(Platform)</OpenALPRDistDir>
|
<CudaGeneration Condition="$(CudaGeneration)=='' OR $(CudaGeneration)=='None'">None</CudaGeneration>
|
||||||
<OpenCVVersion>248</OpenCVVersion>
|
<OpenALPRDistDir Condition="$(CudaGeneration)=='None'">$(OpenALPRWindowsDir)\build\dist\$(OpenALPRVersion)\$(PlatformToolset)\$(Configuration)\$(Platform)</OpenALPRDistDir>
|
||||||
|
<OpenALPRDistDir Condition="$(CudaGeneration)=='Fermi'">$(OpenALPRWindowsDir)\build\dist\$(OpenALPRVersion)\$(PlatformToolset)\$(Configuration)\$(Platform)_CUDA_Fermi</OpenALPRDistDir>
|
||||||
|
<OpenALPRDistDir Condition="$(CudaGeneration)=='Kepler'">$(OpenALPRWindowsDir)\build\dist\$(OpenALPRVersion)\$(PlatformToolset)\$(Configuration)\$(Platform)_CUDA_Kepler</OpenALPRDistDir>
|
||||||
|
<OpenCVVersion>248</OpenCVVersion>
|
||||||
<TesseractVersion>303</TesseractVersion>
|
<TesseractVersion>303</TesseractVersion>
|
||||||
<LeptonicaVersion>170</LeptonicaVersion>
|
<LeptonicaVersion>170</LeptonicaVersion>
|
||||||
<DebugPrefix Condition="'$(Configuration)'=='Debug'">d</DebugPrefix>
|
<DebugPrefix Condition="'$(Configuration)'=='Debug'">d</DebugPrefix>
|
||||||
|
Reference in New Issue
Block a user