I need to create a structuring element of size 4×13. What i understood was the structuring element can be something like 3×3, 5×5 or 13×13 for my case. if I am to create 4×13 should it be like 13×13 structuring element should i fill the 4×13 area of it with “1” and the rest zeros? because Aforge.Net would not let me use a 4×13 directly.
Share
I managed to create a method that would automatically fill the indexes for me