Home > Net >  Urgent please
Urgent please

Time:10-16

How to get a picture of a gray image pixel gray value

CodePudding user response:

C # class batmap

CodePudding user response:

Third-party plug-in

CodePudding user response:

PS, bibulous look at the gray value

CodePudding user response:

Screenshots, thrown into the drawing tools, can see the color

CodePudding user response:

C # Emgucv class library is suitable for processing image
This is the method of use: emgucv
https://www.cnblogs.com/motao9527/p/10220445.html
Gray histogram threshold value is calculated using the extracting grey value

CodePudding user response:

(int) (color. R * 0.3 + color. G * 0.59 + color in B * 0.11);
The RGB respectively is red, green, and blue components
There is a simple Color. GetBrightness

CodePudding user response:

to inline style style property, and define the color, the color, then v can draw pixel values, and fill the ok

CodePudding user response:

https://www.cnblogs.com/DuanLaoYe/p/5386146.html
  •  Tags:  
  • C#
  • Related