Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -58,6 +58,8 @@ public:
|
||||
template<typename E>
|
||||
wavelet_decomposition(E * src, int width, int height, int maxlvl, int subsampling, int skipcrop = 1, int numThreads = 1, int Daub4Len = 6);
|
||||
|
||||
wavelet_decomposition(const wavelet_decomposition&) = delete;
|
||||
|
||||
~wavelet_decomposition();
|
||||
|
||||
internal_type ** level_coeffs(int level) const
|
||||
|
Reference in New Issue
Block a user