Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from SolarFramework/clean/removeDependencies
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
granger35 authored Apr 17, 2019
2 parents d421ec8 + 348ff8c commit 864dca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Plugin/packagedependencies.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
SolARFramework|0.5.2|SolARFramework|bcomBuild|url_repo_artifactory
SolARModuleTools|0.5.2|SolARModuleTools|bcomBuild|url_repo_artifactory
xpcf|2.1.0|xpcf|thirdParties|http://repository.b-com.com/amc-generic
boost|1.68.0|boost|thirdParties|http://repository.b-com.com/amc-generic
spdlog|0.14.0|spdlog|thirdParties|http://repository.b-com.com/amc-generic
eigen|3.3.5|eigen|thirdParties|http://repository.b-com.com/amc-generic
SolARModuleOpenGL|0.5.2|SolARModuleOpenGL|bcomBuild|url_repo_artifactory
freeglut|3.0.0|freeglut|thirdParties|http://repository.b-com.com/amc-generic
SolARModuleTools|0.5.2|SolARModuleTools|bcomBuild|url_repo_artifactory
SolARModuleOpenCV|0.5.2|SolARModuleOpenCV|bcomBuild|url_repo_artifactory
opencv|3.4.3|opencv|thirdParties|http://repository.b-com.com/

3 changes: 1 addition & 2 deletions Plugin/tests/TestFiducialMarkerPipeline/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace xpcf = org::bcom::xpcf;
#include "SolAR3DOverlayBoxOpencv.h"

using namespace SolAR;
using namespace SolAR::MODULES::OPENCV;
using namespace SolAR::api;

int main(){
Expand Down Expand Up @@ -86,7 +85,7 @@ int main(){
for(int j=0;j<3;j++)
s_pose(3,j)=0;
s_pose(3,3)=1;
overlay3DComponent->draw(s_pose, camImage);
overlay3DComponent->draw(s_pose, camImage);
}

if (imageViewerResult->display(camImage) == SolAR::FrameworkReturnCode::_STOP){
Expand Down

0 comments on commit 864dca9

Please sign in to comment.