Switch to unified view

a b/libraries/lib_FQPath/README.md
1
# FQPath
2
A MATLAB package for No-Reference (NR) Focus Quality Assessment (FQA) of Digital Pathology Images
3
----------------------------------------------------------------
4
## General purpose:  
5
-   You can use this MATLAB package to score no-reference (NR) focus quality assessment (FQA) of whole slide images in digital pathology to grade out-of-focus  
6
----------------------------------------------------------------
7
## Requirements:
8
- MATLAB R2015b
9
10
----------------------------------------------------------------
11
## MATLAB Codes:
12
13
### Demo function:  
14
-   demo_NR_FQA.m
15
16
### Utility functions:  
17
-   FQPath.m
18
- generalized_Gaussian_for_fitting.m
19
20
----------------------------------------------------------------  
21
## Publication  
22
*Hosseini, Mahdi S., Jasper AZ Brawley-Hayes, Yueyang Zhang, Lyndon Chan, Konstantinos N. Plataniotis, and Savvas Damaskinos. "[Focus Quality Assessment of High-Throughput Whole Slide Imaging in Digital Pathology](https://ieeexplore.ieee.org/abstract/document/8725582)." IEEE Transactions on Medical Imaging (2019)*  
23
24
You can also read the paper from [arXiv link](https://arxiv.org/abs/1811.06038)  
25
26
----------------------------------------------------------------
27
## Author:  
28
Mahdi S. Hosseini  
29
Email: mahdi.hosseini@mail.utoronto.ca  
30
http://www.dsp.utoronto.ca/~mhosseini/  
31
32
----------------------------------------------------------------
33
## Citation:  
34
@article{hosseini2019focus,   
35
  title={Focus Quality Assessment of High-Throughput Whole Slide Imaging in Digital Pathology},   
36
  author={Hosseini, Mahdi S and Brawley-Hayes, Jasper AZ and Zhang, Yueyang and Chan, Lyndon and Plataniotis, Konstantinos N and Damaskinos, Savvas},   
37
  journal={IEEE Transactions on Medical Imaging},   
38
  year={2019},   
39
  publisher={IEEE}   
40
}