Ask Your Question

nadeem's profile - activity

2013-11-20 12:10:13 -0600 commented question can i use OpenCV for dumping jepg coefcients DC and AC

okey i mean the dc and ac matrix for each MCU in image. i read that by using libjpeg this function jpeg_read_coefficients() will read the entire image into a set of virtual coefficient-block arrays. and then i an use those arrays to access the matrices and do my analysis on them an extract features to be used later in svm (planing to use libsvm).

2013-11-20 07:24:43 -0600 commented question can i use OpenCV for dumping jepg coefcients DC and AC

yes i will be using machine learning (svm) and for that i will look at the picture from low level at dct for extracting features so i need to know if i used opencv i will be able to dump dct matrix and be able to analyze dct for 8x8 block and extract features from it. so i will not use pixel values for features

2013-11-18 10:16:30 -0600 asked a question can i use OpenCV for dumping jepg coefcients DC and AC

in my research i need to be able to prepare and extract some features from pictures for being use for classification and now i am looking into tools for this purpose. I am looking into libjpeg and want to ask here if also can use OpenCV since it may has something already done and easy to use to save time and effort any suggestions on the direction i should take?