Counting the number of defects in a circle in Python [on hold]
up vote
-3
down vote
favorite
I have an image of a form (in jpg format) where it is a completely black circle in a white background (perfect 0 and 255). The question is, the circle is not perfect circular- it has 2 defects at the very edge. I would like to check if there are any suitable algorithms for counting the number of defects in that image. It should return 2.
Input: image file (jpg format)
Output: 2 (number of defects)
python python-3.x image image-processing computer-vision
New contributor
put on hold as too broad by Klaus D., Peter Wood, Patrick Artner, Shiladitya, Arpit Solanki yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-3
down vote
favorite
I have an image of a form (in jpg format) where it is a completely black circle in a white background (perfect 0 and 255). The question is, the circle is not perfect circular- it has 2 defects at the very edge. I would like to check if there are any suitable algorithms for counting the number of defects in that image. It should return 2.
Input: image file (jpg format)
Output: 2 (number of defects)
python python-3.x image image-processing computer-vision
New contributor
put on hold as too broad by Klaus D., Peter Wood, Patrick Artner, Shiladitya, Arpit Solanki yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
This question has no python in it.
– Peter Wood
yesterday
Welcome to Stack Overflow. Please take the tour, read about How to Ask, and what is on-topic in the help center.
– Peter Wood
yesterday
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
I have an image of a form (in jpg format) where it is a completely black circle in a white background (perfect 0 and 255). The question is, the circle is not perfect circular- it has 2 defects at the very edge. I would like to check if there are any suitable algorithms for counting the number of defects in that image. It should return 2.
Input: image file (jpg format)
Output: 2 (number of defects)
python python-3.x image image-processing computer-vision
New contributor
I have an image of a form (in jpg format) where it is a completely black circle in a white background (perfect 0 and 255). The question is, the circle is not perfect circular- it has 2 defects at the very edge. I would like to check if there are any suitable algorithms for counting the number of defects in that image. It should return 2.
Input: image file (jpg format)
Output: 2 (number of defects)
python python-3.x image image-processing computer-vision
python python-3.x image image-processing computer-vision
New contributor
New contributor
New contributor
asked yesterday
Miffy
1
1
New contributor
New contributor
put on hold as too broad by Klaus D., Peter Wood, Patrick Artner, Shiladitya, Arpit Solanki yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Klaus D., Peter Wood, Patrick Artner, Shiladitya, Arpit Solanki yesterday
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
This question has no python in it.
– Peter Wood
yesterday
Welcome to Stack Overflow. Please take the tour, read about How to Ask, and what is on-topic in the help center.
– Peter Wood
yesterday
add a comment |
3
This question has no python in it.
– Peter Wood
yesterday
Welcome to Stack Overflow. Please take the tour, read about How to Ask, and what is on-topic in the help center.
– Peter Wood
yesterday
3
3
This question has no python in it.
– Peter Wood
yesterday
This question has no python in it.
– Peter Wood
yesterday
Welcome to Stack Overflow. Please take the tour, read about How to Ask, and what is on-topic in the help center.
– Peter Wood
yesterday
Welcome to Stack Overflow. Please take the tour, read about How to Ask, and what is on-topic in the help center.
– Peter Wood
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
This question has no python in it.
– Peter Wood
yesterday
Welcome to Stack Overflow. Please take the tour, read about How to Ask, and what is on-topic in the help center.
– Peter Wood
yesterday