Skip to content

We tried to use surf and gabor features to do Colorization of a gray scale image by presenting it a similar image.

Notifications You must be signed in to change notification settings

tvsrr/Image_colorization_using_feature_matching

Repository files navigation

1. Gabor Feature
The superpix.m file is used to get the gabor features of rgb image.
The superpix_gray.m file is used to get the gabor features of gray image.

2. Surf Feature
The test_surf.m file in surf folder contains the function to extract
the surf features of both rgb and gray image.

3. Cascade Feature matching
The cas_feat_mat.m contains the cascade based feature matching code.

4. Mean Shift Algorithm
The k_means_reassign2.m file contains the code for k-means clustering.

testlabel_color.m contains the code with bounding box 

lbp.m contains the code for local binary pattern

About

We tried to use surf and gabor features to do Colorization of a gray scale image by presenting it a similar image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published