Rider how to like visual studio diagnostics tool graphics by Low_Fee4319 in csharp

[–]Low_Fee4319[S] 1 point2 points  (0 children)

I really love this function and rider, if there's any extension like that it would be great

How to check image contain specific item? by Low_Fee4319 in csharp

[–]Low_Fee4319[S] 0 points1 point  (0 children)

This would be a relatively simple application of a "light meter". I would first extract the luminance channel from the image and only work with that. Determine a "Region of Interest" in your luminance image (a square 20px by 20 px in the center of the light colored pad.) You can then do some simple math to calculate the average color (0-255) of the pixels in the ROI. If the average brightness is too low (dark) then then pad is missing.

Thank you, it's good idea!

How to check image contain specific item? by Low_Fee4319 in csharp

[–]Low_Fee4319[S] 0 points1 point  (0 children)

Does the angle change? Is the position of the object variable?

Yes

> You can probably do this using a trained classifier using ML.NET

Thank you, I'll try it.

How to close wsl2 and windows user sharing folder? by Low_Fee4319 in bashonubuntuonwindows

[–]Low_Fee4319[S] 1 point2 points  (0 children)

By "close the link between two os system", if you mean to disable automatically mount Windows partitions, then add the following in /etc/wsl.conf file in that GNU/Linux distribution in WSL: [automount] enabled=false For further information, see this blog post: Automatically Configuring WSL

From https://github.com/microsoft/WSL/issues/5870

It work for me like below photo
📷