Subversion Repositories seema-scanner

Rev

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

Rev 225 Rev 229
Line 56... Line 56...
56
    }
56
    }
57
 
57
 
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
-
 
62
    cv::setUseOptimized(true);
-
 
63
    std::cout << cv::getBuildInformation();
-
 
64
 
61
    time.start();
65
    time.start();
62
 
66
 
63
    // Get 3D Points
67
    // Get 3D Points
64
    std::vector<cv::Point3f> Q;
68
    std::vector<cv::Point3f> Q;
65
    std::vector<cv::Vec3b> color;
69
    std::vector<cv::Vec3b> color;