59 lines
1.8 KiB
HTML
59 lines
1.8 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>E_CC_RUN</TITLE>
|
|
<META NAME="Generator" CONTENT="KDOC ">
|
|
</HEAD>
|
|
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
|
|
|
|
<table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#FFFFCC" NOSAVE >
|
|
<tr ALIGN=CENTER VALIGN=CENTER NOSAVE>
|
|
<td NOSAVE><font face="Arial,Helvetica"><font size=+2></font></font>
|
|
<br><font face="Arial,Helvetica"><font size=+2>CCS Modul <b>E_CC_RUN</b></font></font>
|
|
<br> </td>
|
|
</tr>
|
|
</table>
|
|
<PRE>
|
|
$Id: e_cc_run.C,v 1.2 2004/06/18 15:01:21 aatef Exp $
|
|
---------------------------------------------------------------------
|
|
Kurzbeschreibung: Berechnet camera_calibration parameter
|
|
---------------------------------------------------------------------
|
|
Projekt: IVS
|
|
Sourcefile: e_cc_run.C
|
|
Autor: RtW2/TEF32-Aatef (08.03.2004)
|
|
Zielsystem: SuSE Linux 8.1
|
|
Sprache: ANSI-C
|
|
---------------------------------------------------------------------
|
|
Prototyp:
|
|
MPI Schnittstelle
|
|
void e_cc_run(shm_stringpointer *zeilen_wert
|
|
,long index1
|
|
,long anzahl)
|
|
|
|
---------------------------------------------------------------------
|
|
Aufruf: im Vectorinterpreter
|
|
|
|
(*funktionen[modulnummer])
|
|
(Ssp_expand_wert
|
|
,p_verwaltung->begin_modulblock
|
|
,p_verwaltung->anzahl_modulparameter);
|
|
|
|
---------------------------------------------------------------------
|
|
Funktionsbeschreibung:
|
|
Aufrufparameter laut Modglobal.
|
|
|
|
< 1> PRUEFSCHRITT
|
|
< 2> POSITION
|
|
< 3> SM_ADDRESS Adresse vom Bild in shardmemory
|
|
< 4> RES_SKEWANGLE
|
|
( 5) RES_ROLLANGLE
|
|
( 6) RES_GIERANGLE
|
|
( 7) RES_DISTANTION
|
|
( 8) RES_RESOLUTION
|
|
( 9) ERRORFLAG
|
|
|
|
Aufgabe des Modules ist es, die camera_calibration Parameter zu berechnen.
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|