MIPS arch support added to OpenCV manager;
Internal OpenCV library in OpenCV Manager support added; Unit tests improved, platform specific tests added, MIPS related tests added; Code refactoring done.
This commit is contained in:
@@ -34,7 +34,7 @@ int DetectTegra()
|
||||
result = 2;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if (0 == strncmp(tmpbuf, tegra3_config, len3))
|
||||
{
|
||||
result = 3;
|
||||
@@ -48,6 +48,6 @@ int DetectTegra()
|
||||
{
|
||||
result = TEGRA_DETECTOR_ERROR;
|
||||
}
|
||||
|
||||
|
||||
return result;
|
||||
}
|
Reference in New Issue
Block a user