How do I convert focal length from mm to pixels?
    20 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 convert it to pixels
How do I convert focal length from mm to pixels??
0 Kommentare
Antworten (2)
  bym
      
 am 2 Jul. 2011
        Does the Exif data contain the CCD width information? If so, use: focal length in pixels = (image width in pixels) * (focal length in mm) / (CCD width in mm)
  George Abrahams
      
 am 23 Jan. 2024
        Let F be the focal length in mm,  be the focal length in pixels, and
 be the focal length in pixels, and  be the pixel size in mm.
 be the pixel size in mm.
 be the focal length in pixels, and
 be the focal length in pixels, and  be the pixel size in mm.
 be the pixel size in mm.Then,  and
 and  .
.
 and
 and  .
.The values for  should be available in, or derivable from, the camera's technical specifications.
 should be available in, or derivable from, the camera's technical specifications.
 should be available in, or derivable from, the camera's technical specifications.
 should be available in, or derivable from, the camera's technical specifications.0 Kommentare
Siehe auch
Kategorien
				Mehr zu MATLAB Support Package for USB Webcams finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


