Jump to content
opiumhautopium1

fingerprint with TPointArray how to do?

Recommended Posts

i need a little help

what i want to do is find with FindColorsTolerance find a special color and x times

done and work

then to store that in a tpoint array called FindAttacerAtAgxAgy

ok done and work

 

now i can find attackers thats great and work very good (thx forum^^)

 

i have a output

IntToStr(Length(FindAttacerAtAgxAgy))

TPAToStr(FindAttacerAtAgxAgy))

done and work

 

Now I would like to compare FindAttacerAtAgxAgy

with a given t point array

like if FindAttacerAtAgxAgy = Shipxy then writeln('Shipxyfound');

 

( i want to make more than 100 may be 200 fingerprints (shipxy1 to 200)

 

my problem is how to "store" the tpoint array (shipxy) to compare it later in script

like ??? shipxy1:=[(100,101),(102,105)];????

 

thx a lot

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...