ISET / isetL3

Linear, Local, Learned
3 stars 6 forks source link

Script for creating matched PGM and JPEG #7

Closed wandell closed 6 years ago

wandell commented 9 years ago

We should make many little small colorful matched PGM and JPEG files using ISET. That way we can debug the camera reverse engineering tables with small data sets that are colorful and have structures we think are useful.

hjiang36 commented 9 years ago

A function called 'cutImages' is implemented in folder 'utility' and it can be used to cut PGM and JPEG files into smaller cell array of images.

t_L3Object is updated to use this function and use all smaller images to do the classification.

HJ