Principal Component Analysis (PCA) — What is Principal Component Analysis? **Principal Components Analysis (PCA) **is an algorithm most commonly used for dimensionality reduction that finds a one dimensional subspace that best approximates a dataset. When you have data with many (possibly correlated) features, PCA finds... Read more
—Hi, I'm VanessaSaurus, a Software Engineer.
Building tools, containers, and cloudy things, with a penchant for Python and parsnips. -- about me
Raaawwr..!
Meyer Watershed Segmentation — Imagine that the pixel intensities of an image form a landscape, with lower values (closer to zero, corresponding to black) forming valleys, and higher values (closer to 1, white) forming mountains. Our image isn’t an image, in fact, it is... Read more
—Median Filtering — Median filtering is another filtering technique similar to convolution in that we define a small window ( an nxn square smaller than our image) to move across it, and based on the pixels that fall within that window, we define... Read more
—Convolution — I remember in my first image processing course, the instructors threw around the term convolution like flying latkes in this video. It definitely happens a lot when you are new to a field that people (professors) make assumptions about the jargon of... Read more
—