Skip to content
View drcihanyilmaz's full-sized avatar
Block or Report

Block or report drcihanyilmaz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. speechingprocess speechingprocess Public

    Write a computer program to compute the minimum edit distance between two strings. Compute the edit distance between the following strings using your code. Additionally, determine the best path. In…

    Jupyter Notebook 1

  2. BreastCancerCellsDetection BreastCancerCellsDetection Public

    Implement an algorithm to automatically detect cells in the attached image of breast cancer cells taken with a phase-contrast optical microscope. My codes apply various basic image processing and b…

    Jupyter Notebook 1

  3. HistogramEqualization HistogramEqualization Public

    Write a histogram equalization code from scratch, without using ready-made functions. Codes increase the contrast of the input image by applying histogram equalization.

    Jupyter Notebook 1

  4. LaplacianFiltering LaplacianFiltering Public

    Write a Laplacian filtering based image sharpening code. Codes make the details/edges of the image more visible by applying your method to the input image. For comparison purposes, also show the in…

    Jupyter Notebook 1