Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

find the middle of the document in the image opencv

# Thresholding:
_, binaryImage = cv2.threshold(imageRoi, 0, 255, cv2.THRESH_BINARY + cv2.THRESH_OTSU)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #middle #document #image #opencv
ADD COMMENT
Topic
Name
8+8 =