Subversion Repositories seema-scanner

Rev

Rev 195 | Rev 236 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 195 Rev 207
Line 220... Line 220...
220
    for(int m=1; m<M; m++)
220
    for(int m=1; m<M; m++)
221
        up += upm[m];
221
        up += upm[m];
222
    up /= M;
222
    up /= M;
223
}
223
}
224
 
224
 
225
void AlgorithmPhaseShiftEmbedded::get3DPoints(SMCalibrationParameters calibration, const std::vector<cv::Mat>& frames0, const std::vector<cv::Mat>& frames1, std::vector<cv::Point3f>& Q, std::vector<cv::Vec3b>& color){
225
void AlgorithmPhaseShiftEmbedded::get3DPoints(const SMCalibrationParameters & calibration, const std::vector<cv::Mat>& frames0, const std::vector<cv::Mat>& frames1, std::vector<cv::Point3f>& Q, std::vector<cv::Vec3b>& color){
226
 
226
 
227
    assert(frames0.size() == N);
227
    assert(frames0.size() == N);
228
    assert(frames1.size() == N);
228
    assert(frames1.size() == N);
229
 
229
 
230
    int frameRows = frames0[0].rows;
230
    int frameRows = frames0[0].rows;