mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
embeded cv Python module into cv2.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Calculating and displaying 2D Hue-Saturation histogram of a color image
|
||||
|
||||
import sys
|
||||
import cv
|
||||
import cv2.cv as cv
|
||||
|
||||
def hs_histogram(src):
|
||||
# Convert to HSV
|
||||
|
||||
Reference in New Issue
Block a user