Image classification using openCV and weka
        Posted  
        
            by simk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by simk
        
        
        
        Published on 2010-04-21T07:58:36Z
        Indexed on 
            2010/04/21
            8:03 UTC
        
        
        Read the original article
        Hit count: 1620
        
Hi i want to do image classification, so i am planning to use openCV for the preprocessing of image and weka to check which ML algorithm gives best result, so the problem i am facing is converting the image data in to weka ARFF file format, when i apply some image transformation to image and write the image data it become so large and not sure how to define @ATTRIBUTE for that. If you have done similar thing before please suggest how can i solve this and it particularly doesn't have to be openCV i can use other tools also, please suggest.
© Stack Overflow or respective owner