Subversion Repositories seema-scanner

Rev

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

Rev 68 Rev 69
Line 214... Line 214...
214
//    cv::imwrite("frames0Rect[0].png", frames0Rect[0]);
214
//    cv::imwrite("frames0Rect[0].png", frames0Rect[0]);
215
 
215
 
216
//    cv::imwrite("frames1[0].png", frames1[0]);
216
//    cv::imwrite("frames1[0].png", frames1[0]);
217
//    cv::imwrite("frames1Rect[0].png", frames1Rect[0]);
217
//    cv::imwrite("frames1Rect[0].png", frames1Rect[0]);
218
 
218
 
219
//    cv::imwrite("frames0Rect[N-1].png", frames0Rect[N-1]);
-
 
220
 
219
 
221
    // color remaps
220
    // color remaps
222
    cv::Mat color0Rect, color1Rect;
221
    cv::Mat color0Rect, color1Rect;
223
    cv::remap(frames0[0], color0Rect, map0X, map0Y, CV_INTER_CUBIC);
222
    cv::remap(frames0[0], color0Rect, map0X, map0Y, CV_INTER_CUBIC);
224
    cv::remap(frames1[0], color1Rect, map1X, map1Y, CV_INTER_CUBIC);
223
    cv::remap(frames1[0], color1Rect, map1X, map1Y, CV_INTER_CUBIC);