photo

Amr


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Computer Science Student

Statistik

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to fill empty parts of a projected image?
When i projected a 3D model on a 2D plan (Perspective projection) the result of the projection appeared as the following image. ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change 3 meter to pixel distance ?
I have a 3D object and I need to project it relative to a 2D image, which is captured 3m away with a camera. When I tried to mak...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I convert focal length from mm to pixels?
Hello, I used the Exif data to determine the focal length of an image. and i get it with measure unit (mm) and in need to con...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


"Data dimensions must agree" Error
[code]im = im2double(imread('rice.png')); [X Y]= meshgrid(1:size(im,1),1:size(im,2)); surf(zeros(size(im)),X,Y,im,'EdgeCol...

etwa 13 Jahre vor | 4 Antworten | 0

4

Antworten