Commit ·
a5c4128
1
Parent(s): 7a536c1
updte readme
Browse files
README.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
Pipeline **unsupervised** (SIFT/SURF -> Bags of Visual Words -> Clustering) untuk
|
| 4 |
dataset citra daging sapi multidomain (RPH & UMKM), seluruh proses klasifikasi mutu dilakukan tanpa pelatihan supervised
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: scikit-learn
|
| 4 |
+
tags:
|
| 5 |
+
- computer-vision
|
| 6 |
+
- image-processing
|
| 7 |
+
- unsupervised-learning
|
| 8 |
+
- bag-of-visual-words
|
| 9 |
+
- sift
|
| 10 |
+
- surf
|
| 11 |
+
- kmeans
|
| 12 |
+
- meat-quality
|
| 13 |
+
- beef-grading
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
# Pipeline Beef Research BIMA: Deteksi Mutu Kesegaran Daging Sapi Multidomain
|
| 18 |
|
| 19 |
Pipeline **unsupervised** (SIFT/SURF -> Bags of Visual Words -> Clustering) untuk
|
| 20 |
dataset citra daging sapi multidomain (RPH & UMKM), seluruh proses klasifikasi mutu dilakukan tanpa pelatihan supervised
|