Specific Application of a GUI using Guide
I'm working with an image processing algorithm that is quite extensive and needs a lot of iteration to properly segment a variet...
12년 초과 전 | 답변 수: 1 | 0
1
답변
질문
Correcting a Non-Uniform Background
I created a sample image by doing the following:
%% Create a Sample Image
for i = 1:501
x(i,:) = linspace(0,.5,501);
...
12년 초과 전 | 답변 수: 4 | 1
4
답변
질문
Reshaping Blobs in a Binary
When processing an image with low contrast, I inevitably will distort some of the shapes when I threshold the grayscale image an...