Word :   Username :  
 
Bottom
Author
 Thread :

RZML & Automatching

 
n°223
Posted on 06-18-2002 at 07:03:50 AM  answer
 

Hi everyone!
 
   I have what may be an advanced question: What is the call in the RZML that activates automatching?  
 
I am adding images via RZML for which I know the exact x,y, &  z rotation, location and internal camera parameters so they do not require calibration. Automatching only works for images that I actually calibrated via the IM3 interface and not those I added to the project via a text editor, how do I activate this feature via RZML?

n°224
Posted on 06-20-2002 at 09:33:16 AM  answer
 

Hi Greg,
 
When you create your shot <SHOT> and the associated camera <CFRM> in the RZML file, you can force the camera to be in "calibrated" state by setting the cf option    
cf="1"  means the camera is calibrated
cf="0"  means the camera is not yet calibrated
 
Here's an example of a calibrated shot in RZML format:
 
<SHOT i="1" n="Shot 1" ci="1" w="720" h="576" z="100">
 
     <CFRM cf="1" fovx="30.8223" pr="1.06667">
        <T x="-3.5084" y="-1.23447" z="5.70459"/>
        <R x="22.1353" y="-31.6095" z="-6.45591"/>
    </CFRM>
 
    <IPLN img="Masque1.jpg">
.....
 
SHOT>
 
Stef


Go to:
Add a reply