You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-34Lines changed: 6 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,20 @@ The SolAR **Natural Image Marker sample** show a SolAR pipeline for augmented re
7
7
This pipeline loads a reference image marker, then tries to detect it on real-time camera images and to estimate the pose of the camera in relation to the coordinate system of the image marker. If the marker is detected, the pipeline over the current camera image renders a 3D cube from a virtual camera which pose corresponds to the one estimated by the pipeline.
* To run it, first print the marker [graf1.png](./SolARSample_NaturalImageMarker_Mono/graf1.png).
17
+
* To run it, first print the marker [graf1.png](./SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/graf1.png).
18
18
19
-
* If you want to change your natural image, you can edit the [grafMarker.yml](./SolARSample_NaturalImageMarker_Mono/grafMarker.yml).
19
+
* If you want to change your natural image, you can edit the [grafMarker.yml](./SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/grafMarker.yml).
20
20
21
-
* If you want to change the calibration parameters of the camera, edit the [camera_calibration.json](./SolARSample_NaturalImageMarker_Mono/camera_calibration.json).
21
+
* If you want to change the calibration parameters of the camera, edit the [camera_calibration.json](./SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/camera_calibration.json).
22
22
23
-
* To change properties of the components of the natural pipeline, edit the [conf_NaturalImageMarker.xml](./SolARSample_NaturalImageMarker_Mono/conf_NaturalImageMarker.xml) file.
23
+
* To change properties of the components of the natural pipeline, edit the [conf_NaturalImageMarker.xml](./SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/SolARPipelineTest_NaturalImageMarker_conf.xml) file.
24
24
25
25
If you want to run your Natural image samples after having built them, do not forget to install the required dependencies if not already done:
26
26
@@ -32,35 +32,7 @@ and for debug mode:
32
32
33
33
For more information about how to install remaken on your machine, visit the [install page](https://solarframework.github.io/install/) on the SolAR website.
34
34
35
-
### SolARSample_NaturalImageMarker_Mono
36
35
37
-
* Open a terminal in the `bin/Release` or `bin/Debug`folder and execute :
Copy file name to clipboardExpand all lines: SolARPipeline_NaturalImageMarker/src/PipelineNaturalImageMarker.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
namespacexpcf=org::bcom::xpcf;
22
22
23
23
// Declaration of the module embedding the fiducial marker pipeline
24
-
XPCF_DECLARE_MODULE("5bbc1452-8d7f-4512-83f1-7bf48453809f", "NaturalImageMarkerModule", "The module embedding a pipeline to estimate the pose based on a natural image marker")
24
+
XPCF_DECLARE_MODULE("5bbc1452-8d7f-4512-83f1-7bf48453809f", "SolARPipelineNaturalImageMarker", "The module embedding a pipeline to estimate the pose based on a natural image marker")
Copy file name to clipboardExpand all lines: SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/SolARPipelineTest_NaturalImageMarker.pro
Copy file name to clipboardExpand all lines: SolARPipeline_NaturalImageMarker/tests/SolARPipelineTest_NaturalImageMarker/SolARPipelineTest_NaturalImageMarker_conf.xml
<moduleuuid="5bbc1452-8d7f-4512-83f1-7bf48453809f"name="SolARPipelineNaturalImageMarker"path="$XPCF_MODULE_ROOT/SolARBuild/SolARPipelineNaturalImageMarker/0.11.0/lib/x86_64/shared"description="The module embedding a pipeline to estimate the pose based on a natural Image marker">
3
+
<moduleuuid="5bbc1452-8d7f-4512-83f1-7bf48453809f"name="SolARPipelineNaturalImageMarker"path="$XPCF_MODULE_ROOT/SolARBuild/SolARPipelineNaturalImageMarker/1.0.0/lib/x86_64/shared"description="The module embedding a pipeline to estimate the pose based on a natural Image marker">
4
4
<componentuuid="6f6c7ae8-764c-49b3-a2fc-e9a4f539b9b1"name="PipelineNaturalImageMarker"description="A pipeline to estimate the pose based on a natural Image marker">
<interfaceuuid="b5a6225e-6a91-4050-b298-886f4c17d9d2"name="IPoseEstimationPipeline"description="The interface to define a video see-throuh pipeline" />
0 commit comments