02-02-2016 01:00 AM
i'm try to implement augmented reality in labview but i need more information about how to do it in labview or is it really possible to do it in labview or not
I want to use ARtoolkit in labview , can i use this toolkit as dll in labview or not
please share information about my issue
02-02-2016 03:56 PM
It's not going to be something trivial as most LabVIEW built toolkits are.
You're looking to work with a DLL to build your application. It's certainly possible. Here's a few links to give you more information about how to bring third party DLLs into LabVIEW
http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33
http://zone.ni.com/reference/en-XX/help/371361M-01/glang/call_library_function/
02-02-2016 05:39 PM
I'm assuming you are a whiz with "normal" LabVIEW coding, and want to add the interesting challenges that come with using the Vision Toolkit, right? LabVIEW is pretty powerful, but the Vision utilities are (shall we say) not quite as "novice-friendly" (and well-documented) as LabVIEW proper.
However, if you have less than a couple of months of serious LabVIEW coding, first master LabVIEW ...
Bob Schor
02-02-2016 11:57 PM
In fact, I'm using augmented reality for the useful applications and using fuzzy logic to improve my Operation.
for example using agumented reality in medical like the below link:
https://www.youtube.com/watch?v=T4mboj-GbEA
https://www.youtube.com/watch?v=Vycvec8Tl7I
some thing like that videos.
do you believe that i can do it in labview?
02-09-2016 01:22 AM
hello to all
i want to use this library https://www.hitl.washington.edu/artoolkit/download/ based in c++,c language
how can i use this library in labview?
02-09-2016 02:02 AM
Hi s.aryanpour
I work on image processing aria in labview and I have to say some words that it is better to keep in your mind be fore start for this project
after a couple of work in image processing i have to told you that it is not easy project and you have to spend so much time to achieve reliable algorithm
but I mention some of the area that you have to work on to could do this project
1 learn how to use dll files for using other language algorithm in labview
2 learn to work with overlay esp. bitmap overlay
3 you have to learn to plate detection and matching and perspective detection for plates and finding degree and offset
4 it is better also learn to work with 3d image tool kid in labview to it help you to make better vision items to use in your code
5 also you have to learn how to control our memory RAM to prevent flow up of that because amount of data that you have to work with that it is really large also your code should not be so slow
any cycle of your code should be done in 33 ms or at least 7fps means 1000/7 ms
So before to start this project regard your time and ability of doing this
02-09-2016 05:47 AM
It is my pleasure that one iranian engineer answered my questuion.
thanks mr hatef
what is your opinion in my project you think that i can do it or not.
Actually ,I want to implement this project as my thesis.
and mr hatef what do mean by overlay esp. bitmap overlay ?
could u describe more about it
02-09-2016 05:55 AM
every cyle of you code you have to put your result data on frames to make it visible this data should be convert into bitmap and they should be put into images(frame) none destructive way otherwise you loose your data in images for this way you have to learn how to work with (overlay bitmap on image) vis
by the way how meny time to have to do this project? it is not easy peasy one to do