Does such a spatial filter exist?
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Image Filtering in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!