robustTemplateMatching
robustTemplateMatching copied to clipboard
out of index self.NCC
FeatureExtractor.py
Index over depending on the result It fails calculation according to this. ex. i_star=0
for max_index in max_indices: i_star, j_star = max_index NCC_part = self.NCC[i_star-1,0:i_star+2, j_star-2,0:j_star+2]
how to fix?
Fix added in my fork.