OpenCV Development

OpenCV is an open-source image processing library that can be utilized in many platforms, including with C++, python, and mobile apps. Below are some projects developed with openCV by Patrick W. Crawford.


Thresholds and basic image filters

This was an early experiment with openCV and C++ to learn basics of thresholding and doing some fundamental filtering to create weird effects.


Tracking face recognition

Experiments with tracking objects, and detecting size and location of faces using a method called template matching.


Cancer tissue processing

Experimenting with processing different cancer tissue cells, such as segmenting tumor areas and generating attributes of different tumors to cross compare and detect different images of the same tumor.


Bat Tracking

Processing that tracks multiple bats in the sky at once across as many frames as possible.