• 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
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...