First time here? Check out the FAQ!
answered 2014-12-30 20:55:15 -0600
I just ran it through the sample code in this link and it worked fine for me.
They used: Canny(imgGray, imgGrayEdges, lowThreshold, lowThreshold*3, 3); where lowThreshold is a value between 0 to 100.