robustTemplateMatching icon indicating copy to clipboard operation
robustTemplateMatching copied to clipboard

out of index self.NCC

Open wakanawakana opened this issue 5 years ago • 1 comments

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?

wakanawakana avatar Mar 15 '19 06:03 wakanawakana

Fix added in my fork.

Arka161 avatar Dec 12 '21 00:12 Arka161