misc: bump opencv to 4.6.0

Change-Id: I35944fe798a7bc44ee8be6c89627048677a2a88c
diff --git a/TensorflowSegmentation/CMakeLists.txt b/TensorflowSegmentation/CMakeLists.txt
index f451bbc..f8c40bc 100644
--- a/TensorflowSegmentation/CMakeLists.txt
+++ b/TensorflowSegmentation/CMakeLists.txt
@@ -120,7 +120,7 @@
                                         ${FFMPEG}/bin
                                         )
 
-target_link_libraries(${ProjectName} PUBLIC swscale avutil libpng opencv_imgcodecs411 opencv_imgproc411 opencv_core411 ${TFLIB} zlib)
+target_link_libraries(${ProjectName} PUBLIC swscale avutil libpng opencv_imgcodecs411 opencv_imgproc460 opencv_core460 ${TFLIB} zlib)
 endif()
 
 if (UNIX)