Click here to Skip to main content
15,910,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOperator overloading Pin
tbrake31-Jan-06 0:49
tbrake31-Jan-06 0:49 
AnswerRe: Operator overloading Pin
Rage31-Jan-06 1:50
professionalRage31-Jan-06 1:50 
AnswerRe: Operator overloading Pin
Bob Stanneveld31-Jan-06 2:17
Bob Stanneveld31-Jan-06 2:17 
AnswerRe: Operator overloading Pin
tbrake31-Jan-06 2:29
tbrake31-Jan-06 2:29 
QuestionRe: Operator overloading Pin
David Crow31-Jan-06 3:47
David Crow31-Jan-06 3:47 
QuestionRe: Operator overloading Pin
tbrake31-Jan-06 5:53
tbrake31-Jan-06 5:53 
QuestionRe: Operator overloading Pin
David Crow31-Jan-06 6:09
David Crow31-Jan-06 6:09 
QuestionDetect and Fill part of an image Pin
beko31-Jan-06 0:30
beko31-Jan-06 0:30 
Hello,

I want to implement something similar to map colouring (Not the famous problem but actually filling). Let us say, i have a picture of a continent, and i want to select a country and fill it with a colour and also in a list view, i want to highlight that country with some additional info.

At first, i thought i could get points (borders of a country), and use triangulation or polygon filling and define bounding rectangles or polygons (simple way, not using any tree implementation), but this approach needs lots of data generated by me. (using OpenGL)

my question is, is it feasible to implement this with a picture, detecting boundaries (i saw threads about edge detection) automatically for each country name and store them for hit testing and use filling algorithms (flood vs.)? (I am a real beginner on Image Processing, Bitmap Handling, GDI etc.Smile | :) )

How would you solve this?

Thank you,

Bekir Turkmen.




AnswerRe: Detect and Fill part of an image Pin
Chris Losinger31-Jan-06 2:05
professionalChris Losinger31-Jan-06 2:05 
GeneralRe: Detect and Fill part of an image Pin
beko31-Jan-06 2:39
beko31-Jan-06 2:39 
AnswerRe: Detect and Fill part of an image Pin
A.A.31-Jan-06 7:47
A.A.31-Jan-06 7:47 
AnswerRe: Detect and Fill part of an image Pin
normanS31-Jan-06 20:16
normanS31-Jan-06 20:16 
GeneralRe: Detect and Fill part of an image Pin
beko1-Feb-06 1:01
beko1-Feb-06 1:01 
GeneralRe: Detect and Fill part of an image Pin
normanS1-Feb-06 19:16
normanS1-Feb-06 19:16 
Questionwant to kill previous instance of the same MFC app Pin
Aryan S31-Jan-06 0:12
Aryan S31-Jan-06 0:12 
AnswerRe: want to kill previous instance of the same MFC app Pin
Owner drawn31-Jan-06 1:05
Owner drawn31-Jan-06 1:05 
AnswerRe: want to kill previous instance of the same MFC app Pin
Rage31-Jan-06 1:52
professionalRage31-Jan-06 1:52 
QuestionSetting wallpaper before SwitchDesktop Pin
Chintoo72331-Jan-06 0:08
Chintoo72331-Jan-06 0:08 
AnswerRe: Setting wallpaper before SwitchDesktop Pin
Owner drawn31-Jan-06 0:19
Owner drawn31-Jan-06 0:19 
GeneralRe: Setting wallpaper before SwitchDesktop Pin
Chintoo72331-Jan-06 0:33
Chintoo72331-Jan-06 0:33 
Questionchar[] to cstring Pin
Member 227165530-Jan-06 23:38
Member 227165530-Jan-06 23:38 
AnswerRe: char[] to cstring Pin
Owner drawn30-Jan-06 23:45
Owner drawn30-Jan-06 23:45 
GeneralRe: char[] to cstring Pin
Member 227165530-Jan-06 23:57
Member 227165530-Jan-06 23:57 
GeneralRe: char[] to cstring Pin
Owner drawn31-Jan-06 0:00
Owner drawn31-Jan-06 0:00 
GeneralRe: char[] to cstring [deleted] Pin
toxcct31-Jan-06 0:20
toxcct31-Jan-06 0:20 

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.