mfdhl20 / granuloma-image-detect

This repo created to detect Granuloma disorder that occurs on the tooth root. Program uses radiograph image as an input and will produce output based on features of radiograph image. Features are extracted using 2D Gabor Wavelet and classified using Support Vector Machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

granuloma-image-detect

Matlab GUI code for Granuloma Image Detection using Gabor Wavelet Method for Feature Extraction and Support Vector Machine for Classification with Guided User Inteface.

Dental granuloma appears as total or partial chronic necrotic of the tooth root. In diagnosing this disorder, periapical radiography is needed to observe patient's tooth.

Radiographic image result of granuloma is marked with radiolucent (blackish colour) appearance on the root part of the tooth image, which will be the focus area for the system.

Input for program will be a radiograph image which will produce an output of classification result notification to the user (Granuloma or Non-Granuloma).

Use multiextraction.m and training.m to train program first before main.m (once only).

About

This repo created to detect Granuloma disorder that occurs on the tooth root. Program uses radiograph image as an input and will produce output based on features of radiograph image. Features are extracted using 2D Gabor Wavelet and classified using Support Vector Machine.


Languages

Language:MATLAB 100.0%