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

C#

 
AnswerRe: How to convert html to image using webbrowser? Pin
Christian Graus9-Jul-09 4:53
protectorChristian Graus9-Jul-09 4:53 
AnswerRe: How to convert html to image using webbrowser? Pin
DoctorMick9-Jul-09 5:05
DoctorMick9-Jul-09 5:05 
AnswerRe: How to convert html to image using webbrowser? Pin
0x3c09-Jul-09 6:33
0x3c09-Jul-09 6:33 
GeneralRe: How to convert html to image using webbrowser? Pin
jacekzorek9-Jul-09 23:42
jacekzorek9-Jul-09 23:42 
QuestionEdge Detection in image to measure size [modified] Pin
shultas9-Jul-09 3:36
shultas9-Jul-09 3:36 
AnswerRe: Edge Detection in image to measure size Pin
Sun Rays9-Jul-09 3:49
Sun Rays9-Jul-09 3:49 
GeneralRe: Edge Detection in image to measure size Pin
shultas9-Jul-09 4:08
shultas9-Jul-09 4:08 
GeneralRe: Edge Detection in image to measure size Pin
Christian Graus9-Jul-09 4:29
protectorChristian Graus9-Jul-09 4:29 
Basically, the edge detection filters will give you a high contrast result, which you can iterate over and find edges easily, because they are close to white, while the rest is basically black. The real issue is, knowing for sure that there's only two objects with edges in your image. I've done this sort of thing before, to calibrate the size of a photo in an xray scanner, so I could them measure other images. We scanned a sheet which had a series of dots on it. I didn't use any filters, I just walked the image looking for black pixels. Once this was done, we used the mapping of pixels to mm to provide measurements in a measure tool inside the software.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Edge Detection in image to measure size Pin
shultas9-Jul-09 4:54
shultas9-Jul-09 4:54 
GeneralRe: Edge Detection in image to measure size Pin
OriginalGriff9-Jul-09 5:09
mveOriginalGriff9-Jul-09 5:09 
QuestionWMI/ADO for Microsoft Exchange Server 2010 Pin
tom groezer9-Jul-09 3:19
tom groezer9-Jul-09 3:19 
QuestionTesting for current PictureBox.Image Pin
kanchoette9-Jul-09 3:16
kanchoette9-Jul-09 3:16 
AnswerRe: Testing for current PictureBox.Image Pin
Christian Graus9-Jul-09 3:18
protectorChristian Graus9-Jul-09 3:18 
AnswerRe: Testing for current PictureBox.Image Pin
Sun Rays9-Jul-09 3:39
Sun Rays9-Jul-09 3:39 
GeneralRe: Testing for current PictureBox.Image Pin
Christian Graus9-Jul-09 3:54
protectorChristian Graus9-Jul-09 3:54 
GeneralRe: Testing for current PictureBox.Image Pin
kanchoette9-Jul-09 4:27
kanchoette9-Jul-09 4:27 
GeneralRe: Testing for current PictureBox.Image Pin
Luc Pattyn9-Jul-09 9:31
sitebuilderLuc Pattyn9-Jul-09 9:31 
AnswerRe: Testing for current PictureBox.Image Pin
0x3c09-Jul-09 5:40
0x3c09-Jul-09 5:40 
QuestionC# Rijndael Encrypt and Pel Crypt::CBC Pin
DanielLC9-Jul-09 3:13
DanielLC9-Jul-09 3:13 
QuestionGraphics.DrawImageUnscaled blurry Pin
Huisheng Chen9-Jul-09 3:02
Huisheng Chen9-Jul-09 3:02 
AnswerRe: Graphics.DrawImageUnscaled blurry Pin
Christian Graus9-Jul-09 3:17
protectorChristian Graus9-Jul-09 3:17 
GeneralRe: Graphics.DrawImageUnscaled blurry Pin
Huisheng Chen9-Jul-09 3:53
Huisheng Chen9-Jul-09 3:53 
QuestionToUnicodeEx and dead keys inside system wide hooks Pin
RevengerPT9-Jul-09 2:52
RevengerPT9-Jul-09 2:52 
Questioncash register. Pin
solomonope9-Jul-09 2:03
solomonope9-Jul-09 2:03 
AnswerRe: cash register. Pin
Christian Graus9-Jul-09 2:13
protectorChristian Graus9-Jul-09 2:13 

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.