Image Classification Algorithms Using Java

后端 未结 2 1998
甜味超标
甜味超标 2020-12-21 06:41

My goal is to implements different image classification methods to show how they function and the advantages and disadvantages behind such methods. The ones I want to try an

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-21 07:44

    You can also use RapidMiner with IMMI (IMage MIning) extension:

    http://www.burgsys.com/mumi-image-mining-community.php

    For image classification you can use for example global feature extraction and then use some classification algorithm (e.g. Artificial Neural Networks).

提交回复
热议问题