How can I write matlab program of following equation.
1 view (last 30 days)
Show older comments
In attached file formula is present.
0 Comments
Accepted Answer
Image Analyst
on 19 Aug 2016
Try this:
dissim(cx, cy) = sum((vx-vy)./(vx+vy))
1 Comment
Torsten
on 19 Aug 2016
Slight correction:
dissim = sum(abs((vx-vy)./(vx+vy)))
Best wishes
Torsten.
More Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!