Code Monkey home page Code Monkey logo

apap-image-stitching's People

Contributors

eadcat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

apap-image-stitching's Issues

please Help me !

Hi, it's a nice code.
I am a beginner who is learning image-stitching.
I don't know how to use the code to calculate the RMSE of image1 and image2.
Could you please write it?
Thanks you very much.
image

help !!!

Hi, it's a nice code.
I am a beginner who is learning image-stitching.
I don't know how to use the code to calculate the RMSE of image1 and image2.
Could you please write it?
Thanks you very much.
image

ValueError: Sample larger than population or is negative

Thanks for your work! when I run the code in some samples, it will get the error: 'ValueError: Sample larger than population or is negative'. The last code executed is ‘final_src, final_dst = ransac.thread(src_match, dst_match, self.opt.ransac_max)’. Could you please give me a solution? Thanks you very much.

Questions about warp_local

hello, I have a questions about warp_local

for i in tqdm(range(self.final_height)) if progress else range(self.final_height): m = np.where(i < mesh_h)[0][0] for j in range(self.final_width): n = np.where(j < mesh_w)[0][0] homography = np.linalg.inv(local_homography[m-1, n-1, :]) x, y = j - self.offset_x, i - self.offset_y source_pts = np.array([x, y, 1]) target_pts = self.warp_coordinate_estimate(source_pts, homography) if 0 < target_pts[0] < ori_w and 0 < target_pts[1] < ori_h: warped_img[i, j, :] = ori_img[int(target_pts[1]), int(target_pts[0]), :]

The local_h is obtained by meshing the src, but in the end, it is obtained by reverse warp the mesh of the image of the large canvas, 1. Is this my misunderstanding? 2. Is this reasonable if I understand correctly?

there r something i cannot understand

i am read your excellent code of APAP. but i found the (std_x and std_y) are the same in the red box I painted。could u please tell
me sth about that? thanks

image

question about Decay weights

Hello! Thanks for your work!

 weight = np.exp(-(np.sqrt(dist[:, 0] ** 2 + dist[:, 1] ** 2) * inverse_sigma))

Is there an extra np.sqrt() here?

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.