WIP Mutations ranking
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
const Quantum *p = view.getConst(0, 0, n, m); //entire image
|
||||
unsigned long long red = 0, green = 0, blue = 0;
|
||||
float numpixels = (float)(n*m);
|
||||
if (img->channels() < 3) return bitset<64>(0);
|
||||
for (ssize_t j = 0; j < m; j++) {
|
||||
for (ssize_t i = 0; i < n; i++) {
|
||||
//LTR scanning
|
||||
|
||||
Reference in New Issue
Block a user