Coder Social home page Coder Social logo

sdrsac's People

Contributors

intellhave 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  avatar  avatar  avatar  avatar  avatar  avatar

sdrsac's Issues

problem in SDRSAC.m, when run the demo, "Error using + Matrix dimensions must agree."

I check the SDRSAC.m file, and fond that maybe some problems when execute the plotPointClouds.m function. In your program, " plotPointClouds(B, bestRM + bestT, 'b.','r.')" , the dimensions of "bestRM" is (3,4500), while "bestT" is (3,1). And can't sum directly, I changed this part as follows:
[row, col] = size(M);
bestTrl = repmat(bestT, 1, col);
plotPointClouds(B, bestR*M + bestTrl, 'b.','r.')
and works well!

Alternative Implementation

Has someone already implemented this method using C++, Python or something like that and should share the code?

Thanks.

Test my own point cloud data

Ho,how to test my own point cloud data?Just provide source and target point cloud, then the program give me the transform.How to do?Thanks

How to adjust parameters to reduce running time?

Dear author, thank you very much for opening your code. I have some questions about your paper's experiment, the time consumption of the algorithm is very low, but I use my own data set program is very time-consuming, and it takes about 380s to complete a matching, IT‘s much higher than yours. Although I reduced the number of iterations and increased the minimum error to 0.05, it still needs about 180s on the premise of ensuring the correct matching.So may i ask you is there any way to speed up the operation?

hello~

Do you have a WeChat or email? haha

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.