Skip to content

3DMeasure is a collection of research, experiments and findings through a collection of libraries/packages with the goal to measure animals.

License

Notifications You must be signed in to change notification settings

hobbitsyfeet/3DMeasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DMeasure

Featured Tools

Related Studies and Experiments

Kinect Azure / Realsense D415

Install PCL

Install Point Cloud Library (WINDOWS). Follow the instructions on the PCL github page.

Install the appropriate PCL 1.8.1 for your system. (Then Restart your computer)

Visual Studio 2015 - 32 bit

Visual Studio 2017 - 32 bit

Visual Studio 2015 - 64 bit

Visual Studio 2017 - 64 bit

Download the Wheel needed for pip

To get the appropriate pip install, download the wheel (the first green and the appropriate version, the download exists under Artifacts)

Setup Environment

Under User variables for ______, Edit the variable named Path. Add both OpenNI2 and PCL to the path, it will look similar to this:

    C:\Program Files\OpenNI2\Samples\Bin
    C:\Program Files\PCL 1.8.1\bin

Pip install the PCL Wheel

After all this is complete, (replacing XXX by the right string) It will, and MUST look something like this: python_pcl-0.3-cp36-cp36m-win_amd64.whl

pip install python_pcl-XXX.whl

Install PyK4a (Kinect Azure)

Linux

Make sure your LD_LIBRARY_PATH contains the directory of k4a.lib

pip install pyk4a

Windows:

Follow the instructions mentioned on the Pyk4a Github Page, as mentioned below:

Make sure you replace the paths in the following instructions with your own k4a sdk path.

pip install pyk4a --global-option=build_ext --global-option="-IC:\Program Files\Azure Kinect SDK v1.2.0\sdk\include" --global-option="-LC:\Program Files\Azure Kinect SDK v1.2.0\sdk\windows-desktop\amd64\release\lib"

Don't forget to add the folder containing the release k4a.dll to your Path env variable C:\Program Files\Azure Kinect SDK v1.2.0\sdk\windows-desktop\amd64\release\bin

Anaconda

SETUP ENVIRONMENTS AS INSTRUCTED ABOVE

You can install it with anaconda though this takes a long time.... Install anaconda and create an environment for python 3.6.

  • Once anaconda is installed, link conda to your path in environment variables.

  • Under home search, type "environment variables" and click the Environment Variables... button.

  • Under User Variables window, click on the Path and then click the Edit... button.

  • Click New and then add the path where you installed it. By default, it should look something like this. Hit ok, open a terminal window and navigate to the path where you want your project to be. The first allows you to access the command and the seconds allows anaconda to work with your other variables needed.

    C:\Users\username\Anaconda3\condabin
    C:\Users\username\Anaconda3\Scripts
    
  • You activate the environment with the keyword activate followed by the environment name.

    activate env
    

Follow these instructions from conda forge. To install this package (point cloud library) with conda run one of the following:

conda install -c sirokujira python-pcl --channel conda-forge

About

3DMeasure is a collection of research, experiments and findings through a collection of libraries/packages with the goal to measure animals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published