index.rst.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .. image features extraction documentation master file, created by
  2. sphinx-quickstart on Mon Aug 14 17:04:45 2017.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Image Features Extraction
  6. ============================
  7. This package allows the fast extraction and classification of features from a set of images. The resulting
  8. table can be used as training set for a machine learning classifier
  9. .. image:: _static/1.png
  10. :width: 600px
  11. :alt: alternate text
  12. The package was originally developed to extract measurements of single cell nuclei from microscopy images (see figure above).
  13. The package can be used to extract features from any set of images for a variety of applications.
  14. Below it is shown a map of Boston used for city density and demographic models.
  15. .. image:: _static/8.png
  16. :width: 600px
  17. :alt: alternate text
  18. The image below shows a possible workflow for image feature extraction: two sets of images
  19. with different classification labels are used to produce two data sets for training and testing a classifier
  20. .. image:: _static/2b.png
  21. :width: 600px
  22. :alt: alternate text
  23. The image features extraction package was developed using the document object model architecture shown below
  24. .. image:: _static/3b.png
  25. :width: 600px
  26. :alt: alternate text
  27. The object 'Image' includes the function Voronoi(), which returns the object Voronoi of my package Voronoi_Features.
  28. The Voronoi object can be used to measure the voronoi tassels of each image regions. It includes >30 measurements.
  29. Below an example of voronoi diagrams from the image shown above
  30. .. image:: _static/09.png
  31. :width: 600px
  32. :alt: alternate text
  33. .. image:: _static/10.png
  34. :width: 600px
  35. :alt: alternate text
  36. .. image:: _static/voro3.png
  37. :width: 600px
  38. :alt: alternate text
  39. .. image:: _static/voro4.png
  40. :width: 600px
  41. :alt: alternate text
  42. .. image:: _static/12.png
  43. :width: 600px
  44. :alt: alternate text
  45. .. image:: _static/13.png
  46. :width: 600px
  47. :alt: alternate text
  48. .. image:: _static/14.png
  49. :width: 600px
  50. :alt: alternate text
  51. See classes/modules documentation for more details about the use of the package
  52. Contents:
  53. ============
  54. .. toctree::
  55. :maxdepth: 2
  56. tutorial.rst
  57. code.rst