microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
475 stars 154 forks source link

ComputeOnDevice #44

Closed holoLens8 closed 6 years ago

holoLens8 commented 6 years ago

I saw that you are using the Canny edge detector, is there a possibility to use another detector? \ Thanks in advance

polszta commented 6 years ago

Yes. The purpose of the sample is to show how to use OpenCV with the image streams. It should be possible to use any other OpenCV functionality, or follow the OpenCV integration to make some other CV libraries work.

holoLens8 commented 6 years ago

Thank you