-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normal vector estimation based on plane-probing approaches #1547
Normal vector estimation based on plane-probing approaches #1547
Commits on Feb 3, 2021
-
Add DigitalPlanePredicate class
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for a8b456a - Browse repository at this point
Copy the full SHA a8b456aView commit details -
DigitalPlanePredicate is a model of CPointPredicate and add a test
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bd1340 - Browse repository at this point
Copy the full SHA 0bd1340View commit details -
Fix doc of ParallelStrip (replace \dot by \cdot)
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 16e06d6 - Browse repository at this point
Copy the full SHA 16e06d6View commit details -
Add utility types and functions for plane probing estimators
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for ba49d59 - Browse repository at this point
Copy the full SHA ba49d59View commit details -
Add PlaneProbingNeighborhood and its subclass PlaneProbingHNeighborhood
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for b022226 - Browse repository at this point
Copy the full SHA b022226View commit details -
Add PlaneProbingTetrahedronEstimator and an example program
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for fd877ed - Browse repository at this point
Copy the full SHA fd877edView commit details -
Jocelyn MEYRON authored and Jocelyn MEYRON committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for b0754e0 - Browse repository at this point
Copy the full SHA b0754e0View commit details -
Add PlaneProbingR1Neighborhood
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 4c3699e - Browse repository at this point
Copy the full SHA 4c3699eView commit details -
Remove useless types and functions from DGtal::detail namespace
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for a3f7770 - Browse repository at this point
Copy the full SHA a3f7770View commit details -
Replace ProbingNeighborhood::compute by ProbingNeighborhood::hexagonS…
…tate
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 45d8292 - Browse repository at this point
Copy the full SHA 45d8292View commit details -
Fix mistake in PlaneProbingTetrahedronEstimator::compute
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a7fc0c - Browse repository at this point
Copy the full SHA 0a7fc0cView commit details -
Fix functions that didn't use correct Integer type, add testPlaneProb…
…ingTetrahedronEstimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a5af14 - Browse repository at this point
Copy the full SHA 5a5af14View commit details -
Jocelyn MEYRON authored and Jocelyn MEYRON committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for b254d0f - Browse repository at this point
Copy the full SHA b254d0fView commit details -
Add PlaneProbingParallelepipedEstimator::translateQ
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 2f72854 - Browse repository at this point
Copy the full SHA 2f72854View commit details -
Add PlaneProbingParallelepipedEstimator adapter
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 1f7a39b - Browse repository at this point
Copy the full SHA 1f7a39bView commit details -
Also test BigInteger in testPlaneProbingTetrahedronEstimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 549176b - Browse repository at this point
Copy the full SHA 549176bView commit details -
Add a test for ParallelepipedEstimator and a specialized class of Tet…
…rahedronEstimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 673d382 - Browse repository at this point
Copy the full SHA 673d382View commit details -
Put the implementation of NotAbovePredicate in the ih file
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for ecd50ce - Browse repository at this point
Copy the full SHA ecd50ceView commit details -
Forgot to add the testPlaneProbingParallelepipedEstimator file, remov…
…e incorrect file
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for c14f47d - Browse repository at this point
Copy the full SHA c14f47dView commit details -
Skeleton of some documentation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for b9cccb8 - Browse repository at this point
Copy the full SHA b9cccb8View commit details -
Fix mistake in testPlaneProbingParallelepipedEstimator that used unsi…
…gned int instead of int
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 07ec855 - Browse repository at this point
Copy the full SHA 07ec855View commit details -
Some cleanup and simplify the parallelepiped adapter
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d14625 - Browse repository at this point
Copy the full SHA 3d14625View commit details -
Merge Operation and UpdateOperation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 7e33e4f - Browse repository at this point
Copy the full SHA 7e33e4fView commit details -
Clean up in tests, fix sign error in PlaneProbingNeighborhood::getOpe…
…ration
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 12e6cc6 - Browse repository at this point
Copy the full SHA 12e6cc6View commit details -
PlaneProbingTetrahedronEstimator::advance returns (bool, UpdateOperat…
…ion)
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 8951196 - Browse repository at this point
Copy the full SHA 8951196View commit details -
Add operation decomposition in PlaneProbingParallelepipedEstimator, a…
…lso test PR1 version
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 5bb6ab7 - Browse repository at this point
Copy the full SHA 5bb6ab7View commit details -
Add DigitalSurfacePredicate class
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for eeeed1c - Browse repository at this point
Copy the full SHA eeeed1cView commit details -
Add PlaneProbingDigitalSurfaceLocalEstimator class
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 02cc1db - Browse repository at this point
Copy the full SHA 02cc1dbView commit details -
Fix missing include in DigitalSurface2DSlice
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 3885e7a - Browse repository at this point
Copy the full SHA 3885e7aView commit details -
Add MaximalSegmentSliceEstimation
It is an other way of estimating normals without any parameters, using slices and maximal segment extraction.
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for bee56f3 - Browse repository at this point
Copy the full SHA bee56f3View commit details -
If no pre-estimation is given in the estimator, do one using MaximalS…
…egmentSliceEstimation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for c38eb88 - Browse repository at this point
Copy the full SHA c38eb88View commit details -
Add inline qualifiers and clean up
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for d10dea0 - Browse repository at this point
Copy the full SHA d10dea0View commit details -
Make the examples and tests C++11 compatible
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for f8d47dd - Browse repository at this point
Copy the full SHA f8d47ddView commit details -
Some updates (better hashmap, better example)
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for cff67a7 - Browse repository at this point
Copy the full SHA cff67a7View commit details -
Add a template file for the documentation of the plane-probing module
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 6272ba7 - Browse repository at this point
Copy the full SHA 6272ba7View commit details -
fix decompostion and add translateIf function
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 24a7f7f - Browse repository at this point
Copy the full SHA 24a7f7fView commit details -
Remove flatDirections in the quantity returned by MaximalSegmentSlice…
…Estimation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for c2014a5 - Browse repository at this point
Copy the full SHA c2014a5View commit details -
Add more constructors to PlaneProbingDigitalSurfaceLocalEstimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 469b842 - Browse repository at this point
Copy the full SHA 469b842View commit details -
Fix "isNeighbor" usage to handle normal vectors with zero components …
…in PlaneProbingDigitalSurfaceLocalEstimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a074f8 - Browse repository at this point
Copy the full SHA 6a074f8View commit details -
We avoid returning a null vector in MaximalSegmentSliceEstimation::eval
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 9ff4d05 - Browse repository at this point
Copy the full SHA 9ff4d05View commit details -
Move PlaneProbingEstimatorCommon to geometry/helpers
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 533112a - Browse repository at this point
Copy the full SHA 533112aView commit details -
Simplify the tests and an example
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 9910f0b - Browse repository at this point
Copy the full SHA 9910f0bView commit details -
Jocelyn MEYRON authored and Jocelyn MEYRON committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for d72a050 - Browse repository at this point
Copy the full SHA d72a050View commit details -
Simplify ProbingRay::getRelPt and getAbsPt
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for a4574ea - Browse repository at this point
Copy the full SHA a4574eaView commit details -
Do a geometrical decomposition in PlaneProbingParallelepipedEstimator…
…::advance
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for baf101e - Browse repository at this point
Copy the full SHA baf101eView commit details -
Remove useless PlaneProbingTetrahedronEstimatorParallelepiped class
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for f914fb5 - Browse repository at this point
Copy the full SHA f914fb5View commit details -
Make the probing algorithms more similar, continue the documentation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for ad32912 - Browse repository at this point
Copy the full SHA ad32912View commit details -
Move the implementation of functions from PlaneProbingEstimatorHelper…
… to the ih file
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for c1e1149 - Browse repository at this point
Copy the full SHA c1e1149View commit details -
Template for the documentation of estimation using maximal segments a…
…nd slices
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 6ee876f - Browse repository at this point
Copy the full SHA 6ee876fView commit details -
Continue the documentation of the classes
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 73c22ea - Browse repository at this point
Copy the full SHA 73c22eaView commit details -
Add some images in the user documentation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 668dbed - Browse repository at this point
Copy the full SHA 668dbedView commit details -
Continue the documentation and fix some TODOs
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for f2f1302 - Browse repository at this point
Copy the full SHA f2f1302View commit details -
Add ArithmeticalDSSComputerOnSurfels
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for cb68af4 - Browse repository at this point
Copy the full SHA cb68af4View commit details -
ArithmeticalDSSComputerOnSurfels: use two surfels for the front and b…
…ack directions
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 43deb5b - Browse repository at this point
Copy the full SHA 43deb5bView commit details -
Use ArithmeticalDSSComputerOnSurfels in MaximalSegmentSliceEstimation
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 84c817d - Browse repository at this point
Copy the full SHA 84c817dView commit details -
Move testArithmeticalDSSComputerOnSurfels in geometry/surfaces
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e3d043 - Browse repository at this point
Copy the full SHA 1e3d043View commit details -
Check for separability in the parallelepiped estimator, continue the doc
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 63bb820 - Browse repository at this point
Copy the full SHA 63bb820View commit details -
Move ArithmeticalDSSComputerOnSurfels to geometry/surfaces and fix cl…
…ang error
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 001b4d0 - Browse repository at this point
Copy the full SHA 001b4d0View commit details -
ArithmeticalDSSComputerOnSurfels: replace const reference by a pointe…
…r, correctly implement some methods
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 48b66bc - Browse repository at this point
Copy the full SHA 48b66bcView commit details -
Jocelyn MEYRON authored and Jocelyn MEYRON committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for fcf4f98 - Browse repository at this point
Copy the full SHA fcf4f98View commit details -
Fix some TODOs in ArithmeticalDSSComputerOnSurfels and improve the co…
…rresponding test
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 1722848 - Browse repository at this point
Copy the full SHA 1722848View commit details -
Fix include in MaximalSegmentSliceEstimation header
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for dd5f985 - Browse repository at this point
Copy the full SHA dd5f985View commit details -
Jocelyn MEYRON authored and Jocelyn MEYRON committed
Feb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for ddf0dc3 - Browse repository at this point
Copy the full SHA ddf0dc3View commit details -
User documentation for the maximal segment based estimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 1caac71 - Browse repository at this point
Copy the full SHA 1caac71View commit details
Commits on Feb 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 025c431 - Browse repository at this point
Copy the full SHA 025c431View commit details
Commits on Feb 9, 2021
-
Fix TODO in PlaneProbingTetrahedronEstimator
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 308d614 - Browse repository at this point
Copy the full SHA 308d614View commit details -
Merge branch 'PlaneProbingEstimators' of github.com:nyorem/DGtal into…
… PlaneProbingEstimators
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 9950ab8 - Browse repository at this point
Copy the full SHA 9950ab8View commit details
Commits on Feb 12, 2021
-
Fix order of initial points in ArithmeticalDSSComputerOnSurfels::init
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 9aca397 - Browse repository at this point
Copy the full SHA 9aca397View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fa6711 - Browse repository at this point
Copy the full SHA 1fa6711View commit details
Commits on Feb 16, 2021
-
Fix some typos in the documentations
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for fe7ecd9 - Browse repository at this point
Copy the full SHA fe7ecd9View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3e2a24f - Browse repository at this point
Copy the full SHA 3e2a24fView commit details
Commits on Feb 22, 2021
-
Jocelyn MEYRON authored and Jocelyn MEYRON committed
Feb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 646bbe7 - Browse repository at this point
Copy the full SHA 646bbe7View commit details -
Merge branch 'PlaneProbingEstimators' of github.com:nyorem/DGtal into…
… PlaneProbingEstimators
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for c8d818d - Browse repository at this point
Copy the full SHA c8d818dView commit details
Commits on Feb 23, 2021
-
Last changes according to reviews (mostly renaming)
Jocelyn MEYRON authored and Jocelyn MEYRON committedFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 6ef56e8 - Browse repository at this point
Copy the full SHA 6ef56e8View commit details