Changeset 1390 in 3DVCSoftware for branches/HTM-16.0-MV-draft-5/source/Lib/TAppCommon/TAppComCamPara.h
- Timestamp:
- 13 Nov 2015, 17:00:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-MV-draft-5/source/Lib/TAppCommon/TAppComCamPara.h
r1386 r1390 67 67 Bool m_bCamParsCodedPrecSet; ///< Coded Cam Para precision set for current frame; 68 68 69 #if NH_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; … … 124 121 Bool xGetLeftRightView ( Int iView, std::vector<Int> aiSortedViews, Int& riLeftView, Int& riRightView, Int& riLeftSortedViewIdx, Int& riRightSortedViewIdx ); 125 122 Void xGetPrevAndNextBaseView ( Int iSourceViewNum, Int iTargetViewNum, Int& riPrevBaseViewNum, Int& riNextBaseViewNum ); 126 #if !KWU_RC_MADPRED_E0227127 123 Void xGetZNearZFar ( Int iView, UInt uiFrame, Double& rdZNear, Double& rdZFar ); 128 124 Void xGetGeometryData ( Int dView, UInt uiFrame, Double& rdFocalLength, Double& rdPosition, Double& rdCameraShift, Bool& rbInterpolated ); 129 #endif130 125 Void xSetupBaseViewsFromCoded (); 131 126 Void xSetupBaseViews ( TChar* pchBaseViewNumbers, UInt uiNumBaseViews ); … … 184 179 UInt getCurFrameId () { return m_iCurrentFrameId; } 185 180 static Void convertNumberString ( TChar* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec ); 186 #if NH_3D_REN_MAX_DEV_OUT 187 Double getMaxShiftDeviation () { return m_dMaxShiftDeviation; }; 188 #endif 189 190 #if NH_3D_VSO 191 // SAIT_VSO_EST_A033 192 Void setDispCoeff ( UInt uiStartFrameId, Int iViewIdx ); 193 Double getDispCoeff () { return m_dDispCoeff; } 194 #endif 181 195 182 196 183 // function for getting parameters and parameter arrays … … 217 204 Int** getCodedOffset () { return m_aaiCodedOffset; } 218 205 219 #if KWU_RC_MADPRED_E0227220 Void xGetZNearZFar ( Int iView, UInt uiFrame, Double& rdZNear, Double& rdZFar );221 Void xGetGeometryData ( Int dView, UInt uiFrame, Double& rdFocalLength, Double& rdPosition, Double& rdCameraShift, Bool& rbInterpolated );222 #endif223 206 }; 224 207
Note: See TracChangeset for help on using the changeset viewer.