Google-Apps
Hauptmenü

Post a Comment On: the urban canuk, eh

"Find differences between images C#"

3 Comments -

1 – 3 of 3
Blogger chathuranga said...

thanks for your valuable code,,,can you tell me how to run this project,,,i'm trying to run this using visual studio,,,but it says "Unsafe code only appear if compiling with /unsafe "...i can't find way to run and test your project. Please help me.

5:11 AM

Blogger Deepak said...

Bryan I'm working on Image processing technique to detect smoke in the image captured by our cams. I'll try your code and hope i could bring few enhancements to it. Thanks...

2:02 AM

Blogger bryan said...

@chathuranga -- because we're dealing with pointers the method signature is unsafe. There's a flag in your project settings to enable this feature (Build -> allow unsafe). Don't worry, it won't blow up your computer, it refers to a feature that isn't available in other programming languages like Visual Basic, so if you were planning on sharing this library with others and they need to use other languages.

The other alternative is to mark the method as private so that it doesn't appear in the method signature outside of the assembly. Eg, your Visual Basic friends wouldn't be able to use the private method.

10:51 AM

You can use some HTML tags, such as <b>, <i>, <a>

This blog does not allow anonymous comments.

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot