|
| int | Compute3DNorm (Volume *newv, Volume *gx, Volume *gy, Volume *gz, float gxabsmax, float gyabsmax, float gzabsmax, float threshold) |
| |
| void | CoefSmoothingDeriche (float alpha, float *afl1, float *afl2, float *bfl1, float *bfl2, float *aflr1, float *aflr2) |
| |
| void | SmoothingDeriche (float *input, float *output, float *work, float a1, float a2, float a11, float a22, float b1, float b2, int dim) |
| |
| int | Extract3DMaxima (Volume *fvol, Volume *gx, Volume *gy, Volume *gz, float gxabsmax, float gyabsmax, float gzabsmax, float threshold) |
| |
| void | CoefGradientDeriche (float alpha, float *afd1, float *bfd1, float *bfd2) |
| |
| void | GradientDeriche (float *input, float *output, float *work, float a1, float b1, float b2, int dim) |
| |
| void | CoefLaplacianDeriche (float alpha, float *a1, float *a2, float *b1, float *b2) |
| |
| void | LaplacianDeriche (float a1, float a2, float b1, float b2, float *input, float *output, float *work, int dim) |
| |
| void | Compute2dGradientNorme (float *gx, float *gy, float *gn, int size) |
| |
| void | Extract2dMaximaFloat (float *gx, float *gy, float *gn, float *gext, int xsize, int ysize, float threshold) |
| |
| int | VolumeGradientDericheAlongLines (Volume *vol, float alpha) |
| |
| int | VolumeGradientDericheAlongColumns (Volume *vol, float alpha) |
| |
| int | VolumeSmoothingDericheAlongSlices (Volume *vol, float alpha) |
| |
| int | VolumeSmoothingDericheAlongLines (Volume *vol, float alpha) |
| |
| int | VolumeSmoothingDericheAlongColumns (Volume *vol, float alpha) |
| |
| int | VolumeGradientDericheAlongSlices (Volume *vol, float alpha) |
| |
| void | GradientDericheAlongLines (float *p1, float *p2, float *output, float *work, float afl1_g, float bfl1_g, float bfl2_g, int xsize, int ysize) |
| |
| void | GradientDericheAlongColumns (float *p1, float *p2, float *input, float *output, float *work, float afl1_g, float bfl1_g, float bfl2_g, int xsize, int ysize) |
| |
| void | SmoothingDericheAlongLines (float *p1, float *p2, float *output, float *work, float afl1, float afl2, float aflr1, float aflr2, float bfl1, float bfl2, int xsize, int ysize) |
| |
| void | SmoothingDericheAlongColumns (float *p1, float *p2, float *input, float *output, float *work, float afl1, float afl2, float aflr1, float aflr2, float bfl1, float bfl2, int xsize, int ysize) |
| |
| int | VolumeGradientDeriche3DX (Volume *vol, float alpha) |
| |
| int | VolumeGradientDeriche3DY (Volume *vol, float alpha) |
| |
| int | VolumeGradientDeriche3DZ (Volume *vol, float alpha) |
| |
| int | VolumeDeriche3DSmoothing (Volume *vol, float alpha) |
| |