GithubHelp home page GithubHelp logo

Comments (7)

scottcali avatar scottcali commented on September 6, 2024

Can't stitch images, error code = 1

from fish-eye-image-correction-code.

scottcali avatar scottcali commented on September 6, 2024

It looks like how to find CircleParameter is the key that can stich those images.

from fish-eye-image-correction-code.

scottcali avatar scottcali commented on September 6, 2024

To stitch the images in ImagesForTest /9, if I use the orginal size, the width stitched image = 35708 which is more than SHRT_MAX=2^(31)=32768, that fails: opencv 4.9.0 file - modules/imgproc/src/imwarp line 1744
CV_Assert( dst.cols < SHRT_MAX && dst.rows < SHRT_MAX && src.cols < SHRT_MAX && src.rows < SHRT_MAX );

Later if I resize the images in ImagesForTest /9 to 80% of original size, I got the same error "Can't stitch images, error code = 1"

I can stitch the images in ImagesForTest /1, which are smaller.

from fish-eye-image-correction-code.

scottcali avatar scottcali commented on September 6, 2024

Later if I resize the images in ImagesForTest /9 to 50% of original size, it works. But the results is not looking right ...

from fish-eye-image-correction-code.

scottcali avatar scottcali commented on September 6, 2024

corrected0
corrected1
corrected2
corrected3
panorama

from fish-eye-image-correction-code.

scottcali avatar scottcali commented on September 6, 2024

Use these pamameters to stitch the images in ImagesForTest /9
N_slider_value = 5; thresholdValue_slider_value = 24;

from fish-eye-image-correction-code.

scottcali avatar scottcali commented on September 6, 2024

Use these pamameters to stitch the images in ImagesForTest /8 with 50% resize:
N_slider_value = 15; thresholdValue_slider_value = 6;

Failed:

corrected0
corrected1
corrected2
corrected3

from fish-eye-image-correction-code.

Related Issues (12)

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.