C
cybit friendly
Hi
I'm stuck due to lack of knowledge.
Problem: I'm scanning through Array1[1000][1000] to find the closest match
to Array2[50][50] within Array1. At the moment I'm using a method that can
best be described as "brute force"..I'm literally scanning through the
entire Array1 using the entire Array2. The routine quits if a match conforms
to a threshhold cut-off. The problem is: *it's slow!*
Please could someone point me in the right direction? A name of a method or
algorythm that I could implement?
Appreciated!
I'm stuck due to lack of knowledge.
Problem: I'm scanning through Array1[1000][1000] to find the closest match
to Array2[50][50] within Array1. At the moment I'm using a method that can
best be described as "brute force"..I'm literally scanning through the
entire Array1 using the entire Array2. The routine quits if a match conforms
to a threshhold cut-off. The problem is: *it's slow!*
Please could someone point me in the right direction? A name of a method or
algorythm that I could implement?
Appreciated!