├── Feature Detection └── Intergral Image │ ├── Rapid Object Detection using a Booseted Cascade of Simple Features.pdf │ ├── fastIntergral.m │ └── main.m ├── Image Preprocessing └── Filter │ └── adpmedian.m ├── Image Segmentation └── Cluster Methods │ └── kmeans │ └── k_means_img_seg.m ├── Image Strengthen └── Gray Transformation │ └── base on fuzzy theory │ ├── Mbright.m │ ├── Mdark.m │ ├── Mgray.m │ └── fuzzy_graytrans.m └── README.md /Feature Detection/Intergral Image/Rapid Object Detection using a Booseted Cascade of Simple Features.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Feature Detection/Intergral Image/Rapid Object Detection using a Booseted Cascade of Simple Features.pdf -------------------------------------------------------------------------------- /Feature Detection/Intergral Image/fastIntergral.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Feature Detection/Intergral Image/fastIntergral.m -------------------------------------------------------------------------------- /Feature Detection/Intergral Image/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Feature Detection/Intergral Image/main.m -------------------------------------------------------------------------------- /Image Preprocessing/Filter/adpmedian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Image Preprocessing/Filter/adpmedian.m -------------------------------------------------------------------------------- /Image Segmentation/Cluster Methods/kmeans/k_means_img_seg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Image Segmentation/Cluster Methods/kmeans/k_means_img_seg.m -------------------------------------------------------------------------------- /Image Strengthen/Gray Transformation/base on fuzzy theory/Mbright.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Image Strengthen/Gray Transformation/base on fuzzy theory/Mbright.m -------------------------------------------------------------------------------- /Image Strengthen/Gray Transformation/base on fuzzy theory/Mdark.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Image Strengthen/Gray Transformation/base on fuzzy theory/Mdark.m -------------------------------------------------------------------------------- /Image Strengthen/Gray Transformation/base on fuzzy theory/Mgray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Image Strengthen/Gray Transformation/base on fuzzy theory/Mgray.m -------------------------------------------------------------------------------- /Image Strengthen/Gray Transformation/base on fuzzy theory/fuzzy_graytrans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/Image Strengthen/Gray Transformation/base on fuzzy theory/fuzzy_graytrans.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luftseele/ImageProcessing_Matlab_Code/HEAD/README.md --------------------------------------------------------------------------------