We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a66da commit ce76f95Copy full SHA for ce76f95
libstageplugin/p_blobfinder.cc
@@ -93,7 +93,7 @@ void InterfaceBlobfinder::Publish(void)
93
+ ((uint8_t)(blobs[b].color.g * 255.0) << 8)
94
+ ((uint8_t)(blobs[b].color.b * 255.0));
95
96
- bfd.blobs[b].area = dx * dy;
+ bfd.blobs[b].area = fabs( dx * dy );
97
bfd.blobs[b].range = blobs[b].range;
98
}
99
0 commit comments