Skip to content

Add muliple point cloud registration to OpenGR#51

Open
beautifulv0id wants to merge 19 commits intoSTORM-IRIT:masterfrom
beautifulv0id:gret-sdp
Open

Add muliple point cloud registration to OpenGR#51
beautifulv0id wants to merge 19 commits intoSTORM-IRIT:masterfrom
beautifulv0id:gret-sdp

Conversation

@beautifulv0id
Copy link

@beautifulv0id beautifulv0id commented Jun 3, 2020

  • Add GRET-SDP registration algorithm.
  • Add wrappers for SDP solvers (MOSEK and SDPA).
  • Add test file for GRET-SDP.

@nmellado
Copy link

nmellado commented Feb 2, 2022

Hi @beautifulv0id ,

I know it's been a while, but I try to add your code to OpenGR's master branch.
To finalize this, I miss some data that you were using for testing:
https://github.com/beautifulv0id/OpenGR/blob/bc7e15d321c71ccbabf3482adcf80fb1310e397e/tests/CMakeLists.txt#L93-L97

        add_custom_command(TARGET copy_gret_sdp_data
            POST_BUILD
            COMMAND ${CMAKE_COMMAND} -E make_directory ${GRET_SDP_DATA_DIR_TO}
            COMMAND ${CMAKE_COMMAND} -E copy ${GRET_SDP_DATA_DIR_FROM}/* ${GRET_SDP_DATA_DIR_TO}/.
        )

Do you still have this data somewhere ?

Best

@beautifulv0id
Copy link
Author

beautifulv0id commented Feb 3, 2022 via email

@nmellado
Copy link

nmellado commented Feb 3, 2022

Good to hear back from you.
It is great if you can find the data, but I would also be happy to know how you generate it, do you have specific pieces of code for that ? I can't remember.

@beautifulv0id
Copy link
Author

beautifulv0id commented Feb 3, 2022 via email

@beautifulv0id
Copy link
Author

beautifulv0id commented Feb 3, 2022 via email

beautifulv0id and others added 13 commits November 28, 2023 10:31
Now, AbstractMatchBase (AMB) contains all the generic code, i.e. logger,
options (crtp) and PosMutablePoint. PairwiseMatchBase (PMB) extends AMB
and contains code for pairwise matching algorithms. In the future, a
class that contains all the generic code for multiple point cloud
registration will be added.
Make wrappers available depending on the desired backend
variables are: OpenGR_USE_SDPA and OpenGR_USE_MOSEK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants