Giter Club home page Giter Club logo

Comments (1)

latsic avatar latsic commented on July 18, 2024 4

Hi! Don't know if this helps, but here's a list on how the opencv version here is different from the unchanged opencv Repo.

  1. Custom stitching/matching code, which is not included in opencv, is all located here.
    https://github.com/latsic/imgalign/tree/master/opencv_src/modules/features2d/src/img_align

  2. Interfaces for the additional code added to this file:
    https://github.com/latsic/imgalign/blob/master/opencv_src/modules/features2d/include/opencv2/features2d.

  3. Manually moved SIFT/SURF from the opencv_contrib repo over to main opencv repo, made also some namespace adjustments I think.
    Look for Sift/Surf files in here: https://github.com/latsic/imgalign/tree/master/opencv_src/modules/features2d/src

  4. Bindings for additional code in opencv so the functions can be called from JS. Commented out stuff I didn't need here as well.
    https://github.com/latsic/imgalign/blob/master/opencv_src/modules/js/src/embindgen.py

  5. See also following commit to see what modifications in various build files I made. Mostly to get a smaller wasm output file.
    d0e702e#diff-91f930bf90f29e1bd8d7c0f1d7d83fa2

and I used EMSDK 1.38.19. Have never used Docker to build this Repo.

Let me know if I can be of more help.

from imgalign.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.