mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 06:38:42 +08:00
fixed build without cuda
This commit is contained in:
parent
4c4871e34d
commit
001bbfb4f9
@ -68,7 +68,7 @@ namespace cv
|
|||||||
void GpuMat::release() { throw_nogpu(); }
|
void GpuMat::release() { throw_nogpu(); }
|
||||||
|
|
||||||
void MatPL::create(int /*_rows*/, int /*_cols*/, int /*_type*/, int /*type_alloc*/) { throw_nogpu(); }
|
void MatPL::create(int /*_rows*/, int /*_cols*/, int /*_type*/, int /*type_alloc*/) { throw_nogpu(); }
|
||||||
void MatPL::get_property_device() { throw_nogpu(); }
|
bool MatPL::can_device_map_to_host() { throw_nogpu(); }
|
||||||
void MatPL::release() { throw_nogpu(); }
|
void MatPL::release() { throw_nogpu(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user