Giter Club home page Giter Club logo

hsv_calibration's Introduction

HSV Calibration

Wth HSV Calibration, get the accurate HSV Upper and Lower Range from the image,webcam, and ,mobile camera (using IPCam) which can be used for color detection, object tracking and much more.

Detect Colors Using:

  • Local Images (Provide url)
  • Webcam
  • Mobile Camera (Provide IP address using IPCam)

Examples

1). Images

from hsv_calibration import ProcessImage
ProcessImage.process_image("C:\Downloads\image.jpg")   // (r"C:\Downloads\image.jpg")

2). Webcam

from hsv_calibration import ProcessImage
ProcessImage.process_webcam()

3). Mobile Camera (Use IPCam to get the IP Address)

from hsv_calibration import ProcessImage
ProcessImage.process_mobile_camera("192.168.2.15:8080")

New Features!

  • Brightness
  • Darkness
  • Blur
    • Box Blur
    • Gaussian Blur
    • Median Blur
    • Bilateral Blur
  • Hue (Low and High)
  • Saturation (Low and High)
  • Value (Low and High)
  • Erosion
  • Dilation
  • Edge Detection using Canny

Why did I build this?

To recognize or detect objects or colors in the image, OpenCV requires HSV lower and upper range to detect the color. This is time consuming as to get the accurate range, we go with hit nd trial method. With this library, you can easily get the accurate range and best results using other features as well.

Requirements/Dependencies

Requirements Install
numpy pip install numpy
opencv pip install opencv-python
requests pip install requests
hsv-calibration pip install hsv-calibration

Installation

pip install hsv-calibration 

PyPi

Feedback and Suggestions

For feedback and suggestions, please email me on [email protected]

About Author

Abhi Savaliya | [email protected] | GitHub | LinkedIn

hsv_calibration's People

Contributors

abhisavaliya avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.