Snippets for cimg 4.0.4 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/cimg/4.0.4,3/150amd64-default.log.
-
/usr/local/include/OpenEXR/ImfAttribute.h:257:54: warning: unused parameter 'version' [-Wunused-parameter] 257 | OPENEXR_IMF_INTERNAL_NAMESPACE::OStream& os, int version) const | ^ -
/usr/local/include/OpenEXR/ImfAttribute.h:266:54: warning: unused parameter 'size' [-Wunused-parameter] 266 | OPENEXR_IMF_INTERNAL_NAMESPACE::IStream& is, int size, int version) | ^ -
/usr/local/include/OpenEXR/ImfAttribute.h:266:64: warning: unused parameter 'version' [-Wunused-parameter] 266 | OPENEXR_IMF_INTERNAL_NAMESPACE::IStream& is, int size, int version) | ^ -
../plugins/nlmeans.h:109:25: warning: variable 'n' set but not used [-Wunused-but-set-variable] 109 | int n = 0; | ^ -
../plugins/nlmeans.h:167:21: warning: variable 'n' set but not used [-Wunused-but-set-variable] 167 | int n = 0; | ^ -
/usr/local/include/opencv4/opencv2/core/cvdef.h:413:5: warning: 'int64' is deprecated [-Wdeprecated-declarations] 413 | int64 i; | ^ -
/usr/local/include/opencv4/opencv2/core/cvdef.h:414:5: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 414 | uint64 u; | ^ -
/usr/local/include/opencv4/opencv2/core/cvstd.hpp:69:30: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 69 | static inline uint64 abs(uint64 a) { return a; } | ^ -
/usr/local/include/opencv4/opencv2/core/cvstd.hpp:69:19: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 69 | static inline uint64 abs(uint64 a) { return a; } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:97:56: warning: 'int64' is deprecated [-Wdeprecated-declarations] 97 | template<typename _Tp> static inline _Tp saturate_cast(int64 v) { return _Tp(v); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:99:56: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 99 | template<typename _Tp> static inline _Tp saturate_cast(uint64 v) { return _Tp(v); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:108:80: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 108 | template<> inline uchar saturate_cast<uchar>(int64 v) { return (uchar)((uint64)v <= (uint64)UCHAR_MAX ? v : v > 0 ? UCHAR_MAX : 0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:108:93: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 108 | template<> inline uchar saturate_cast<uchar>(int64 v) { return (uchar)((uint64)v <= (uint64)UCHAR_MAX ? v : v > 0 ? UCHAR_MAX : 0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:109:91: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 109 | template<> inline uchar saturate_cast<uchar>(uint64 v) { return (uchar)std::min(v, (uint64)UCHAR_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:118:80: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 118 | template<> inline schar saturate_cast<schar>(int64 v) { return (schar)((uint64)((int64)v-SCHAR_MIN) <= (uint64)UCHAR_MAX ? v : v > 0 ? SCHAR_MAX : SCHAR_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:118:89: warning: 'int64' is deprecated [-Wdeprecated-declarations] 118 | template<> inline schar saturate_cast<schar>(int64 v) { return (schar)((uint64)((int64)v-SCHAR_MIN) <= (uint64)UCHAR_MAX ? v : v > 0 ? SCHAR_MAX : SCHAR_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:118:112: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 118 | template<> inline schar saturate_cast<schar>(int64 v) { return (schar)((uint64)((int64)v-SCHAR_MIN) <= (uint64)UCHAR_MAX ? v : v > 0 ? SCHAR_MAX : SCHAR_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:119:91: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 119 | template<> inline schar saturate_cast<schar>(uint64 v) { return (schar)std::min(v, (uint64)SCHAR_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:127:81: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 127 | template<> inline ushort saturate_cast<ushort>(int64 v) { return (ushort)((uint64)v <= (uint64)USHRT_MAX ? v : v > 0 ? USHRT_MAX : 0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:127:94: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 127 | template<> inline ushort saturate_cast<ushort>(int64 v) { return (ushort)((uint64)v <= (uint64)USHRT_MAX ? v : v > 0 ? USHRT_MAX : 0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:128:92: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 128 | template<> inline ushort saturate_cast<ushort>(uint64 v) { return (ushort)std::min(v, (uint64)USHRT_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:135:80: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 135 | template<> inline short saturate_cast<short>(int64 v) { return (short)((uint64)((int64)v - SHRT_MIN) <= (uint64)USHRT_MAX ? v : v > 0 ? SHRT_MAX : SHRT_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:135:89: warning: 'int64' is deprecated [-Wdeprecated-declarations] 135 | template<> inline short saturate_cast<short>(int64 v) { return (short)((uint64)((int64)v - SHRT_MIN) <= (uint64)USHRT_MAX ? v : v > 0 ? SHRT_MAX : SHRT_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:135:113: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 135 | template<> inline short saturate_cast<short>(int64 v) { return (short)((uint64)((int64)v - SHRT_MIN) <= (uint64)USHRT_MAX ? v : v > 0 ? SHRT_MAX : SHRT_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:136:91: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 136 | template<> inline short saturate_cast<short>(uint64 v) { return (short)std::min(v, (uint64)SHRT_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:139:78: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 139 | template<> inline int saturate_cast<int>(int64 v) { return (int)((uint64)(v - INT_MIN) <= (uint64)UINT_MAX ? v : v > 0 ? INT_MAX : INT_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:139:103: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 139 | template<> inline int saturate_cast<int>(int64 v) { return (int)((uint64)(v - INT_MIN) <= (uint64)UINT_MAX ? v : v > 0 ? INT_MAX : INT_MIN); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:140:89: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 140 | template<> inline int saturate_cast<int>(uint64 v) { return (int)std::min(v, (uint64)INT_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:147:83: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 147 | template<> inline unsigned saturate_cast<unsigned>(int64 v) { return (unsigned)((uint64)v <= (uint64)UINT_MAX ? v : v > 0 ? UINT_MAX : 0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:147:96: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 147 | template<> inline unsigned saturate_cast<unsigned>(int64 v) { return (unsigned)((uint64)v <= (uint64)UINT_MAX ? v : v > 0 ? UINT_MAX : 0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:148:94: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 148 | template<> inline unsigned saturate_cast<unsigned>(uint64 v) { return (unsigned)std::min(v, (uint64)UINT_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:153:19: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 153 | template<> inline uint64 saturate_cast<uint64>(schar v) { return (uint64)std::max(v, (schar)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:153:72: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 153 | template<> inline uint64 saturate_cast<uint64>(schar v) { return (uint64)std::max(v, (schar)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:154:19: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 154 | template<> inline uint64 saturate_cast<uint64>(short v) { return (uint64)std::max(v, (short)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:154:72: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 154 | template<> inline uint64 saturate_cast<uint64>(short v) { return (uint64)std::max(v, (short)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:155:19: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 155 | template<> inline uint64 saturate_cast<uint64>(int v) { return (uint64)std::max(v, (int)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:155:72: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 155 | template<> inline uint64 saturate_cast<uint64>(int v) { return (uint64)std::max(v, (int)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:156:19: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 156 | template<> inline uint64 saturate_cast<uint64>(int64 v) { return (uint64)std::max(v, (int64)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:156:72: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 156 | template<> inline uint64 saturate_cast<uint64>(int64 v) { return (uint64)std::max(v, (int64)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:156:92: warning: 'int64' is deprecated [-Wdeprecated-declarations] 156 | template<> inline uint64 saturate_cast<uint64>(int64 v) { return (uint64)std::max(v, (int64)0); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:158:19: warning: 'int64' is deprecated [-Wdeprecated-declarations] 158 | template<> inline int64 saturate_cast<int64>(uint64 v) { return (int64)std::min(v, (uint64)LLONG_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:158:72: warning: 'int64' is deprecated [-Wdeprecated-declarations] 158 | template<> inline int64 saturate_cast<int64>(uint64 v) { return (int64)std::min(v, (uint64)LLONG_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/saturate.hpp:158:91: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 158 | template<> inline int64 saturate_cast<int64>(uint64 v) { return (int64)std::min(v, (uint64)LLONG_MAX); } | ^ -
/usr/local/include/opencv4/opencv2/core/types.hpp:206:16: warning: 'int64' is deprecated [-Wdeprecated-declarations] 206 | typedef Point_<int64> Point2l; | ^ -
/usr/local/include/opencv4/opencv2/core/types.hpp:367:15: warning: 'int64' is deprecated [-Wdeprecated-declarations] 367 | typedef Size_<int64> Size2l; | ^ -
/usr/local/include/opencv4/opencv2/core/types.hpp:1443:71: warning: 'int64' is deprecated [-Wdeprecated-declarations] 1443 | template<typename _AccTp> static inline _AccTp normL2Sqr(const Point_<int64>& pt); | ^ -
/usr/local/include/opencv4/opencv2/core/types.hpp:1448:19: warning: 'int64' is deprecated [-Wdeprecated-declarations] 1448 | template<> inline int64 normL2Sqr<int64>(const Point_<int64>& pt) { return pt.dot(pt); } | ^ -
/usr/local/include/opencv4/opencv2/core.hpp:2900:9: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 2900 | RNG(uint64 state); | ^ -
/usr/local/include/opencv4/opencv2/core.hpp:3028:5: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 3028 | uint64 state; | ^ -
/usr/local/include/opencv4/opencv2/core.hpp:3386:13: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 3386 | typedef uint64 const_param_type; | ^ -
/usr/local/include/opencv4/opencv2/core.hpp:3387:13: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 3387 | typedef uint64 member_type; | ^ -
/usr/local/include/opencv4/opencv2/core/operations.hpp:395:17: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 395 | inline RNG::RNG(uint64 _state) { state = _state ? _state : 0xffffffff; } | ^ -
/usr/local/include/opencv4/opencv2/core/operations.hpp:404:66: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 404 | inline RNG::operator double() { unsigned t = next(); return (((uint64)t << 32) | next()) * 5.4210108624275221700372640043497e-20; } | ^ -
/usr/local/include/opencv4/opencv2/core/operations.hpp:417:14: warning: 'uint64' is deprecated [-Wdeprecated-declarations] 417 | state = (uint64)(unsigned)state* /*CV_RNG_COEFF*/ 4164903690U + (unsigned)(state >> 32); | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:299:14: warning: 'int64' is deprecated [-Wdeprecated-declarations] 299 | CV_EXPORTS_W int64 getTickCount(); | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:353:13: warning: 'int64' is deprecated [-Wdeprecated-declarations] 353 | CV_WRAP int64 getTimeTicks() const | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:377:13: warning: 'int64' is deprecated [-Wdeprecated-declarations] 377 | CV_WRAP int64 getLastTimeTicks() const | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:401:13: warning: 'int64' is deprecated [-Wdeprecated-declarations] 401 | CV_WRAP int64 getCounter() const | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:439:5: warning: 'int64' is deprecated [-Wdeprecated-declarations] 439 | int64 counter; | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:440:5: warning: 'int64' is deprecated [-Wdeprecated-declarations] 440 | int64 sumTime; | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:441:5: warning: 'int64' is deprecated [-Wdeprecated-declarations] 441 | int64 startTime; | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:442:5: warning: 'int64' is deprecated [-Wdeprecated-declarations] 442 | int64 lastTime; | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:343:15: warning: 'int64' is deprecated [-Wdeprecated-declarations] 343 | const int64 time = cv::getTickCount(); | ^ -
/usr/local/include/opencv4/opencv2/core/utility.hpp:473:14: warning: 'int64' is deprecated [-Wdeprecated-declarations] 473 | CV_EXPORTS_W int64 getCPUTickCount(); | ^ -
/usr/local/include/opencv4/opencv2/core/async.hpp:58:31: warning: 'int64' is deprecated [-Wdeprecated-declarations] 58 | bool get(OutputArray dst, int64 timeoutNs) const; | ^ -
/usr/local/include/opencv4/opencv2/core/async.hpp:63:19: warning: 'int64' is deprecated [-Wdeprecated-declarations] 63 | bool wait_for(int64 timeoutNs) const; | ^ -
/usr/local/include/opencv4/opencv2/core/async.hpp:61:74: warning: 'int64' is deprecated [-Wdeprecated-declarations] 61 | bool get(OutputArray dst, double timeoutNs) const { return get(dst, (int64)timeoutNs); } | ^ -
/usr/local/include/opencv4/opencv2/core/async.hpp:66:62: warning: 'int64' is deprecated [-Wdeprecated-declarations] 66 | bool wait_for(double timeoutNs) const { return wait_for((int64)timeoutNs); } | ^ -
/usr/local/include/opencv4/opencv2/core/async.hpp:76:26: warning: 'int64' is deprecated [-Wdeprecated-declarations] 76 | return get(dst, (int64)(std::chrono::nanoseconds(timeout).count())); | ^ -
/usr/local/include/opencv4/opencv2/core/async.hpp:82:26: warning: 'int64' is deprecated [-Wdeprecated-declarations] 82 | return wait_for((int64)(std::chrono::nanoseconds(timeout).count())); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dict.hpp:64:24: warning: 'int64' is deprecated [-Wdeprecated-declarations] 64 | explicit DictValue(int64 i = 0) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i; } //!< Constructs integer scalar | ^ -
/usr/local/include/opencv4/opencv2/dnn/dict.hpp:103:20: warning: 'int64' is deprecated [-Wdeprecated-declarations] 103 | AutoBuffer<int64, 1> *pi; | ^ -
/usr/local/include/opencv4/opencv2/dnn/dict.hpp:63:80: warning: 'int64' is deprecated [-Wdeprecated-declarations] 63 | explicit DictValue(bool i) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i ? 1 : 0; } //!< Constructs integer scalar | ^ -
/usr/local/include/opencv4/opencv2/dnn/dict.hpp:64:80: warning: 'int64' is deprecated [-Wdeprecated-declarations] 64 | explicit DictValue(int64 i = 0) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i; } //!< Constructs integer scalar | ^ -
/usr/local/include/opencv4/opencv2/dnn/dict.hpp:65:80: warning: 'int64' is deprecated [-Wdeprecated-declarations] 65 | CV_WRAP explicit DictValue(int i) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = i; } //!< Constructs integer scalar | ^ -
/usr/local/include/opencv4/opencv2/dnn/dict.hpp:66:80: warning: 'int64' is deprecated [-Wdeprecated-declarations] 66 | explicit DictValue(unsigned p) : type(Param::INT), pi(new AutoBuffer<int64,1>) { (*pi)[0] = p; } //!< Constructs integer scalar | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.hpp:449:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 449 | virtual int64 getFLOPS(const std::vector<MatShape> &inputs, | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.hpp:808:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 808 | CV_WRAP int64 getFLOPS(const std::vector<MatShape>& netInputShapes) const; | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.hpp:810:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 810 | CV_WRAP int64 getFLOPS(const MatShape& netInputShape) const; | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.hpp:812:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 812 | CV_WRAP int64 getFLOPS(const int layerId, | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.hpp:815:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 815 | CV_WRAP int64 getFLOPS(const int layerId, | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.hpp:885:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 885 | CV_WRAP int64 getPerfProfile(CV_OUT std::vector<double>& timings); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:54:46: warning: 'int64' is deprecated [-Wdeprecated-declarations] 54 | DictValue res(Param::INT, new AutoBuffer<int64, 1>(size)); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:86:8: warning: 'int64' is deprecated [-Wdeprecated-declarations] 86 | inline int64 DictValue::get<int64>(int idx) const | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:103:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 103 | return (int64)doubleValue; | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:119:21: warning: 'int64' is deprecated [-Wdeprecated-declarations] 119 | return (int)get<int64>(idx); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:124:21: warning: 'int64' is deprecated [-Wdeprecated-declarations] 124 | return (int)get<int64>(idx); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:130:26: warning: 'int64' is deprecated [-Wdeprecated-declarations] 130 | return (unsigned)get<int64>(idx); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:136:17: warning: 'int64' is deprecated [-Wdeprecated-declarations] 136 | return (get<int64>(idx) != 0); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:227:20: warning: 'int64' is deprecated [-Wdeprecated-declarations] 227 | AutoBuffer<int64, 1> *tmp = new AutoBuffer<int64, 1>(*r.pi); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:227:52: warning: 'int64' is deprecated [-Wdeprecated-declarations] 227 | AutoBuffer<int64, 1> *tmp = new AutoBuffer<int64, 1>(*r.pi); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:255:29: warning: 'int64' is deprecated [-Wdeprecated-declarations] 255 | pi = new AutoBuffer<int64, 1>(*r.pi); | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:308:33: warning: 'int64' is deprecated [-Wdeprecated-declarations] 308 | stream << dictv.get<int64>(i) << ", "; | ^ -
/usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp:309:29: warning: 'int64' is deprecated [-Wdeprecated-declarations] 309 | stream << dictv.get<int64>(i); | ^ -
/usr/local/include/opencv4/opencv2/flann/timer.h:50:5: warning: 'int64' is deprecated [-Wdeprecated-declarations] 50 | int64 startTime; | ^ -
/usr/local/include/opencv4/opencv2/flann/timer.h:81:9: warning: 'int64' is deprecated [-Wdeprecated-declarations] 81 | int64 stopTime = cv::getTickCount(); | ^ -
/usr/local/include/opencv4/opencv2/videoio.hpp:1060:13: warning: 'int64' is deprecated [-Wdeprecated-declarations] 1060 | int64 timeoutNs = 0); | ^