Community Profile

photo

Amr


Active since 2011

Followers: 0   Following: 0

Message

Computer Science Student

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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. ...

13 years ago | 1 answer | 0

1

answer

Question


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...

13 years ago | 0 answers | 0

0

answers

Question


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...

13 years ago | 2 answers | 0

2

answers

Question


"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...

13 years ago | 4 answers | 0

4

answers