Comments and Ratings Matching Chandan's Watch List
1-3 of
3
Date
File
Comment by
Comments
Rating
02 Jun 2007
Spot Border Detection
Spot on image ? get border as numeric array and a number of measurements of a spot and a border
Polityko Eduard
The test was 2d-array which contained coordinates of black pixels instead of matrix with pixel intensities (values). 0 or 1 for binary spot for example.
Comment only
22 Mar 2007
Spot Border Detection
Spot on image ? get border as numeric array and a number of measurements of a spot and a border
Rachsuda Jiamthapthaksin
I tried to run your codes to find a set of border points in 2D array. My input is 2D array and I directly called function digis1.m However, it generate this error
>> [x1,y1,varargout]=digis1(z)
??? Attempted to access I1(1,3); index out of bounds because size(I1)=[9,2].
Error in ==> cmssn at 14
while ~I1(x(i),y(i)+ii)
Error in ==> digis1 at 249
cmssn;
where z is 2D array.
Do you have any idea what's wrong with the code or this testing?
Comment only
09 Feb 2007
Spot Border Detection
Spot on image ? get border as numeric array and a number of measurements of a spot and a border
Comment only