RE: how to matching with a image

2002-06-11 Thread Lee Goddard
> >You certainly *CAN* do it with Perl. The question is whether you *WANT* to! I bow to your superior syntax! A pleasure, too. lee >--Ala Lee Goddard perl -e "while(1){print rand>0.5?chr 47:chr 92}"

RE: how to matching with a image

2002-06-11 Thread Ala Qumsieh
Lee writes: > At 13:36 11/06/2002, Leon Brocard wrote: > >ken sent the following bits through the ether: > > > > > I have two image, A is a photo, B is a part of A. How can I know > > > where (x,y) is the photo B in Photo A? > > > >If B is an exact partial image of A then look at the images like

Re: how to matching with a image

2002-06-11 Thread Lee Goddard
At 13:36 11/06/2002, Leon Brocard wrote: >ken sent the following bits through the ether: > > > I have two image, A is a photo, B is a part of A. How can I know > > where (x,y) is the photo B in Photo A? > >If B is an exact partial image of A then look at the images like a >string and look for the

Re: how to matching with a image

2002-06-11 Thread Leon Brocard
ken sent the following bits through the ether: > I have two image, A is a photo, B is a part of A. How can I know > where (x,y) is the photo B in Photo A? If B is an exact partial image of A then look at the images like a string and look for the right seqeuences of colours. A more interesting ca

how to matching with a image

2002-06-11 Thread ken
I have two image, A is a photo, B is a part of A, How can I know where (x,y) is the photo B in Photo A?

how to matching with a image

2002-06-11 Thread °·¥J
I have two image, A is a photo, B is a part of A, How can I know where (x,y) is the photo B in Photo A?