Click here to Skip to main content
15,921,989 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: Simple way to learn directx Pin
quakeboy29-Oct-08 0:04
quakeboy29-Oct-08 0:04 
Questiondrawing a room Pin
guyadika15-Oct-08 10:19
guyadika15-Oct-08 10:19 
AnswerRe: drawing a room Pin
guyadika15-Oct-08 10:20
guyadika15-Oct-08 10:20 
AnswerRe: drawing a room Pin
Alan Balkany16-Oct-08 3:45
Alan Balkany16-Oct-08 3:45 
QuestionExtrapolating lines to fill in missing sections Pin
Keith (MapMan)15-Oct-08 6:09
Keith (MapMan)15-Oct-08 6:09 
AnswerRe: Extrapolating lines to fill in missing sections Pin
Alan Balkany16-Oct-08 3:59
Alan Balkany16-Oct-08 3:59 
GeneralRe: Extrapolating lines to fill in missing sections Pin
Keith (MapMan)16-Oct-08 23:07
Keith (MapMan)16-Oct-08 23:07 
GeneralRe: Extrapolating lines to fill in missing sections Pin
Alan Balkany17-Oct-08 3:34
Alan Balkany17-Oct-08 3:34 
Yes, one array element per unknown pixel. You'll have to experiment with different numbers of angles. Too many, and every point will cover the whole unknown region. Too few, and you'll miss reinforcing the pixels over the true line.

Also you'll want to limit the length of the segments you trace from each white point, so you don't have irrelevant distant pixels influencing your analysis.

You want to select values such that the pixels in the unknown region that are colinear with the white lines get the most reinforcement.

After you trace from the white pixels, you need to threshold the unknown region, i.e. consider every pixel with a sum above some value to be white, and all others black. This will take some experimentation to determine the best value.
QuestionDVD Event Handling Pin
KaldaP14-Oct-08 8:49
KaldaP14-Oct-08 8:49 
AnswerRe: DVD Event Handling Pin
Jim Crafton14-Oct-08 9:26
Jim Crafton14-Oct-08 9:26 
GeneralRe: DVD Event Handling Pin
KaldaP15-Oct-08 6:12
KaldaP15-Oct-08 6:12 
GeneralRe: DVD Event Handling Pin
Jim Crafton15-Oct-08 6:19
Jim Crafton15-Oct-08 6:19 
QuestionToolbar icons Pin
pacoxl14-Oct-08 6:27
pacoxl14-Oct-08 6:27 
QuestionHow to intersect GraphicsPaths? Pin
CherezZaboro14-Oct-08 2:19
CherezZaboro14-Oct-08 2:19 
QuestionLarge images and memory issue Pin
riobui13-Oct-08 22:03
riobui13-Oct-08 22:03 
QuestionForm not shown completely in output window - winCE .net Pin
sayana_here9-Oct-08 21:44
sayana_here9-Oct-08 21:44 
QuestionQuestion about the project template. Pin
Jack_Dracon8-Oct-08 6:37
Jack_Dracon8-Oct-08 6:37 
QuestionCopy partial Image from another image. VB .net 3.5 Pin
CAN Coder7-Oct-08 7:44
CAN Coder7-Oct-08 7:44 
AnswerRe: Copy partial Image from another image. VB .net 3.5 Pin
Mark Salsbery7-Oct-08 8:11
Mark Salsbery7-Oct-08 8:11 
QuestionRect flickrs outside of the the app area Pin
gabbana7-Oct-08 4:16
gabbana7-Oct-08 4:16 
AnswerRe: Rect flickrs outside of the the app area Pin
gabbana7-Oct-08 5:25
gabbana7-Oct-08 5:25 
QuestionGraphics how to start ???? Pin
Larsfrom4-Oct-08 9:19
Larsfrom4-Oct-08 9:19 
AnswerRe: Graphics how to start ???? Pin
gabbana7-Oct-08 4:22
gabbana7-Oct-08 4:22 
QuestionBBM format-Deluxe Paint Brush image format Pin
gtag3-Oct-08 7:54
gtag3-Oct-08 7:54 
AnswerRe: BBM format-Deluxe Paint Brush image format Pin
Drew Stainton4-Oct-08 6:41
Drew Stainton4-Oct-08 6:41 

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.