--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/85a59556-c917-4a42-80c2-3e4741d77ec8%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/5d199b82-2e03-4cb2-b57d-db43a82be824%40googlegroups.com.
import clr
clr.AddReference("OpenCV.Net")
from OpenCV.Net import *
color = Scalar.Rgb(255,255,255) # White
@returns(IplImage)
def process(value):
center = value.Item1.Item2
radius = value.Item1.Item3
image = value.Item2
output = image.Clone()
CV.Circle(output,Point(center),radius,color,1)
return output
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/200af05a-5649-4341-8507-483c524c61a5%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/8669e86c-7fda-4786-9e09-96974e0aa216%40googlegroups.com.
Why don't you try a polarising filter on the lens to reduce the light reflection?
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/28590562-b682-4c61-ab88-2b7b1e9fe704%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai...@googlegroups.com.