Borrar filtros
Borrar filtros

Vision Problem using symbolic MATLAB toolbox

2 visualizaciones (últimos 30 días)
Ken
Ken el 9 de Abr. de 2022
I am trying to solve a vision problem in robotis deals with epipolar transforms using symbolic tool box of MATLAB. Tried this but get wrong answer.
F = str2sym('F(x, y)');
G = str2sym('G(x, y)');
% write down the formula to compare two image patches via SSD
for x=-2:2
for y=-2:2
e=symsum(symsum((F-G).^2));
end
end

Respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by