Subversion Repositories seema-scanner

Rev

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

Rev 182 Rev 207
Line 131... Line 131...
131
 
131
 
132
    }
132
    }
133
 
133
 
134
}
134
}
135
 
135
 
136
void AlgorithmLineShift::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){
136
void AlgorithmLineShift::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){
137
 
137
 
138
    assert(frames0.size() == N);
138
    assert(frames0.size() == N);
139
    assert(frames1.size() == N);
139
    assert(frames1.size() == N);
140
 
140
 
141
    int frameRows = frames0[0].rows;
141
    int frameRows = frames0[0].rows;