Community Profile

photo

IOANNIS


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to rotate a 2D array (2D image) in 3D space around the x-axis?
Finally!! tform = projective2d([ cosd(TH) 0 0 ; 0 1 0 ; 0 0 cosd(TH) ]); A_rotX = imwarp(A, tform); imshowpair(A, A_rotX, 'mo...

1 year ago | 0

| accepted

Question


How to rotate a 2D array (2D image) in 3D space around the x-axis?
Hi everyone, I have a 2D image ( a 2D array ) and i want to rotate this image in 3D space around the x-axis using an angle a...

1 year ago | 2 answers | 0

2

answers

Question


imfinfo doesnt work in R2022b, it's bugged
Hello! I am using imfinfo to matlab version R2022b and i get this error: Failed to create file modification time character vect...

1 year ago | 1 answer | 0

1

answer