Implementation of Llyod's kmeans clustering algorithm#1476
Closed
pmoulon wants to merge 5 commits intoopenMVG:developfrom
Closed
Implementation of Llyod's kmeans clustering algorithm#1476pmoulon wants to merge 5 commits intoopenMVG:developfrom
pmoulon wants to merge 5 commits intoopenMVG:developfrom
Conversation
- take @pmoulon remarks into account
- Add full unit test on kmeans
pmoulon
added a commit
that referenced
this pull request
Feb 11, 2019
- Style ` ;` -> `;`, ` ,` -> `,` - use Eigen::Constant for vector initialization
pmoulon
added a commit
that referenced
this pull request
Feb 11, 2019
Member
Author
|
Pushed in https://github.com/openMVG/openMVG/tree/rperrot-kmeans for further investigation |
pmoulon
added a commit
that referenced
this pull request
Feb 12, 2019
pmoulon
added a commit
that referenced
this pull request
Mar 6, 2019
- Factorize code in kmeans_test - Remove kmeans_traits dependency to openMVG/matching - Update kmeans.hpp: - use a typed enum for KMeansInitType - fix some typo - add some more parallelism, and fix a shared variable - Use a fix seed to ensure more repeatability
pmoulon
added a commit
that referenced
this pull request
Mar 7, 2019
- Fix for Visual Studio (error C3016: 'X': index variable in OpenMP 'for' statement must have signed integral type)
pmoulon
added a commit
that referenced
this pull request
Mar 8, 2019
- Add KMeansVectorDataTrait<Eigen::Matrix<T, N, 1>> to replace Vec2, Vec3, Vec4, Vec2f, Vec3f specialization. - Use more c++11 (using rather than typedef) - Use Eigen::Map to enable more SIMD vectorization in ::accumulate and ::divide
pmoulon
added a commit
that referenced
this pull request
Mar 13, 2019
- Fix a template specialization (GCC was complaining) Thx to @rperrot - Fix a cosmetic alignment issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.