Click here to Skip to main content
15,914,488 members
Home / Discussions / C#
   

C#

 
Questionabout saliency extraction Pin
yogesh_deshmukh7-Jan-09 2:51
yogesh_deshmukh7-Jan-09 2:51 
AnswerRe: about saliency extraction Pin
Eddy Vluggen7-Jan-09 4:41
professionalEddy Vluggen7-Jan-09 4:41 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh7-Jan-09 19:39
yogesh_deshmukh7-Jan-09 19:39 
GeneralRe: about saliency extraction Pin
Eddy Vluggen8-Jan-09 0:24
professionalEddy Vluggen8-Jan-09 0:24 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh9-Jan-09 2:05
yogesh_deshmukh9-Jan-09 2:05 
GeneralRe: about saliency extraction Pin
Eddy Vluggen9-Jan-09 2:18
professionalEddy Vluggen9-Jan-09 2:18 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh9-Jan-09 19:37
yogesh_deshmukh9-Jan-09 19:37 
GeneralRe: about saliency extraction Pin
yogesh_deshmukh16-Jan-09 20:32
yogesh_deshmukh16-Jan-09 20:32 
i implemented parallel for loop but in below code it is throwing exception 'invalid operation for gepixel and setpixel' is it possible to use gepixel() in this context please help!!
AForge.Parallel.For(py1, py2, delegate(int z)
{
for (x = px1; x < px2; x++)
{
Color pixelColor = image2.GetPixel(x, z);
img1.SetPixel(x, z, pixelColor);
}
});
GeneralRe: about saliency extraction Pin
Eddy Vluggen18-Jan-09 2:34
professionalEddy Vluggen18-Jan-09 2:34 
QuestionDisplay numbers in HEX - DataGridView? Pin
liqnit7-Jan-09 2:46
liqnit7-Jan-09 2:46 
AnswerRe: Display numbers in HEX - DataGridView? Pin
DaveyM697-Jan-09 2:58
professionalDaveyM697-Jan-09 2:58 
GeneralRe: Display numbers in HEX - DataGridView? Pin
liqnit7-Jan-09 3:30
liqnit7-Jan-09 3:30 
GeneralRe: Display numbers in HEX - DataGridView? Pin
DaveyM697-Jan-09 3:46
professionalDaveyM697-Jan-09 3:46 
GeneralRe: Display numbers in HEX - DataGridView? Pin
Dave Kreskowiak7-Jan-09 5:57
mveDave Kreskowiak7-Jan-09 5:57 
Questioncut,copy,paste a picturebox control in c#.net at runtime Pin
shabanab7-Jan-09 2:33
shabanab7-Jan-09 2:33 
RantDon't repost Pin
Eddy Vluggen7-Jan-09 2:38
professionalEddy Vluggen7-Jan-09 2:38 
AnswerRe: Don't repost Pin
Eddy Vluggen7-Jan-09 2:43
professionalEddy Vluggen7-Jan-09 2:43 
AnswerRe: cut,copy,paste a picturebox control in c#.net at runtime Pin
Not Active7-Jan-09 2:45
mentorNot Active7-Jan-09 2:45 
AnswerRe: cut,copy,paste a picturebox control in c#.net at runtime Pin
Dragonfly_Lee7-Jan-09 18:43
Dragonfly_Lee7-Jan-09 18:43 
QuestionReading Binary Database Pin
Muammar©7-Jan-09 2:21
Muammar©7-Jan-09 2:21 
AnswerRe: Reading Binary Database Pin
DaveyM697-Jan-09 2:26
professionalDaveyM697-Jan-09 2:26 
AnswerRe: Reading Binary Database Pin
Colin Angus Mackay7-Jan-09 2:30
Colin Angus Mackay7-Jan-09 2:30 
GeneralRe: Reading Binary Database Pin
Muammar©7-Jan-09 19:55
Muammar©7-Jan-09 19:55 
QuestionSetup tool Pin
blackjack21507-Jan-09 2:12
blackjack21507-Jan-09 2:12 
AnswerRe: Setup tool Pin
Colin Angus Mackay7-Jan-09 2:17
Colin Angus Mackay7-Jan-09 2:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.