Nicolas Mellado
Nicolas Mellado
Thanks for the report. Indeed this is not expected. Could you please post here information regarding your compiler (name, version), compilation option (if any) and compilation mode (debug, release), operating...
Ok thanks, I'll look at it asap.
Hello @maximecharriere , This is very interesting question and experiment that you made. I am suspecting our sampling algorithm to be the cause of many of the wrong results we...
Dear @guodong188 , Did you build OpenGR yourself, or did you use a precompiled release ?
Hi, Just to let you know that I restarted to work on this project, on the OpenGR side. Hopefully we may have a proposal in the upcoming weeks.
Thanks for this very nice proposal. I suggest to add the detection of duplicated classes in the hierarchy. My suggestion is to add the check in the declaration macro: the...
Another question: could you demonstrate the use of the conditional capabilities usage ? (maybe a test of the macro `IS_PROVIDED`)
> > Thanks for this very nice proposal. I suggest to add the detection of duplicated classes in the hierarchy. My suggestion is to add the check in the declaration...
Todo: - [ ] refactor template typenames as classes - [ ] export default diff type for all classes - [ ] update examples and documentation
Hi @1939938853 , Ponca provides projection operators, that can move each 3d point onto the smoothed MLS surface. You have an example in poncascope: https://github.com/poncateam/poncascope/blob/4c121c4c5bddfbb28b65005e97a72998ab71fd70/src/main.cpp#L99 Tell me if it is...