Computing Color Gaussian Kernel
1 回表示 (過去 30 日間)
古いコメントを表示
Can anybody help me how to compute the color Gaussian Kernel described in the paper.I am confused what is Uj and Uk.
Thanks
2 件のコメント
José-Luis
2013 年 2 月 18 日
編集済み: José-Luis
2013 年 2 月 18 日
What have you done so far? What specific Matlab problems have you encountered in your implementation? Do you seriously expect someone to read a Paper and give you the code? For that please try the file exchange. Otherwise, people generally get paid for such tasks.
回答 (1 件)
Image Analyst
2013 年 2 月 18 日
You compute the YUV image from the RGB image. The Uk and Uj are just pixel values from the U image, taken from different locations, location j and location k. They are not clusters.
15 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!