cybathlon-at-school / planvec

Vectorizes a captured image of a drawn construction plan component.
GNU General Public License v3.0
0 stars 0 forks source link

Image thresholding #3

Closed matthaeusheer closed 5 years ago

matthaeusheer commented 5 years ago

To extract the drawn features we need to cancel out noise and threshold the image pixel values.

matthaeusheer commented 5 years ago

In case lighting conditions are good and we use a thick black edding, simple global thresholding should work fine.

matthaeusheer commented 5 years ago

Needs hairline 0.05 thickness.

matthaeusheer commented 5 years ago

Done.