Click here to Skip to main content
15,894,343 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Simple way to learn directx Pin
ripsware17-Oct-08 9:39
ripsware17-Oct-08 9:39 
GeneralRe: Simple way to learn directx Pin
Mark Salsbery18-Oct-08 9:20
Mark Salsbery18-Oct-08 9:20 
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 
Indirectly you do consider every possible pair of points, but algorithmically it's a bit simpler.

Start with an array representing the unknown region, initiallized to all zeroes. Then go through each known point in the original image, and if it's white, trace out line segments in your array that go through this point (at different angles), incrementing the array elements each line intersects.

You'll get a lot of "noise", but the highest values in the array will be along the missing segment because all the known white points will combine their "votes" along this line.
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 
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 

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.