8000 GitHub - marthtz/colorSelect: Threshold an image interactively (HSV,HSL, Sobel X/Y)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

marthtz/colorSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorSelect

Threshold an image interactively (HSV,HSL, Sobel X/Y)

Command line tool to apply thresholding on an image interactively. Requires OpenCV an numpy. Inspired by a similar tool from P1 that did Canny edge detection.

Supports HSV, HLS and Sobel X/Y.

Usage:

  • Color thresholding on HSV or HLS channel => python colorSelect.py [channel hsv or hls] [RGB image file]
  • Sobel Gradient X/Y on a grayscale image => python singleSobel.py [RGB image file]
  • Sobel Gradient X/Y on L and S channel => python dblSobel.py [RGB image file]

About

Threshold an image interactively (HSV,HSL, Sobel X/Y)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0