adamvallance / cellUview

cellUview is alternative software that runs on an OpenFlexure 3D-printed microscope. Images are enhanced in real-time by changing exposure, contrast, edge enhancement, dilation, contrast and k-means clustering.
https://adamvallance.github.io/cellUview/
GNU General Public License v3.0
6 stars 0 forks source link

Edge detection #28

Closed Mark-Main closed 1 year ago

Mark-Main commented 1 year ago

Solves #4. Created a class which uses opencv to perform edge detection. And overlays these edges on the original frame. The threshold is set within the code, with an update to make this variable to come.