Feeds
已解决
Invert a 3D rigid-body transformation
Given an SE(3) matrix representing a rigid-body motion, compute its inverse without using |inv()| or |pinv()| .
7 months 前
提问
I want to code an image stabilizer but when I try to copy an RGB image to a m*n*3 zeros matrix and display it I get a weird result.
My problem is in the "% Corrected image" section, here is my code (I attached the images I'm using): close all; clear all; ...
2 years 前 | 1 个回答 | 0