Skip to content

Best values for the - cv2.getStructuringElement(cv2.MORPH_RECT, #104

@RohitDhankar

Description

@RohitDhankar

Experiment to get the Best values for the - cv2.getStructuringElement(cv2.MORPH_RECT,
Current plan - get the HSV values for a Number Plate Image.
HSV - VALUE , HUE , SATURATION
Get the AVERAGE - Value , Hue and Saturation
Do the - morphing transforms on the MASKS

    open_kernel = cv2.getStructuringElement(cv2.MORPH_RECT, (9,9)) #_9,9___BEST____ TODO # 7,7 -- better | 5,5 -- bad
    close_kernel = cv2.getStructuringElement(cv2.MORPH_RECT, (7,7)) #_7,7__BEST_____ TODO # 5,5 -- better | 3,3 -- bad

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions