Click here to Skip to main content
15,893,644 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with critical section. Pin
Prakash Nadar26-Feb-04 23:47
Prakash Nadar26-Feb-04 23:47 
GeneralRe: Problem with critical section. Pin
_Magnus_27-Feb-04 0:11
_Magnus_27-Feb-04 0:11 
GeneralRe: Problem with critical section. Pin
Prakash Nadar27-Feb-04 0:14
Prakash Nadar27-Feb-04 0:14 
GeneralEdit control and Unicode Pin
Jahangir Jamshed26-Feb-04 23:47
sussJahangir Jamshed26-Feb-04 23:47 
GeneralRe: Edit control and Unicode Pin
Prakash Nadar27-Feb-04 0:08
Prakash Nadar27-Feb-04 0:08 
GeneralCRichEdit, default font settings Pin
Shah Shehpori26-Feb-04 23:37
sussShah Shehpori26-Feb-04 23:37 
Questionhow can i make some pictures into Panoramic image Pin
xnew26-Feb-04 23:21
xnew26-Feb-04 23:21 
AnswerRe: how can i make some pictures into Panoramic image Pin
telstar27-Feb-04 8:00
telstar27-Feb-04 8:00 
The best way to handle this is to give the user some intervention. Step-through each pair of images and display then side-by-side. Give the user an interface where they can click a point in picture #1 then click the corresponding overlap point in picture #2. Collect as many data points as you want to manipulate.

Then when you merge these two images, overlay those designated points, and weight the pixels surrounding those points so as to "stretch" or "shrink" those regions based on how close they are to the clicked points and how much stretching or shrinking you need to do. You can also adjust the transparency around those regions to blend the two images together. That usually helps with the transition.

Good luck. It's not as easy as just slapping 3 or 4 images next to one another.


GeneralProb on Tasktray icons. Pin
Prakash Nadar26-Feb-04 23:13
Prakash Nadar26-Feb-04 23:13 
GeneralRe: Prob on Tasktray icons. Pin
Shog927-Feb-04 5:35
sitebuilderShog927-Feb-04 5:35 
GeneralRe: Prob on Tasktray icons. Pin
Prakash Nadar27-Feb-04 13:40
Prakash Nadar27-Feb-04 13:40 
GeneralRe: Prob on Tasktray icons. Pin
SiddharthAtw27-Feb-04 20:05
SiddharthAtw27-Feb-04 20:05 
GeneralRe: Prob on Tasktray icons. Pin
Prakash Nadar28-Feb-04 0:22
Prakash Nadar28-Feb-04 0:22 
Questionhow to apply fading(DSP) on waveaudio stream Pin
Member 95034326-Feb-04 23:08
Member 95034326-Feb-04 23:08 
GeneralFunction prototype Pin
hph26-Feb-04 23:02
hph26-Feb-04 23:02 
GeneralRe: Function prototype Pin
Prakash Nadar26-Feb-04 23:06
Prakash Nadar26-Feb-04 23:06 
GeneralRe: Function prototype Pin
hph26-Feb-04 23:10
hph26-Feb-04 23:10 
GeneralRe: Function prototype Pin
Prakash Nadar26-Feb-04 23:23
Prakash Nadar26-Feb-04 23:23 
GeneralRe: Function prototype Pin
hph26-Feb-04 23:40
hph26-Feb-04 23:40 
GeneralRe: Function prototype Pin
Prakash Nadar27-Feb-04 0:17
Prakash Nadar27-Feb-04 0:17 
GeneralRe: Function prototype Pin
David Crow27-Feb-04 5:35
David Crow27-Feb-04 5:35 
GeneralRe: Function prototype Pin
Prakash Nadar27-Feb-04 13:37
Prakash Nadar27-Feb-04 13:37 
GeneralRe: Function prototype Pin
Kevin McFarlane27-Feb-04 1:23
Kevin McFarlane27-Feb-04 1:23 
GeneralRe: Function prototype Pin
Prakash Nadar27-Feb-04 4:15
Prakash Nadar27-Feb-04 4:15 
GeneralRe: Function prototype Pin
Kevin McFarlane27-Feb-04 6:25
Kevin McFarlane27-Feb-04 6:25 

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.