[TASK] Finetune hough stuff a bit.
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class HoughMachine {
|
||||
QColor pixel = QColor::fromRgb(this->original->getPixel(u, v, LazyImage::DEFAULT));
|
||||
int h, s, l;
|
||||
pixel.getHsl(&h, &s, &l);
|
||||
if(l > 0) {
|
||||
if(l < 15) {
|
||||
this->doPixel(u, v);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user