Skip to content

This hybrid program can distinguish photos of salam, steak and currant by using histograms of some example photos like a primitive classifier.

License

Notifications You must be signed in to change notification settings

elifBalci/image-classification-with-x86Assembly-c-hybrid

Repository files navigation

image-classification-with-x86Assembly-c-hybrid

This code uses images in bmp format. Algorithm first find the offset value(in which byte will the pixels start) of bmp file which is the 10th byte.Then starting from that byte, it process pixels. This can be observed in following photograph. bmp_hexa

Then the code prepares the histogram of green. Since steak, salam and currant can be recognized based on histogram of green component. And from histogram, the mode value will be calculeted which can be observed in following graph. mode

In following chart you can see that how different are the mode values. Figure1 : currant and figure2: steak curvsste

And in the end this program can classify images of currant, steal and salam based on their mode values of histograms.

About

This hybrid program can distinguish photos of salam, steak and currant by using histograms of some example photos like a primitive classifier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published