How to install OpenCV in PythonOpenCV is an open-source Python library, which used to understand the content of the digital image. The CV is the abbreviation form of computer vision. It extracts the description from the real-time image or digital image, which may be an object, a text description, and so on. We can perform many tasks using the OpenCV library such as face detection, face recognition, blob detection, edge-detection, image filter, template matching, and etc. To work with the OpenCV, we need to install it in our Python environment. Installation of OpenCVHere, we install the OpenCV using the following ways.
Using pip commandOpen a command prompt and type the following command. Or, we can install it without extra module by the following command. Now, we will verify the proper installation of OpenCV. Import the cv2 module and print its version. If it has properly installed, then it will show its version. Using AnacondaAnaconda is a software package of Python. Anaconda with Jupyter is a the best way to work with the OpenCV. First, we need to install the Anaconda graphics installer from its official site. Now, choose a suitable bit installer. Once download is completed. Open the Anaconda prompt and type the following command. Then, hit the enter button and it will download all rated OpenCV configuration. Now, we are ready to work with the OpenCV. You can learn complete OpenCV through our OpenCV tutorial (https://www.javatpoint.com/opencv). |
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/263621.html