Closed ayushanand18 closed 1 year ago
Update: Finally got an algorithm that is
iris
detection - all without ML.@adarsh500 can you help us with understanding this project https://github.com/Pradyuman7/TrackEyes/blob/master/app/src/main/java/com/pd/trackeye/MainActivity.java? or if it is even useful to us.
Review under #4
Overview
Direction and methods to detect iris while capturing images of the iris.
Methods
HoughCircle()
Transform to detect circles in image. Might be less accurate but the fastest and easiest solution, ~Need to experiment it.~ RefRefer