2

Helo everyone,

i wonder if opencv have any function which detect and remove shadow of ball. I would like to detect circle in outside (a place which have some sunshine or light ). But my problem here is i don't know some function that can help me to do that.

Bruce
  • 519
  • 6
  • 23

1 Answers1

5

here is an implementation of Shadow removing with OpenCV an this C++ source code and grouth truth for shadow detection / removal . see this thread How to remove the shadow in image by using openCV?

Community
  • 1
  • 1
Mara Black
  • 1,666
  • 18
  • 23
  • No. :( But i found this [andriod-java-opencv](http://www.programcreek.com/java-api-examples/index.php?source_dir=android-opencv-template-master/opencv/src/main/java/org/opencv/video/BackgroundSubtractorMOG.java) - maybe you can find somethig useful here. [how to detect and remove shadow of a object - another example](http://answers.opencv.org/question/63470/how-to-detect-and-remove-shadow-of-a-object/?answer=65275#post-id-65275) – Mara Black Jun 14 '16 at 09:08
  • Ok maybe i will research more obout it. Thank you so much for your help :)) – Bruce Jun 14 '16 at 14:31