Replace elements in binary matrix
이전 댓글 표시
I have a binary image and want to replace all the zeroes with 1s and all the 1s with zeroes. ( so that the binary image is totally opposite to original image). How can i do that?
채택된 답변
추가 답변 (1개)
Walter Roberson
2019년 6월 29일
B_ = imcomplement(B);
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!