About 16,700 results
Open links in new tab
  1. Real-time Zoom-In/Zoom-Out using Python-based Computer …

    May 25, 2022 · Key snippets from the above scripts –. try: scale=Iscale. #get the webcam size. height, width, channels = image.shape. #prepare the crop. …

  2. python - Zoom Into Image With OpenCV - Stack Overflow

    import cv2 as cv def zoom_at(img, zoom, coord=None): """ Simple image zooming without boundary checking. Centered at "coord", if given, else the image center.

  3. harimkang/openCV-with-Zoom - GitHub

    The repository will bring the camera's screen through openCV to show it, add zoom-in and zoom-out functions, and write code to use the zoom function using screen touch events. These …

  4. How can I zoom my webcam in Open CV Python? - Stack Overflow

    Jun 15, 2018 · You can use this solution. It makes the job -> croping + zoom + array up and array down.

  5. How can I set a mouse scroll to zoom in / out on the image? [opencv-python]

    Mar 8, 2023 · The best solution would be to be able to zoom the image in the place where the mouse cursor is currently on the image (this happens, for example, when we open any image …

  6. OpenCV: Creating a Zoom Function - Meganano

    May 27, 2023 · "Zoom into the details by crafting a custom zoom function using OpenCV with Python. Learn the art of magnification for a new level of precision!"

  7. Zoom Any Picture Using Hand Gestures (python Opencv Project) - GitHub

    This project showcases a Python application that allows you to zoom in and out of any picture using hand gestures. It utilizes the OpenCV library along with the cvzone module to detect and …

  8. Image Zoom using Computer Vision using OpenCv and Python

    Sep 12, 2021 · We implemented hand detection and zoom technique. In this opencv project, we learned about how to find fingers up operations, masking images , and other image …

  9. Virtual Zoom using OpenCV - Analytics Vidhya

    Mar 15, 2022 · Zoom In! Zoom out! OpenCV has revolutionized the entire image processing world. From image classification to object detection, not only we can do cool stuff with the …

  10. How can i make a zoom box on opencv window - Python - OpenCV

    Oct 2, 2021 · OpenCV has a very limited GUI for debugging purposes. You can use QT or any GUI library to add buttons, menus, subwindows, but they are not part of OpenCV. If you want …

  11. Some results have been removed
Refresh