Changeset 296 in 3DVCSoftware for trunk/source/Lib/TAppCommon
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- Location:
- trunk/source/Lib/TAppCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TAppCommon/TAppComCamPara.cpp
r106 r296 89 89 } 90 90 91 92 91 Void 93 92 TAppComCamPara::xCreate2dArray( UInt uiNum1Ids, UInt uiNum2Ids, Int**& raaiArray ) … … 928 927 } 929 928 930 931 929 Void 932 930 TAppComCamPara::xSetShiftParametersAndLUT( UInt uiFrame ) -
trunk/source/Lib/TAppCommon/TAppComCamPara.h
r102 r296 107 107 Int**** m_aiSynthViewShiftLUT; ///< Disparity LUT 108 108 109 110 109 protected: 111 110 // create and delete arrays … … 143 142 Void xSetShiftParametersAndLUT ( UInt uiNumViewDim1, UInt uiNumViewDim2, UInt uiFrame, Bool bExternalReference, Double****& radLUT, Int****& raiLUT, Double***& radShiftParams, Int64***& raiShiftParams ); 144 143 Void xSetShiftParametersAndLUT ( UInt uiFrame ); 145 146 144 147 145 // getting conversion parameters for disparity to virtual depth conversion
Note: See TracChangeset for help on using the changeset viewer.