Retinal vessel extraction, opencv_python, skimage, python
- It also supports tubular object extraction/segmentation. yy
- Here, a custom Gaussian kernel is used, followed by convolutional filtering to further obtain the Hessian matrix. Finally, the eigenvalues are calculated and the vascular response is obtained.
- The second method is to directly obtain the Hessian eigenvalues using the skimage package, thereby obtaining the vascular response.
- Frangi A F, Niessen W J, Vincken K L, et al. Multiscale vessel enhancement filtering International Conference on Medical Image Computing and Computer-Assisted Intervention[C]//Medical Image Computing and Computer Assisted Intervention.
- opencv_python
- scikit-image 0.19.3
- python3.7
- The final blood vessel extraction can use soft thresholds, such as the otsu algorithm, and so on.
1.Without permission, the design concept of this model shall not be used for commercial purposes, profit seeking, etc.
2.The usage rights strictly follow the relevant copyright regulations of the cited paper above. This is only a reproduction.