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()| .
11개월 전
질문
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; ...
거의 3년 전 | 답변 수: 1 | 0


