allow translation of demosaic methods; hide Sub-Image selector for files with onyl 1 raw file; ...
This commit is contained in:
@@ -202,7 +202,7 @@ public:
|
||||
}
|
||||
|
||||
// use with indices
|
||||
T * operator[](int index)
|
||||
T * operator[](int index) const
|
||||
{
|
||||
assert((index >= 0) && (index < y));
|
||||
return ptr[index];
|
||||
|
Reference in New Issue
Block a user