Update net_impl.cpp

See issue #25112
This commit is contained in:
CSBVision 2024-03-01 13:33:11 +01:00 committed by Björn Böken
parent 396a75f2ea
commit e8582f2cf8

View File

@ -13,6 +13,7 @@ CV__DNN_INLINE_NS_BEGIN
Net::Net()
: impl(makePtr<Net::Impl>())
{
setPreferableBackend(DNN_BACKEND_DEFAULT);
}
Net::~Net()