| Author |
Comment/Response |
Bill Simpson
|
03/03/12 6:12pm
In Response To 'Re: Re: Table / Array doe's not work' --------- When you repeatedly try this
Are you always using exactly the same list of images returned by img[] in exactly the same order?
Is your rotation angle theta always the same?
You might change the line to
Print["Parameters " <> ToString[{row1, row2, p, minpic, maxpic, col1, col2}]];
to include θ and any other relevant information you can think of.
You might insert diagnostic Print[] to give the number of rows and columns present in the result returned from your ImageRotate[].
You might possibly even Show[] the image from img[] and the rotated result and possibly even the extracted row in each iteration of your Table[].
What I'm groping for is some Print[] that will show something that will make it obvious what the error is.
Your being able to see that it seems to be stopping at what looks like a random location when you run this again and again seems like a clue.
URL: , |
|