This website requires JavaScript.
Explore
Help
Sign In
sarsoo
/
visual-search
Watch
1
Star
0
Fork
0
You've already forked visual-search
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5155601d59
visual-search
/
distance
/
compareL1.m
7 lines
67 B
Mathematica
Raw
Normal View
History
Unescape
Escape
added edge extraction, added spatial colour texture descriptor
2019-11-09 13:03:08 +00:00
function
dst
=
compareL1
(
F1
,
F2
)
working mahalanobis
2019-11-30 17:56:27 +00:00
x
=
abs
(
F1
-
F2
)
;
added edge extraction, added spatial colour texture descriptor
2019-11-09 13:03:08 +00:00
dst
=
sum
(
x
)
;
return
;
Reference in New Issue
Copy Permalink