Mar Canet Sola

Results 6 comments of Mar Canet Sola

I try with git clone and also in Linux and this problem is there.

Thank man! super useful tips. I gonna try and let you know if I found any trouble.

I installed both and I add in PATH of windows: C:\gstreamer\1.0\x86_64\bin\ . Also add in c++ folders the headers of the library in: openframeworks_X64-VS2013_X64\libs\GStreamer\include\gst (all folders) . But I get...

Thanks now compile and video it renders well! I replace the libs you send and I add '_64' in the path: #ifdef TARGET_WIN32 string gst_path = g_getenv("GSTREAMER_1_0_ROOT_X86_64"); putenv(("GST_PLUGIN_PATH_1_0=" + ofFilePath::join(gst_path,...

250mb STL is a huge file. If you want send me push request with the warning if file is bigger 25mb: "your computer might take some minutes to calculated"

I push a new version that should be able to make this area and volume calculations using nii and dcm files. Easy convert to nii: ``` import numpy as np...