Cuth
3 questions
1
votes
0
answer
77
views
Using OpenCV rotation and translation in iOS Metal to draw AR cube
I am new to playing the AR, computer vision and graphics. I am trying to use make a AR experience using OpenCV and Metal in iOS. Rotation and Translation was retrieved by SolvePnP and passed to Metal to draw the cube pose.
However, there are a few problems:
The cube jump out of the view as soon as t...
1
votes
0
answer
59
views
Errors for building Tensorflow 1.8 from sources for C/C++ on MacOS High Sierra
When compiling Tensorflow from source with the following commands
brew install automake libtool
git clone https://github.com/tensorflow/tensorflow && cd tensorflow
git checkout r1.8
export ANDROID_TYPES='-D__ANDROID_TYPES_FULL__'
tensorflow/contrib/makefile/build_all_ios.sh
The following errors wer...
1
votes
0
answer
67
views
Visual Basic shell32.shell
For more than likely a very obvious reason when I try build or run my program it breaks on this function below:
Public Function GetLnkTarget(lnkPath As String) As String
Dim shl = New Shell32.Shell()
lnkPath = System.IO.Path.GetFullPath(lnkPath)
Dim dir = shl.[NameSpace](System.IO.Path.GetDirectoryN...