brown-ccv / VR-Volumeviewer

A simple viewer for visualizing volumetric datasets
3 stars 0 forks source link

Remove or minimize the opencv depdency #65

Open kmilo9999 opened 2 years ago

kmilo9999 commented 2 years ago

OpenCV is a large library and takes a lot of time to compile. This app only uses it for the video feature (only supported on windows for now ) and some matrices operations that cam be replaced with glm code. We should be trying to change the opencv library for a lightweight lib.