Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
SuggestionRe: In Windows Application how to create student marks memo Pin
Richard MacCutchan30-Aug-13 3:25
mveRichard MacCutchan30-Aug-13 3:25 
GeneralRe: In Windows Application how to create student marks memo Pin
Forbiddenx30-Aug-13 3:44
Forbiddenx30-Aug-13 3:44 
GeneralRe: In Windows Application how to create student marks memo Pin
Richard MacCutchan30-Aug-13 5:06
mveRichard MacCutchan30-Aug-13 5:06 
AnswerRe: In Windows Application how to create student marks memo Pin
Abhinav S29-Aug-13 21:59
Abhinav S29-Aug-13 21:59 
AnswerRe: In Windows Application how to create student marks memo Pin
Dave Kreskowiak30-Aug-13 2:50
mveDave Kreskowiak30-Aug-13 2:50 
QuestionHand detection based on skin color using EmguCV Pin
Kh Ben29-Aug-13 7:01
professionalKh Ben29-Aug-13 7:01 
AnswerRe: Hand detection based on skin color using EmguCV Pin
OriginalGriff29-Aug-13 8:37
mveOriginalGriff29-Aug-13 8:37 
GeneralRe: Hand detection based on skin color using EmguCV Pin
Kh Ben29-Aug-13 9:09
professionalKh Ben29-Aug-13 9:09 
I think that's normal: helping others if we can, i don't ask to do my job.
I asked for suggestion, for real time application.

C#
private void DoMainLoop(Image<Bgr, Byte> frame)
        {
            try
            {
                Stopwatch watch = Stopwatch.StartNew();
                Image<Gray, Byte> img1 = frame.Convert<Gray, Byte>();

                /// Binary Image 
                if (traiter)
                {
                    img1 = img1.SmoothBlur(smooth, smooth);
                    img1 = img1.Dilate(dilate);
                    img1 = img1.Erode(erode);
                }

                imgBin = img1.ThresholdBinaryInv(new Gray(threshold), new Gray(255));

                
                handrectangle = HandsFromContours(imgBin);

                ......
                ......
                ......

            }
        }


what i want is a suggestion of a segmentation in real time in place of getting the hand from contour.
GeneralRe: Hand detection based on skin color using EmguCV Pin
OriginalGriff29-Aug-13 10:05
mveOriginalGriff29-Aug-13 10:05 
GeneralRe: Hand detection based on skin color using EmguCV Pin
Pete O'Hanlon29-Aug-13 10:08
mvePete O'Hanlon29-Aug-13 10:08 
GeneralRe: Hand detection based on skin color using EmguCV Pin
Kh Ben29-Aug-13 12:53
professionalKh Ben29-Aug-13 12:53 
QuestionRegarding help www.paytm.com framework Pin
Aravin.it29-Aug-13 3:11
Aravin.it29-Aug-13 3:11 
AnswerRe: Regarding help www.paytm.com framework Pin
Richard MacCutchan29-Aug-13 3:23
mveRichard MacCutchan29-Aug-13 3:23 
QuestionRPC Server unavailable. Excel Process Pin
Mathumala_p29-Aug-13 0:38
Mathumala_p29-Aug-13 0:38 
AnswerRe: RPC Server unavailable. Excel Process Pin
Bernhard Hiller29-Aug-13 21:21
Bernhard Hiller29-Aug-13 21:21 
GeneralRe: RPC Server unavailable. Excel Process Pin
Mathumala_p29-Aug-13 21:28
Mathumala_p29-Aug-13 21:28 
QuestionAdd signature in MP3 file Pin
hamroush28-Aug-13 23:48
hamroush28-Aug-13 23:48 
AnswerRe: Add signature in MP3 file Pin
BillWoodruff29-Aug-13 3:36
professionalBillWoodruff29-Aug-13 3:36 
QuestionPostBack data lost ASP.NET 4.5 Pin
Paulo J Afonso28-Aug-13 23:47
Paulo J Afonso28-Aug-13 23:47 
AnswerRe: PostBack data lost ASP.NET 4.5 Pin
Richard Deeming29-Aug-13 2:05
mveRichard Deeming29-Aug-13 2:05 
GeneralRe: PostBack data lost ASP.NET 4.5 Pin
Paulo J Afonso29-Aug-13 2:31
Paulo J Afonso29-Aug-13 2:31 
GeneralRe: PostBack data lost ASP.NET 4.5 Pin
Richard Deeming29-Aug-13 3:32
mveRichard Deeming29-Aug-13 3:32 
GeneralRe: PostBack data lost ASP.NET 4.5 Pin
Forbiddenx30-Aug-13 3:24
Forbiddenx30-Aug-13 3:24 
AnswerRe: PostBack data lost ASP.NET 4.5 Pin
Nelson Costa Inácio3-Sep-13 4:29
Nelson Costa Inácio3-Sep-13 4:29 
QuestionSMDR Data Collection using Tcp/ip in c# Pin
hamroush28-Aug-13 23:31
hamroush28-Aug-13 23:31 

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.