System Instruction Dependencies while using OpenCV

asked 2018-06-29 09:26:45 -0600

faysal gravatar image

updated 2018-06-29 09:41:56 -0600

I need to port OpenCV dependent facedetection inside the intel SGX enclave. But enclave doesnt allow any system call. I need to figure out the system call that is required while using opencv. How to find the list of system call that is required while using opencv ?

edit retag flag offensive close merge delete

Comments

enclave

please explain, what it means in this context

berak gravatar imageberak ( 2018-06-29 09:30:11 -0600 )edit
faysal gravatar imagefaysal ( 2018-06-29 09:41:42 -0600 )edit

doesnt allow any system call

that's probably far too broad, and badly researched.

berak gravatar imageberak ( 2018-06-29 09:43:43 -0600 )edit

Sorry dont understand.

faysal gravatar imagefaysal ( 2018-06-29 09:45:17 -0600 )edit

maybe you should try with a much simpler codebase, like pico first, not with opencv

berak gravatar imageberak ( 2018-06-30 01:42:26 -0600 )edit