Changeset 1072 in 3DVCSoftware for branches/HTM-12.1-MV-draft-1/source/Lib/TAppCommon/TAppComCamPara.h
- Timestamp:
- 13 Oct 2014, 16:44:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-MV-draft-1/source/Lib/TAppCommon/TAppComCamPara.h
r655 r1072 67 67 Bool m_bCamParsCodedPrecSet; ///< Coded Cam Para precision set for current frame; 68 68 69 #if H_3D_REN_MAX_DEV_OUT70 Double m_dMaxShiftDeviation; ///< Maximum deviation of shifts with integer precision compare to double precision71 #endif72 69 //SAIT_VSO_EST_A0033 73 70 Double m_dDispCoeff; … … 125 122 Bool xGetLeftRightView ( Int iView, std::vector<Int> aiSortedViews, Int& riLeftView, Int& riRightView, Int& riLeftSortedViewIdx, Int& riRightSortedViewIdx ); 126 123 Void xGetPrevAndNextBaseView ( Int iSourceViewNum, Int iTargetViewNum, Int& riPrevBaseViewNum, Int& riNextBaseViewNum ); 127 #if !KWU_RC_MADPRED_E0227128 124 Void xGetZNearZFar ( Int iView, UInt uiFrame, Double& rdZNear, Double& rdZFar ); 129 125 Void xGetGeometryData ( Int dView, UInt uiFrame, Double& rdFocalLength, Double& rdPosition, Double& rdCameraShift, Bool& rbInterpolated ); 130 #endif131 126 Void xSetupBaseViewsFromCoded (); 132 127 Void xSetupBaseViews ( Char* pchBaseViewNumbers, UInt uiNumBaseViews ); … … 186 181 UInt getCurFrameId () { return m_iCurrentFrameId; } 187 182 static Void convertNumberString ( Char* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec ); 188 #if H_3D_REN_MAX_DEV_OUT 189 Double getMaxShiftDeviation () { return m_dMaxShiftDeviation; }; 190 #endif 191 192 #if H_3D_VSO 193 // SAIT_VSO_EST_A033 194 Void setDispCoeff ( UInt uiStartFrameId, Int iViewIdx ); 195 Double getDispCoeff () { return m_dDispCoeff; } 196 #endif 183 197 184 198 185 // function for getting parameters and parameter arrays … … 220 207 Int** getCodedOffset () { return m_aaiCodedOffset; } 221 208 222 #if KWU_RC_MADPRED_E0227223 Void xGetZNearZFar ( Int iView, UInt uiFrame, Double& rdZNear, Double& rdZFar );224 Void xGetGeometryData ( Int dView, UInt uiFrame, Double& rdFocalLength, Double& rdPosition, Double& rdCameraShift, Bool& rbInterpolated );225 #endif226 209 }; 227 210
Note: See TracChangeset for help on using the changeset viewer.