Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
AnswerRe: datetime Pin
RobCroll24-May-12 15:55
RobCroll24-May-12 15:55 
GeneralRe: datetime Pin
jschell25-May-12 9:00
jschell25-May-12 9:00 
GeneralRe: datetime Pin
RobCroll25-May-12 16:50
RobCroll25-May-12 16:50 
GeneralRe: datetime Pin
jschell26-May-12 7:07
jschell26-May-12 7:07 
GeneralRe: datetime Pin
RobCroll26-May-12 16:18
RobCroll26-May-12 16:18 
QuestionEmgu CV, problem with wrapper for OpenCV Pin
Sissi198724-May-12 0:58
Sissi198724-May-12 0:58 
AnswerRe: Emgu CV, problem with wrapper for OpenCV Pin
Richard MacCutchan24-May-12 3:13
mveRichard MacCutchan24-May-12 3:13 
AnswerRe: Emgu CV, problem with wrapper for OpenCV Pin
Sissi198724-May-12 4:48
Sissi198724-May-12 4:48 
I try to explain...
I'm using EMGU, a wrapper for OpenCV's libraries. I'm trying to do an object detector (who detect boxes), starting from the Example "Pedestrian Detection" (it's inside the Emgu's packet http://www.emgu.com/wiki/index.php/Pedestrian_Detection_in_CSharp[^])
I know that the default constructor accept these values
HOGDescriptor des = new HOGDescriptor(new Size(64, 128), new Size(16,16), new Size(8, 8), new Size(8, 8), 9, 0, -1, 0.2, true);

The first value in constructor, (64,128), is the size of images used to create the HogDetector able to pursue a human figure.
But I've to use images (64, 64) to pursue boxes...and when I use these parameter, visual studio give me a null reference exception.

So, the wrapper may be used only with default value?
I talk with people who had used EMGU yet...Thanks!
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Mycroft Holmes24-May-12 12:32
professionalMycroft Holmes24-May-12 12:32 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Sissi198725-May-12 4:39
Sissi198725-May-12 4:39 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Richard MacCutchan24-May-12 22:25
mveRichard MacCutchan24-May-12 22:25 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Sissi198725-May-12 4:37
Sissi198725-May-12 4:37 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Richard MacCutchan25-May-12 4:54
mveRichard MacCutchan25-May-12 4:54 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Sissi198725-May-12 5:37
Sissi198725-May-12 5:37 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Richard MacCutchan25-May-12 5:53
mveRichard MacCutchan25-May-12 5:53 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Sissi198725-May-12 6:01
Sissi198725-May-12 6:01 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Richard MacCutchan25-May-12 6:41
mveRichard MacCutchan25-May-12 6:41 
GeneralRe: Emgu CV, problem with wrapper for OpenCV Pin
Sissi198725-May-12 8:29
Sissi198725-May-12 8:29 
Questionc# combo box binding Pin
Pubudini3424-May-12 0:39
Pubudini3424-May-12 0:39 
AnswerRe: c# combo box binding Pin
Cracked-Down24-May-12 1:17
Cracked-Down24-May-12 1:17 
GeneralRe: c# combo box binding Pin
Pubudini3424-May-12 2:07
Pubudini3424-May-12 2:07 
AnswerRe: c# combo box binding Pin
Cracked-Down24-May-12 3:05
Cracked-Down24-May-12 3:05 
GeneralRe: c# combo box binding Pin
Pubudini3424-May-12 3:34
Pubudini3424-May-12 3:34 
GeneralRe: c# combo box binding Pin
Cracked-Down24-May-12 4:05
Cracked-Down24-May-12 4:05 
GeneralRe: c# combo box binding Pin
Pubudini3424-May-12 6:45
Pubudini3424-May-12 6:45 

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.