GithubHelp home page GithubHelp logo

ransac's People

Contributors

sdg002 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

Watchers

 avatar  avatar  avatar  avatar

ransac's Issues

Visual Studio not finding RANSAC.Common module

I normally use Jupyter Notebooks and I am not familiar with Visual Studio code. I imported the code as an existing python VS project. I am having issues with RANSAC.Common not found. I have added this to search path for modules. Any help would be greatly appreciated since this software is exactly what I have looking for to solve a circle fit problem.

from RANSAC.Algorithm import BullockCircleFitting fails

When trying to import BullockCircleFitting class, error pops-up:
TypeError: Parameters to generic types must be types. Got <module 'Common.Point' from '/path_on_my_pc/Common/Point.py'>
It prevents me from trying the code. Any ideas on solving this? Is Point class allowed to be used the way it is called in BullockCircleFitting.py when initializing the BullockCircleFitting class:

class BullockCircleFitting(object):
    """Implements Randy Bullock algorithm for circle fitting"""
    def __init__(self,points:List[Point]):
        self._points=points

How to cite this Github repository

Dear @sdg002, thanks a lot for your great implementation and open source code for the RANSAC circle fitting method. I would like to cite your algorithm in our paper. However, I have no idea how to cite your Github repository. Do you have any suggestion? Thanks a lot a and look forward to your reply.

Best regards,
Binbin

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.