From: Ish Khan on 8 Jul 2010 00:27 Hi, How can i find the upper edge of an image? the 1st x and y cordinate? mine is a binary image....
From: Walter Roberson on 8 Jul 2010 00:42 Ish Khan wrote: > Hi, How can i find the upper edge of an image? the 1st x and y > cordinate? mine is a binary image.... FirstRow = find(any(YourImage,2),1); FirstColOfFirstRow = find(YourImage(FirstRow,:),1);
|
Pages: 1 Prev: problem with pdetool itself Next: read data from CSV file problem |