1 | initial version |
Hello! The problem of eliminate the shadow can be solved by thresholding your image (Document about automatic thresholding: https://drive.google.com/open?id=12sKotbTif5oTCHHSHiiQAQ8LD7Upra_y)... You can just make intensity values above 200 become 255, and values bellow become 0. See the result: https://drive.google.com/open?id=12sKotbTif5oTCHHSHiiQAQ8LD7Upra_y
2 | No.2 Revision |
Hello! The problem of eliminate the shadow can be solved by thresholding your image (Document about automatic thresholding: https://drive.google.com/open?id=12sKotbTif5oTCHHSHiiQAQ8LD7Upra_y)... http://nca.ufma.br/~geraldo/vc/material/principals_of_digital_image_processing_ch2.pdf)... You can just make intensity values above 200 become 255, and values bellow become 0. See the result: https://drive.google.com/open?id=12sKotbTif5oTCHHSHiiQAQ8LD7Upra_y
3 | No.3 Revision |
Hello! The problem of eliminate the shadow can be solved by thresholding your image before submiting it to your code (Document about automatic thresholding: http://nca.ufma.br/~geraldo/vc/material/principals_of_digital_image_processing_ch2.pdf)... You can just make intensity values above 200 become 255, and values bellow become 0. See the result: https://drive.google.com/open?id=12sKotbTif5oTCHHSHiiQAQ8LD7Upra_y