c# - KinectBackgroundRemoval180_32/64.dll -


I was reading this example, I have two background removal DLLs in the project, one for 32 bit computers and 64 For a bit computer they are not listed in the context though.

context

My question is, what is the meaning of small blue icon In the lower right corner of the DLL icon, and what is the correct way to use these two DLSs?

Thanks in advance.

Small blue symbol means that the dll is a link in the Add this dialog box as "Link" Add "option. This means that it is not a literal file in your project, but there is a link to a file that is elsewhere. You can use this project to share a file in two projects or to add a file to your project, while storing it in an external location, you can see what it does if you Right-click on it and select Properties, Properties window will appear. Take a look at "full path" and you will see where the file is. Compare another file in your project and note that the path is right inside your project.

DLL files are "original" DLLs, and they will be used automatically by Microsoft. Toolkit .BackgroundRemoval.dll, which you already have a reference. The only thing you need to do is make sure those DLL files are in the same directory as your Axis. It should be done automatically because they are in your project, and the properties of those files are configured as "Local Copy" = Latest.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -