-
Notifications
You must be signed in to change notification settings - Fork 19
Counting IC pins #22
Copy link
Copy link
Open
Labels
OpenCVThis issue is related to opencvThis issue is related to opencvPriority 2 (Medium)An Issue that results in a medium impact for DevelopmentAn Issue that results in a medium impact for DevelopmentenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
OpenCVThis issue is related to opencvThis issue is related to opencvPriority 2 (Medium)An Issue that results in a medium impact for DevelopmentAn Issue that results in a medium impact for DevelopmentenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
If we don't manage to obtain a datasheet for some chip, as a last fall back we should count how many pins the chip have. Can someone write a function that will take an IC image as an input and will output the number of pins in it?

example:
Note: I have tried using color range but it didn't work well.
Thanks!