Fixed bug with combination of cbdl and ciecam, cleaned code, made SSE version for lab2rgb

This commit is contained in:
heckflosse
2016-03-01 19:16:34 +01:00
parent a15fe1de3e
commit 51de80b558
8 changed files with 99 additions and 152 deletions

View File

@@ -48,11 +48,11 @@ public:
{
return height;
}
int getWidth ()
int getWidth () const
{
return width;
}
int getHeight ()
int getHeight () const
{
return height;
}