Hi.
I use PHOGFilter for classifying some images:
PHOGFilter phogFilter = new PHOGFilter();
phogFilter.setImageDirectory(file.getParent());
phogFilter.setInputFormat(instances);
Instances filteredTest = Filter.useFilter(instances, phogFilter);
Can I use the bytes of image or input stream of the image instead of path?
phogFilter.setImageDirectory(file.getParent());
Hi.
I use PHOGFilter for classifying some images:
Can I use the bytes of image or input stream of the image instead of path?
phogFilter.setImageDirectory(file.getParent());