Cell analysis application C++/ImGui


Objective: Custom cell analysis app made to streamline my personal profiling workflows.

    ❖ Post-processing features:
        ❖ Channel isolation
        ❖ RGB to grayscale conversion
        ❖ Gaussian blur filtering
        ❖ Pixel intensity thresholding
    ❖ Cell Profiling/Analysis: 
        ❖ Watershed-based object (cell) counting
        ❖ NSI (nuclear spreading index) analysis and heatmap 

SKILLS OBTAINED


General Skills:

    ❖ OpenCV in C++
    ❖ CLI tooling (prior to GUI implementation)
    ❖ GUI in C++ (ImGui)
    ❖ CMake 

Languages:

    ❖ C++

Libraries:

    ❖ ImGui

Other Skills:

    ❖ Building and Releasing binaries

Project Sample