Skip to content

Conversation

@cutullic
Copy link
Contributor

…ta structure to AKAZE by default

@cutullic cutullic requested a review from jim-bcom August 26, 2025 15:21
///
PointCloud() { m_id = 0; };
///
PointCloud() { m_id = 0; m_descriptorType = DescriptorType::AKAZE; };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: use member initializer, and remove those (source)

    SolAR::datastructure::DescriptorType  m_descriptorType{DescriptorType::AKAZE};
    uint32_t m_id{0};

@cutullic cutullic merged commit c236b8c into master Aug 27, 2025
@cutullic cutullic deleted the fix/issue75213 branch August 27, 2025 15:05
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.

3 participants