Just new One
Just New One
ret in python: ret is a boolean variable that returns true if the frame is available.
OpenCV Frame :
sample code --
import NumPy as np
import cv2
cap = cv2.VideoCapture(0)
while(True):
ret, frame = cap.read()
gray = cv2.cvtColor(frame, cv2.COLOR_BGR2HLS)
cv2.imshow('frame',gray)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
cap.release()
cv2.destroyAllWindows()
## cap use in python:
The Cumulative Accuracy Profile (CAP) is used as a tool in machine learning through which the discriminative power of a classification model is visualized.
Comments
Post a Comment
Please do not enter any spam link in the comment box.