how i can use open cv libraries like cv2 and nmpy in Openmv ide

import cv2
import numpy as np

both these libraries are not present in OPENMV ide . How i can import them to use their functions for the implementation of my code.

The OpenMV camera has its own image processing library which runs on the camera (not on the PC). You can’t use opencv or any other standard libraries that’s not implemented in OpenMV.

See the following for all the available libraries:

http://docs.openmv.io/library/index.html#libraries-specific-to-the-openmv-cam