Newsgroups: comp.soft-sys.matlab
From: "Carl S." <tkitt...@gmail.com>
Date: Sun, 18 Nov 2012 04:37:19 +0000 (UTC)
Local: Sat, Nov 17 2012 11:37 pm
Subject: Re: measured boundary conditions
"Carl S." wrote in message <k885d7$h8...@newscl01ah.mathworks.com>...
(eye(256)-gradient(u).^2) becomes zero. Therefore, > "Carl S." wrote in message <k879vh$k4...@newscl01ah.mathworks.com>... > > "Bruno Luong" <b.lu...@fogale.findmycountry> wrote in message <h5rf05$nb...@fred.mathworks.com>... > > > Doug, I have a hard time to explain why using pointwise Neumann condition is dangerous in a simple term. So I continue to provide indication, and hope one of them will speak to you. If you are familiarize with boundary single layer potential, you will see that the normal derivative have a jump relation related to the local value of the potential (see Colton & Kress book). This show that we can set pointwise Neumann bc at any values, though the Banach L^p norm (1<=p<infinity) of the "trace" can be anything else. There are an infinity harmonic functions that meet the *point-wise* Neumann condition. > > > I might not fully understand where your Neumann data are from (I understand from measurement), but you have to be careful about how to plug them into the PDE, even if you think you can define it in the boundary.m.
> > > Bruno
> > Hi, I think this is the correct place to ask my question that is about Sobolev. The codes are ;
> > u=NeumannBoundCond(u);
> > diracPhi=Dirac(u,epsilon);
> > edgeTerm=diracPhi.*(vx.*Nx+vy.*Ny) + diracPhi.*g.*curvature;
> > SobolevGradEdgeTerm = (1./(Img-gradient(u).^2)).*edgeTerm;
> > When I multiply the edgeTerm and lambda then I can see the evoluation of the active contour. But I want to use Sobolev gradient. (So, I have added the last two code lines.) In this case, when I multiply the lambda with SobolevGradEdgeTerm then the active contour disappears in the figure. What is the mistake ?
> I tried this
1./(eye(256)-gradient(u).^2)) becomes inf. Therefore, the active contour disappears How to solve this problem ? You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||