At 10:19 AM 11/27/2007, you wrote:
...
Back at my first computer job, where Steve Gray was a mentor, we had a
special purpose computer called a BIP which did this quad counting as a
basic operation. ...
i also used to work with steve and dave. steve replied to a post i
just sent him with:
"
Here are some links I found while reading the Euler numbers thread.
The first one is mentioned by Don and looks very useful for building an
actual algorithm. Its "A Novel Morphological Operator To Calculate Euler
Number" by Zhang and Stoecker.
http://scholarsmine.umr.edu/post_prints/pdf/009302
Dave Dyer wrote:
>> ... and I also found "A Novel
>> Morphological Operator to Calculate Euler Number" by Zhao Zhang, Randy
>> H. Moss and William V. Stoecker. Did you scan that article too?
>>
>
> That one is news to me.
>
The version of that paper I found was also scanned.It's on
>... and I also found "A Novel
>Morphological Operator to Calculate Euler Number" by Zhao Zhang, Randy
>H. Moss and William V. Stoecker. Did you scan that article too?
That one is news to me.
___
computer-go mailing list
computer-go@computer-go.o
Hi Dave,
Yes, I eventually figured out how to do the quad counting on scan
lines. You only need 2 quad patterns when using scan lines of the
image and for small boards you can do almost everything with a single
loop and a lookup table.
Steve Gray's article was helpful to me and I also found
On 27/11/2007, Dave Dyer <[EMAIL PROTECTED]> wrote:
>
> Actually, I'm the main party responsible for propagating this technique
> on the web. The scanned pages were scanned by me. I use this Euler
> technique in my Lines of Action programs, where it is much more directly
> applicable to detecting
Actually, I'm the main party responsible for propagating this technique
on the web. The scanned pages were scanned by me. I use this Euler
technique in my Lines of Action programs, where it is much more directly
applicable to detecting a won position.
Back at my first computer job, where Steve