Consulting

Finding Anomalies

Introduction / Motivation I want to formalize an idea I’ve had in analyzing data. This is a work in process. I’m interested to see if machine learning can be applied to a specific engineering problem. The problem I’m working on is in the field of reliability. Specifically I want to determine why a small percentage

Finding Anomalies Read More »

Compare Houghs Transform to Watershed Algorithm

Watershed Compared to Houghs Transform The Watershed algorithm is compared to using the Hough transform to detect circles. In doing so an inherent weakness was found with the Watershed algorithm for this particular application.  Specifically, I am using HoughCircles in OpenCV and for the watershed approach I’m using distance_transform_edt from scipy and watershed from skimage.morphology. To show

Compare Houghs Transform to Watershed Algorithm Read More »

Scroll to Top