test_houghCirlces¶
-
test_houghCirlces.
test_module
(show_plots, image, blur, maxCircles, minDist, minRad, cannyLow, cannyHigh, dp, saveImage)[source]¶ Unit test for Hough Circles. The unit test specifically runs on 2 images:
A crescent Mars: This image only contains a slim Mars crescent
Moons: This image contains several Moon crescents
This modules compares directly to the expected circles from the images.