Fix mixed UTF16 issue (LabVIEW) and fix ANSFR for Intel
This commit is contained in:
@@ -112,7 +112,9 @@ namespace ANSCENTER {
|
||||
const int CPU_FACE_HEIGHT = 160;
|
||||
#endif
|
||||
// Pooled GPU buffers to avoid per-frame allocation (Fix #8)
|
||||
cv::cuda::Stream m_gpuStream;
|
||||
// Lazy-initialized: only created when engineType == NVIDIA_GPU
|
||||
// to avoid triggering CUDA init on non-NVIDIA systems.
|
||||
std::unique_ptr<cv::cuda::Stream> m_gpuStream;
|
||||
cv::cuda::GpuMat m_gpuImg;
|
||||
cv::cuda::GpuMat m_gpuResized;
|
||||
cv::cuda::GpuMat m_gpuRgb;
|
||||
|
||||
Reference in New Issue
Block a user