Thread: Query Regarding "Brain Surface Extractor" or BSE

  1. #1
    Registered User
    Join Date
    Jul 2014
    Posts
    8

    Query Regarding "Brain Surface Extractor" or BSE

    Hey All,

    I want to implement BSE algo in C.This algo is from the paper "Magnetic Resonance Image Tissue Classification Using
    a Partial Volume Model
    " in 2001.
    I have few doubts in this algo that is why finding difficulty to implement. Pls help me in this...
    Doubt 1: In equation 1 it is clear by the definition of diffusion that
    del I/ del t = div(c(p,t) grad I) but how it equal to c(p,t)Laplacian(I) + (grad c . grad I) ?
    c(p,t) is diffusivity but its also not clear that what is single c ?

    Doubt 2:
    What is g in equation 2 and how the value of Kd(diffusion constant) will be determined at the time of implementation?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    These appear to be questions concerning a particular publication rather than concerning the implementation in C of an algorithm described in that publication, hence I shall move this thread to General Discussion.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 08-19-2012, 06:15 AM
  2. GL Viewer "Up Vector" perpendicular to sphere surface
    By psychopath in forum Game Programming
    Replies: 11
    Last Post: 12-10-2005, 04:40 PM
  3. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  4. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM