Re: [Jprogramming] Image Background Removal

2023-02-07 Thread Thomas McGuire
Thanks that was the file I was looking for. I had watched Tracy Harms talk but didn’t see the links to the file, of course when I watched the talk I didn’t know at the time I would need the images. Tom > On Feb 4, 2023, at 10:34 PM, Don Kittle wrote: > > I found pdf slides on InfoQ from a T

Re: [Jprogramming] Image Background Removal

2023-02-04 Thread Don Kittle
I found pdf slides on InfoQ from a Tracy Harms talk. They aren’t super hires but maybe this will help… The images are in a Dropbox folder. Cheers, Don https://www.dropbox.com/scl/fo/ib6uqczneh88ghrjvmwob/h?dl=0&rlkey=w9cctmbs0doa31j19f2qh0oik Test Images dropbox.com > On Feb 3, 2023, at 19:58

Re: [Jprogramming] Image Background Removal

2023-02-04 Thread Thomas McGuire
I may try that if I have time (My daughter volunteered me for this Monday and my talk is half finished). Oleg’s was really nice in that his shadow covered up some writing that gets exposed when you process the picture. So I figured if someone had it lying around it would save time. If no one has

Re: [Jprogramming] Image Background Removal

2023-02-03 Thread Raul Miller
I don't have access to it, but I'd be tempted to try his approach on a freshly generated image with shadows. -- Raul On Fri, Feb 3, 2023 at 7:58 PM Thomas McGuire wrote: > > Oleg Kobenchenko has a short example of removing a shadow from an imaging > using a moving average. > > The code can be