Skip to content

Instantly share code, notes, and snippets.

@awhite40
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save awhite40/5bb490a7546fa2aab5cf to your computer and use it in GitHub Desktop.

Select an option

Save awhite40/5bb490a7546fa2aab5cf to your computer and use it in GitHub Desktop.

Objective:

  1. Find centers of fibers
a.	Segment with more values to remove edges of “fibers” in images

  i.	So it means we will have to fit our histogram with more number of peaks.
  
  ii. We may have to play with number of bins also
  
b.	Labeling fibers bwlabeln - seperate individual fibers

c.	Compare with the confidence intervals - needs to be improved in the code
  1. Fiber orientation
a. Gradients - help get straightness

  i. jacobian 
  
  ii. try on sample image (one fiber)
  1. Image smoothing
a. subtract images from shifted image

b. matlab functions 

c. (subtracting average from image)*original
  1. Look for fibers that cross the volume

volume of them will be related to processing condition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment