Changeset 109 for trunk/src/px_XYZ.m


Ignore:
Timestamp:
Oct 4, 2010, 10:39:11 PM (14 years ago)
Author:
sommeria
Message:

merge_proj.m, proj_field.m: bugs repaired merging of images
plot_field.m: minor cleaning
imadoc2struct: introduce the possibility of readying the calibration point coordinates
sub_field.m:bugs repaired
geometry_calib, create_grid: introduction of new calibration methods, improvement of detect_grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/px_XYZ.m

    r92 r109  
     1%'px_XYZ': transform physical to image coordinates.
     2%------------------------------------------------------------------------
     3%[X,Y]=px_XYZ(Calib,Xphys,Yphys,Zphys)
     4%------------------------------------------------------------------------           
     5% OUTPUT:
     6% [X,Y]: image coordinates(in pixels)
     7%------------------------------------------------------------------------
     8% INPUT:
     9% Calib: structure containing calibration parameters
     10% Xphys,Yphys,Zphys; vectors of physical coordinates for a set of points
    111
    212function [X,Y]=px_XYZ(Calib,Xphys,Yphys,Zphys)
Note: See TracChangeset for help on using the changeset viewer.