Question


How can I automatically distort (transform) a binary image to match a similar one?
*Larger context:* I am attempting to automatically extract inflection points from a river centerline, i.e. points where the c...

9 years ago | 2 answers | 0

2

answers

Answered
How do I write a script that keeps asking the user to enter a number until the sum of the numbers they have entered is bigger than 10?
Not sure why you have the k variable...see if this does what you want: Total = 0; while (Total<10); Total = Total +...

9 years ago | 0

| accepted

Question


How can I automatically extract banklines from a binary image of a meandering river?
Hi, I am new to image processing and have an interesting problem that I'm hoping to get guidance on before I wander aimlessly th...

9 years ago | 1 answer | 2

1

answer

Question


How can I (quickly) buffer a river centerline with constant width to compute banks?
I am developing a meandering river model. At each time step, centerline nodes are adjusted by a dx and dy value and the river mo...

11 years ago | 2 answers | 0

2

answers