Commit Graph
9 Commits
Author SHA1 Message Date
andyandStefan van der Walt fc612a830e pep8 2011-10-04 11:56:23 -07:00
andyandStefan van der Walt 7448ba2529 null_plugin gets imread as promised in __ini__.py of plugins 2011-10-04 11:56:17 -07:00
andyandStefan van der Walt 79cde8df47 have preferrence list of plugins instead of just trying "null" and "pil" 2011-10-04 11:56:11 -07:00
andy 375079e82f don't use np.empty_like with dtype argument to be numpy 1.5 compatible. 2011-09-27 23:51:14 +02:00
andy b3759c8a2f bug: color convertion. make tests arrays float. 2011-09-27 23:38:57 +02:00
andy c1b72ea638 use dtype.img_as_float in _convert for colorspaces.
All conversions are done as matrix multiplications with floats, so this is the only
way not to lose precision.
2011-09-27 21:11:30 +02:00
andy 01723d7f66 pep8 2011-09-27 20:56:12 +02:00
andy 8f6d290e57 hog: uniform filter instead of integral image 2011-09-27 19:31:37 +02:00
andyandStefan van der Walt 41ed86d49b Convenience functions to load example images. 2011-09-25 15:04:51 -07:00