<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Incomplete Real View for structured RCP created by Recap SDK in ReCap SDK Forum</title>
    <link>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10223655#M113</link>
    <description>&lt;P&gt;Do you get the same result if you use the e57 CCK provided in the ReCap SDK?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The difference of ReCap import and ReCap SDK import is that:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* ReCap will update the structured scan resolution to make sure the spherical realview is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* For ProjectImportSession, it will take the scan resolution information set in StructuredScanMeta for the range image computation. If the set scan resolution is slightly bigger than the actual scan resolution, it may cause this kind of seam effect as shown in your post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can try to do some improvement for ReCap SDK to improve the spherical Realview generated by ReCap SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Yan&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 00:43:53 GMT</pubDate>
    <dc:creator>yan.fu</dc:creator>
    <dc:date>2021-04-09T00:43:53Z</dc:date>
    <item>
      <title>Incomplete Real View for structured RCP created by Recap SDK</title>
      <link>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10221967#M112</link>
      <description>&lt;P&gt;&lt;EM&gt;Sum-up:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I create a structured RCP with Recap SDK, there are many missing pixels in the Real View seen in Recap application, whereas if I create a RCP with Recap application from exactly the same data, the Real View is fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Detailed protocol:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From data in memory, I write an E57 file. Then, from this E57 file, with Recap application, I create a RCP. This is what I call the RCP created by Recap application.&lt;/LI&gt;&lt;LI&gt;From the same data in memory, I create a structured RCP with Recap SDK, with the following parameters:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;RCSharedPtr&amp;lt;RCProjectImportSession&amp;gt; import_session = RCProjectImportSession::init(filename, RCFileMode::New, error_code);

RCScanMetadata scan_metadata;
scan_metadata.isStructured = true;
scan_metadata.structuredScanMetadata = ...

RCScanImportOptions import_options;
import_options.pointDistanceInMM = 0;
import_options.noiseFilterLevel = RCNoiseFilterLevel::None;  // Minimal gives the same result
import_options.updateCacheFiles = false;

import_session-&amp;gt;addScan(scan_metadata, import_options);​&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Detailed results:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;(Table with images doesn't seem to behave correctly.)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;First image: 3D View. Second Image: Real View.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E57 file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lamorlette_0-1617888820671.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903849i16F62D49E791B24A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lamorlette_0-1617888820671.png" alt="lamorlette_0-1617888820671.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lamorlette_1-1617888980977.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903856iBD99D8974C19D853/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lamorlette_1-1617888980977.png" alt="lamorlette_1-1617888980977.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RCP created by Recap application:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lamorlette_2-1617889317619.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903858iFB6A6119E4DA82D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lamorlette_2-1617889317619.png" alt="lamorlette_2-1617889317619.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lamorlette_3-1617889530167.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903865iD4D627C88C8E0815/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lamorlette_3-1617889530167.png" alt="lamorlette_3-1617889530167.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RCP created by Recap SDK:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lamorlette_4-1617889881576.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903870i6F1B5ABE98B91756/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lamorlette_4-1617889881576.png" alt="lamorlette_4-1617889881576.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lamorlette_5-1617889985619.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903871iF24A6697073713C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lamorlette_5-1617889985619.png" alt="lamorlette_5-1617889985619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How can I get a correct (without missing pixels) Real View (2D panoramic image) for the structured RCP created with Recap SDK?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 13:54:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10221967#M112</guid>
      <dc:creator>lamorlette</dc:creator>
      <dc:date>2021-04-08T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incomplete Real View for structured RCP created by Recap SDK</title>
      <link>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10223655#M113</link>
      <description>&lt;P&gt;Do you get the same result if you use the e57 CCK provided in the ReCap SDK?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The difference of ReCap import and ReCap SDK import is that:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* ReCap will update the structured scan resolution to make sure the spherical realview is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* For ProjectImportSession, it will take the scan resolution information set in StructuredScanMeta for the range image computation. If the set scan resolution is slightly bigger than the actual scan resolution, it may cause this kind of seam effect as shown in your post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can try to do some improvement for ReCap SDK to improve the spherical Realview generated by ReCap SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Yan&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 00:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10223655#M113</guid>
      <dc:creator>yan.fu</dc:creator>
      <dc:date>2021-04-09T00:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incomplete Real View for structured RCP created by Recap SDK</title>
      <link>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10241428#M114</link>
      <description>&lt;P&gt;Thanks for the hint, this seems indeed linked to the scan resolution since, when I read the panoramic depth image from the different RCP, I can see that (see images below):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The panoramic images for all RCP have their upper invalid parts cropped: in the original data of my example, the half quarter of the top of the panoramic image is made of only invalid points; this part is completely absent from the RCP (both the one created by Recap application, and the one created by Recap SDK).&lt;/LI&gt;&lt;LI&gt;The panoramic image of the RCP created by Recap application is correct (except the missing invalid part at the top), whereas the one of the RCP created by Recap SDK is deformed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Original panoramic image:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Original panoramic image.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/907069i74964FEB7E204A09/image-size/large?v=v2&amp;amp;px=999" role="button" title="Original panoramic image.jpg" alt="Original panoramic image.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RCP created by Recap application panoramic image:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RCP created by Recap application panoramic image.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/907070i7518415AFEFA4F9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="RCP created by Recap application panoramic image.jpg" alt="RCP created by Recap application panoramic image.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RCP created by Recap SDK panoramic image:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RCP created by Recap SDK panoramic image.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/907072i429659018D094D85/image-size/large?v=v2&amp;amp;px=999" role="button" title="RCP created by Recap SDK panoramic image.jpg" alt="RCP created by Recap SDK panoramic image.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using Recap SDK, I only set&amp;nbsp;&lt;FONT face="courier new,courier"&gt;numColumns&lt;/FONT&gt; and&amp;nbsp;&lt;FONT face="courier new,courier"&gt;numRows&lt;/FONT&gt; of&amp;nbsp;&lt;FONT face="courier new,courier"&gt;RCStructuredScanMetadata&lt;/FONT&gt;, and I leave the other fields unset. I think you once advised me to let Recap SDK compute automatically the other fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried different values for&amp;nbsp;&lt;FONT face="courier new,courier"&gt;startElevation&lt;/FONT&gt; and&amp;nbsp;&lt;FONT face="courier new,courier"&gt;endElevation&lt;/FONT&gt;, but in all cases this resulted in Recap showing a scan foot blank disc at the top (North pole) of the real view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, do you think this is where the problem comes from? How should I fill the different &lt;FONT face="courier new,courier"&gt;RCStructuredScanMetadata&lt;/FONT&gt; fields? Which spherical coordinates system does Recap use (what is the elevation for top North pole: 0,&amp;nbsp;π,&amp;nbsp;π/2?…)&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 15:39:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10241428#M114</guid>
      <dc:creator>lamorlette</dc:creator>
      <dc:date>2021-04-15T15:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incomplete Real View for structured RCP created by Recap SDK</title>
      <link>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10242155#M115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6131526"&gt;@lamorlette&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ReCap application does some adjustment for the scan resolution.&lt;/P&gt;
&lt;P&gt;Could you share with your dataset so that we can investigate the difference?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yan&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 19:27:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10242155#M115</guid>
      <dc:creator>yan.fu</dc:creator>
      <dc:date>2021-04-15T19:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incomplete Real View for structured RCP created by Recap SDK</title>
      <link>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10245083#M116</link>
      <description>&lt;P&gt;I tried to set&amp;nbsp;&lt;FONT face="courier new,courier"&gt;RCStructuredScanMetadata::azAngularSpacingRad&lt;/FONT&gt; and&amp;nbsp;&lt;FONT face="courier new,courier"&gt;RCStructuredScanMetadata::elAngularSpacingRad&lt;/FONT&gt; but it doesn't change anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to omit the writing of the 2D indices (&lt;FONT face="courier new,courier"&gt;RCPointBuffer::setRowIndexAt()&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;RCPointBuffer::setColumnIndexAt()&lt;/FONT&gt;), but it doesn't change anything!&lt;/P&gt;&lt;P&gt;Please, does Recap SDK systematically remap the points, ignoring the provided 2D indices?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 17:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/recap-sdk-forum/incomplete-real-view-for-structured-rcp-created-by-recap-sdk/m-p/10245083#M116</guid>
      <dc:creator>lamorlette</dc:creator>
      <dc:date>2021-04-16T17:34:11Z</dc:date>
    </item>
  </channel>
</rss>

