An open API service indexing awesome lists of open source software.

https://github.com/ohkanghoon/ipython_image_processing


https://github.com/ohkanghoon/ipython_image_processing

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ipython_image_processing

분석결과 salt and pepper의 경우 필터의 크기가 클수록,노이즈 확률이 클수록 노이즈의 세기가 세지고 필터의 성능이 떨어져 원본 이미지와 결과 이미지가 달랐다.

gaussian의 경우 표준편차가 클수록 노이즈 확률이 클수록 노이즈의 세기가 세지고 필터의 성능이 미미하게 떨어져 결과 이미지가 원본과 달랐다.

또한 gaussian의 경우가 salt and pepper 보다 rmse값이 작게 나왔다.

-----------------------------------------------------------------------------------------------

### 필터 크기 3x3

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 4.64933232262 | 6.5457045936 | 8.03460243405 | 9.28007772216 |
| 필터 | 4.7107006412 | 5.41558666711 | 6.27056674665 | 7.6938658618 |

### 필터 크기 5x5

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 4.64933232262 | 6.5457045936 | 8.03460243405 | 9.28007772216 |
| 필터 | 5.91951654419 | 6.68376411832 | 7.78031431647 | 9.02924617726 |

### **필터 크기 7x7**

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 4.64933232262 | 6.5457045936 | 8.03460243405 | 9.28007772216 |
| 필터 | 6.79090608734 | 7.99942229092 | 9.30685069116 | 9.55627358373 |

### 필터 크기 9x9

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 4.64933232262 | 6.5457045936 | 8.03460243405 | 9.28007772216 |
| 필터 | 7.7116387231 | 9.0728713048 | 9.50859684714 | 9.50543960638 |

### standard deviation: 2

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 0.932982687705 | 1.31959143818 | 1.60933825997 | 1.85979860754 |
| 필터 | 6.00669392068 | 6.02396628982 | 6.04000045776 | 6.07459303509 |

### standard deviation: 4

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 1.80309618525 | 2.55997323857 | 3.12436211751 | 3.60985109566 |
| 필터 | 6.0547394781 | 6.12029100911 | 6.20661516758 | 6.2850831136 |

### standard deviation: 6

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 2.59092392986 | 3.65963718638 | 4.4971435806 | 5.17923197174 |
| 필터 | 6.10512010161 | 6.24881000634 | 6.39767552125 | 6.5512342848 |

### standard deviation: 8

| noise probability | 0.2 | 0.4 | 0.6 | 0.8 |
|----|----|----|----|----|
| 노이즈 | 3.14275170434 | 4.44078307867 | 5.42626810327 | 6.27126113936 |
| 필터 | 6.17719528157 | 6.38455172764 | 6.58435459505 | 6.79484243585 |