Description Usage Arguments Examples
View source: R/06_fractalFeatures.R
This function extracts fractal features using the box counting technique.
| 1 2 3 4 5 6 7 8 | fractalFeatures(
  imgObj,
  fstPerc = 0,
  lstPerc = 100,
  ThDown = 0,
  ThUp = 100,
  onepxwide = T
)
 | 
| imgObj | The imgObj get as input the GTV object extracted using getROIVoxels method. | 
| fstPerc | A  | 
| lstPerc | A  | 
| ThDown | A  | 
| ThUp | A  | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run: 
# Create an instance of geoLet object and load a case
obj <- geoLet()
obj$openDICOMFolder(pathToOpen = './patient1')
# get the ROI
GTV <- obj$getROIVoxels(Structure = 'GTV')
# extract the fractal feature
 Fractal <- fractalFeatures(imgObj = GTV, fstPerc = 1, lstPerc = 99, ThDown = 0, ThUp = 100)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.