OpenCVForUnity
OpenCVForUnity copied to clipboard
ARUCO import class to Unity
Hi,
I am working with the ARUCO example that comes with the openCVforUnity plugin. I am trying to call the class Aruco.cs but I can't seems to figure out how the example knows the location of this file. At the top of the example it does not reference this file anywhere yet it is able to make function called from this file. I am not knew to programming but am knew to Unity and C#. Any direction would help.
Thanks!
Never mind I figured it out. I just imported the OpenCVForUnitySample and I am now able to use these functions although I still do not understand how the example is getting access to these functions. If anyone knows I would love an explanation.