Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K

3 Posted Topics

Member Avatar for swinefish

1- Image has many types of features and the most and easiest to search for is Color Intensity or Distribution (RGB Histogram) But if you search for more details you have to use Texture features and Shape Extraction.

Member Avatar for m7mud.mustafa
0
153
Member Avatar for lotrsimp12345

You could use a single form with header (logo) and footer contains the wizard controls(e.g. NextBtn , BackBtn) You can use the body area to show and hide panels according to the event and the state of the program. You can use the wizard at the following link and customize …

Member Avatar for Geekitygeek
0
256
Member Avatar for virusisfound

You can change Column(using column index) background color u can use the following code line : [QUOTE]gridResults.Columns[0].DefaultCellStyle.BackColor = Color.Blue;[/QUOTE] but for changing Row(using row index) background color use the following code line : [QUOTE]gridResults.Rows[0].DefaultCellStyle.BackColor = Color.Blue;[/QUOTE]

Member Avatar for ddanbe
0
352

The End.