Open mpkuse opened 7 years ago
Hey mpkuse,
Thanks for your commits, and I would like to integrate it into the code. I give some suggestions before merging:
Best, JiaWang
Sure, I will follow your suggestion and add another commit soon.
Hi mpkuse,
Thanks for your updates!
I have a few suggestions:
Best, Konrad
What do you exactly mean by syntax to match python3?
I will get rid of the commented code. Basically, I added the main in a separate script and class in separate so that in my projects (and for others) can simply copy the class file and follow examples from demo.py file.
GmsRobe is my original work to extend the functionality. I will write a short readme for this.
I think I will need a couple of days to fix this up.
I couldn't run your code because you use print function without parentheses. Please try to run your code with Python3 interpreter and it will tell you if there are any problems.
Take your time with changes, it's not a race :)
When there are a lot of matches it is hard to see the correct matches. So instead of lines, I draw circles and write text (serial number of the match) to the image. Basically, I have edited your DrawInlier().