Bad normals reconstruction with GeogramC++ - passing references to std::shared_ptr or boost::shared_ptrWhy is “using namespace std;” considered bad practice?Reconstructing 3D locations of corresponding pointsSurface reconstruction from 3D point cloud dealing with unwanted overlapping surface?how to solve the middle block problem(consider edge blocks and leave any block in the middle of row)Image Processing: Algorithm Improvement for 'Coca-Cola Can' Recognition3D surface reconstruction by preserving point positionScene reconstruction under rotation and little camera movementCGAL Scale-Space reconstruction with normals and colorsProjective or Euclidean 3D- Reconstruction?

Why don't Wizards use wrist straps to protect against disarming charms?

Are there objective criteria for classifying consonance v. dissonance?

Meaning of Swimming their horses

How does a simple logistic regression model achieve a 92% classification accuracy on MNIST?

Impossible Scrabble Words

How can I say "I want to" as a short response, omitting the main verb?

How to control the output voltage of a solid state relay

How to create an animated flowchart with LaTeX?

Why does the speed of sound decrease at high altitudes although the air density decreases?

How do certain apps show new notifications when internet access is restricted to them?

Other than good shoes and a stick, what are some ways to preserve your knees on long hikes?

Are space camera sensors usually round, or square?

Ethernet, Wifi and a little human psychology

Does the deductible apply to each doctor's visit separately or are the costs cumulative over the year?

Planar regular languages

Why is the year in this ISO timestamp not 2019?

Permutations in Disguise

Why is this sentence grammatical?

Why is the car dealer insisting on a loan instead of cash?

Unable to find solution to 6 simultaneous equations

Why is my fire extinguisher emptied after one use?

geschafft or geschaffen? which one is past participle of schaffen?

If I want an interpretable model, are there methods other than Linear Regression?

Why does an orbit become hyperbolic when total orbital energy is positive?



Bad normals reconstruction with Geogram


C++ - passing references to std::shared_ptr or boost::shared_ptrWhy is “using namespace std;” considered bad practice?Reconstructing 3D locations of corresponding pointsSurface reconstruction from 3D point cloud dealing with unwanted overlapping surface?how to solve the middle block problem(consider edge blocks and leave any block in the middle of row)Image Processing: Algorithm Improvement for 'Coca-Cola Can' Recognition3D surface reconstruction by preserving point positionScene reconstruction under rotation and little camera movementCGAL Scale-Space reconstruction with normals and colorsProjective or Euclidean 3D- Reconstruction?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm trying to use geogram library http://alice.loria.fr/software/geogram/doc/html/index.html to do a 3d reconstruction and first i'm trying to use the example by running:



vorpalite profile=reconstruct co3ne:Psmooth_iter=2 my_points.ply my_surface.ply



The results i'm getting are good, the only problem is that the normals are always bad.



Even when I pass a pointcloud with normal information, it appears that the algorithm ignores it and ends up with the bad normals again.



Expected normals:



pointcloud with normal information



Reconstruction with geogram:
geogram results










share|improve this question






























    0















    I'm trying to use geogram library http://alice.loria.fr/software/geogram/doc/html/index.html to do a 3d reconstruction and first i'm trying to use the example by running:



    vorpalite profile=reconstruct co3ne:Psmooth_iter=2 my_points.ply my_surface.ply



    The results i'm getting are good, the only problem is that the normals are always bad.



    Even when I pass a pointcloud with normal information, it appears that the algorithm ignores it and ends up with the bad normals again.



    Expected normals:



    pointcloud with normal information



    Reconstruction with geogram:
    geogram results










    share|improve this question


























      0












      0








      0








      I'm trying to use geogram library http://alice.loria.fr/software/geogram/doc/html/index.html to do a 3d reconstruction and first i'm trying to use the example by running:



      vorpalite profile=reconstruct co3ne:Psmooth_iter=2 my_points.ply my_surface.ply



      The results i'm getting are good, the only problem is that the normals are always bad.



      Even when I pass a pointcloud with normal information, it appears that the algorithm ignores it and ends up with the bad normals again.



      Expected normals:



      pointcloud with normal information



      Reconstruction with geogram:
      geogram results










      share|improve this question














      I'm trying to use geogram library http://alice.loria.fr/software/geogram/doc/html/index.html to do a 3d reconstruction and first i'm trying to use the example by running:



      vorpalite profile=reconstruct co3ne:Psmooth_iter=2 my_points.ply my_surface.ply



      The results i'm getting are good, the only problem is that the normals are always bad.



      Even when I pass a pointcloud with normal information, it appears that the algorithm ignores it and ends up with the bad normals again.



      Expected normals:



      pointcloud with normal information



      Reconstruction with geogram:
      geogram results







      c++ computer-vision mesh point-clouds 3d-reconstruction






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 12:04









      uannaffuannaff

      211 silver badge4 bronze badges




      211 silver badge4 bronze badges

























          0






          active

          oldest

          votes










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397203%2fbad-normals-reconstruction-with-geogram%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes




          Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







          Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.




















          draft saved

          draft discarded















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397203%2fbad-normals-reconstruction-with-geogram%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript