downhiller
downhiller
I want to do some saliency detection, like this guy has in Python: https://www.pyimagesearch.com/2018/07/16/opencv-saliency-detection/ Is that at all possible through php-opencv, or am I out of luck? Thank you!
I'm trying to implement this for a sporting event, which could have anything up to 1000 competitors. I find with 20/30/40/50 competitors it works perfectly, and speedily - typically less...
This only works on images like the one you demonstrate. Have you put any thought into somehow detecting the "best fit" angle to generate a gradient? An issue rather than...
Spurious OSC 11 command ends up writing to terminal or even executing as commands when opening vim
### Windows Terminal version 1.23.10732.0 ### Windows build number 10.0.26100.3476 ### Other Software I have an issue with `11;rgb:1e1e/1e1e/1e1e;1R` sometimes appearing. It's infrequent (once or twice a day). It can...
phpactor (running through mason in nvim) seems to be unable to recognise global constants? If I open a file and add these lines: $foo = 1; const bar = 1;...
I can see that back in Nov 2017 @tetrode added a similar PR that never got merged. Hopefully this one will. (This is my first ever OSS contribution and pull...
The tree reports an `(ERROR)` when it finds the colon in: ```SELECT * FROM users where user_id = :userId;``` as one might have in a PDO statement in php code....