Skip to content
Snippets Groups Projects
Commit 960ec58f authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Maxence Naud
Browse files

Fix namespace

parent 8a2e68a4
No related branches found
No related tags found
1 merge request!17version 0.0.3
...@@ -95,7 +95,7 @@ public: ...@@ -95,7 +95,7 @@ public:
inline std::size_t scalarSize() const noexcept override final { return sizeof(T); } inline std::size_t scalarSize() const noexcept override final { return sizeof(T); }
void zeros() override final { void zeros() override final {
mData.setTo(Scalar::all(T(0))); mData.setTo(cv::Scalar::all(T(0)));
} }
void copy(const void *src, NbElts_t length, NbElts_t offset = 0) override final { void copy(const void *src, NbElts_t length, NbElts_t offset = 0) override final {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment