How can I write matlab program of following equation.
1 次查看(过去 30 天)
显示 更早的评论
In attached file formula is present.
0 个评论
采纳的回答
Image Analyst
2016-8-19
Try this:
dissim(cx, cy) = sum((vx-vy)./(vx+vy))
1 个评论
Torsten
2016-8-19
Slight correction:
dissim = sum(abs((vx-vy)./(vx+vy)))
Best wishes
Torsten.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!