Skip to content

Commit d3678b0

Browse files
authored
Update README.md
1 parent 7b99e39 commit d3678b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Edge Detecting of Reflections
22

3-
Bachelor Research
3+
## **Bachelor Research**
44

5-
My Bachelor research work is based on pattern recognition and edge detection. The main idea of this method is to detect edges of reflections using convex optimization, namely alternating direction method of multipliers (ADMM) from a single image.
5+
My Bachelor research work is based on pattern recognition and edge detection. The main idea of this method is to detect edges of reflections using convex optimization, namely **alternating direction method of multipliers (ADMM)** from a single image.
66

77
Reflections could be can be of two types: reflections have almost monotone color or color around edges varies smoothly.
88

99
First of all I use Canny edge detector to a given color image with reflections to detect all edges on the picture. Next, we extract reflection edges from the initial edge image by solving a certain convex optimization problem. And Finally, the extracted image with edges is binarized by a simple thresholding operation.
1010

1111
I tested this method on a large number of photos of cells made under a microscope and made sure that the proposed method works and it can be used in medicine
1212

13-
Available algorithms:
13+
**Available algorithms:**
1414

1515
- Canny edge detector
1616
- Sobel edge detector

0 commit comments

Comments
 (0)