Subversion Repositories seema-scanner

Rev

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

Rev 236 Rev 242
Line 58... Line 58...
58
    assert(frameSequence.frames0.size() == algorithm->getNPatterns());
58
    assert(frameSequence.frames0.size() == algorithm->getNPatterns());
59
    assert(frameSequence.frames1.size() == algorithm->getNPatterns());
59
    assert(frameSequence.frames1.size() == algorithm->getNPatterns());
60
 
60
 
61
    // Print OpenCV build information
61
    // Print OpenCV build information
62
    cv::setUseOptimized(true);
62
    cv::setUseOptimized(true);
63
    std::cout << cv::getBuildInformation();
63
    //std::cout << cv::getBuildInformation();
64
 
64
 
65
    time.start();
65
    time.start();
66
 
66
 
67
    // Get 3D Points
67
    // Get 3D Points
68
    std::vector<cv::Point3f> Q;
68
    std::vector<cv::Point3f> Q;