function [sim] = getSimCounting(object1, object2) % return the similarity value between object1 and object2 % using counting [AintersectB AnotB BnotA] = featurescomp(object1, object2); sim = simCounting(AintersectB, AnotB, BnotA, 1, 0.5, 0.5);