• Mark Harfouche's avatar
    Exported a high level stitcher the DLL · df434298
    Mark Harfouche authored
    allows Stitcher to be used for scans from within python.
    I had to use very strange notation because I couldn't export the `enum`
    `Mode` making the Cpython generated code unable to compile.
    
    ```c++
    class Stitcher {
    public:
    enum Mode
        {
            PANORAMA = 0,
            SCANS = 1,
        };
    ...
    ```
    
    Also removed duplicate code from the `createStitcher` function making
    use of the `Stitcher::create` function
    df434298
Name
Last commit
Last update
..
cuda Loading commit data...
opencl Loading commit data...
autocalib.cpp Loading commit data...
blenders.cpp Loading commit data...
camera.cpp Loading commit data...
exposure_compensate.cpp Loading commit data...
matchers.cpp Loading commit data...
motion_estimators.cpp Loading commit data...
precomp.hpp Loading commit data...
seam_finders.cpp Loading commit data...
stitcher.cpp Loading commit data...
timelapsers.cpp Loading commit data...
util.cpp Loading commit data...
util_log.hpp Loading commit data...
warpers.cpp Loading commit data...
warpers_cuda.cpp Loading commit data...