Does such a spatial filter exist?
이전 댓글 표시
Are ther any kind of 2d spatial filters that can shift a border in an image. for example, lets imagine we have a 400*400 matrix, with ones in each row and in columns 1 to 30, and with zeros in the rest of the positions. So, visualizing this matrix will give us a white/black border between columns 30 and 31. Are there any kind of spatial filters with a specific frequency response that can move this border to right or left?
I mean a spatial filter, that receives this image( with the border between columns 30-31) and outputs an image with a border between the columns 31-32, which means in the output image, we have ones up to the 31th column (while in the input image it was 30). So the border has moved to right by one column.
Are there any known types of spatial filters with this behaviour? Are there any filters that are capable to shift a border to left or right? or with a similar capability? If so, how can I implement it?
thank you all
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!