Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マスクに従って、Mat の特定のピクセルを別の Mat のピクセルと等しくなるように設定したいと考えています。 この matlab コードに似ています。
A(mask==1) = B(mask==1)
OpenCVでどのように行うのですか?
コメント - OpenCV 2.4.3 を使用