Giter Site home page Giter Site logo

pengenalan-bangun-datar-knn-'s Introduction

Deskripsi:

  • Project Ini akan mengklasifikasi bangun datar dengan metode KNN,

FOLDER :

  • Data Latih Berisi gambar bangun datar yang dijadikan objek pelatihan didalam data latih terdapat Raw,Edge,Resize
    • Raw berisi Data mentah
    • Resize berisi Data mentah yang ukurannya telah dinormalisasi
    • Edge berisi Data mentah yang ukurannya telah dinormalisasi dan menggunakan tepi Canny
  • Data Uji Berisi gambar bangun datar yang dijadikan objek uji didalam data latih terdapat Raw,Edge,Resize
    • Raw berisi Data mentah
    • Resize berisi Data mentah yang ukurannya telah dinormalisasi
    • Edge berisi Data mentah yang ukurannya telah dinormalisasi dan menggunakan tepi Canny

CSV :

  • data_latih.csv berisi nama img dan label untuk data latih
  • data_uji.csv berisi nama img untuk data uji

File :

  • main.m : Program Utama
  • raw_csv_to_edge.m :
    • parameter : csvFile,dirRawFolder,dirEdgedFolder,newSize
    • tujuan : menggenerate data tepi dan resize dengan tepi canny di directory Edge
    • output : image baru
  • raw_csv_resize.m :
    • parameter : csvFile,dirRawFolder,dirResizeFolder,newSize
    • tujuan : menggenerate data tepi dan resize & biner di directory Resize
    • output : image baru
  • edge_write_csv.m :
    • parameter : csvFile,dirEdgeFolder,dirEdgeCsvFile,newSize
    • tujuan : membuat Integeral Projection dari data Resize / Edge ke file csv
    • output : file csv berisi integralProjection
  • create_csv_knn_data.m :
    • parameter : edgeCsvLatihName,edgeCsvUjiName,knnCsvName
    • tujuan : membuat file csv menghitung KNN dari integral Projection uji dan latih
    • output : file csv data knn
  • hitungKnn.m :
    • parameter : knnCsvName,csvFileLatih
    • tujuan : menghitung 5 tetangga terdekat
    • output : overwrite file csv data knn

Package yang dibutuhkan:

  • image
  • io

cara install package :

  • tulis script dibawah di command window octave
    • pkg install -forge image
    • pkg load image
    • pkg install -forge io
    • pkg load io

pengenalan-bangun-datar-knn-'s People

Contributors

axladilla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.