how to calculate euclidean distance in python opencv
hey guys, i am trying to calculate the euclidean distance, but it is not giving me the proper values. i have no idea, whether the problem is with my code or the IDE i'm using. I use enthought canopy with python and opencv.
Code:
from collections import *
from CBIR import *
from experiment import *
from scipy.spatial import distance
result_list = list()
i = 0
a_list = list()