-
-
Chunming Li的水平集代码程序
... , C. Gatenby, D. N. Metaxas, and J. C. Gore, "A Level Set Method for Image Segmentation in the Presence of Intensity Inhomogeneities with Application to MRI", IEEE Trans. Image Processing, vol. 20 (7), pp. 2007-2016, 2011.
(pdf, BibTex, 60+ ...
-
LBP Matlab工具包
... LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern
% coded image or the local binary pattern histogram of an intensity
% image I. The LBP codes are computed using N sampling points on a
% circle of radius R and using mapping table defined ...
-
轮胎检测程序
我自己设计的完美运行
RGB = imread('待测轮胎.jpg');
I = rgb2gray(RGB); % convert to intensity
I1 = I(1:313,1:50);
I2 = imrotate(I1, 90); %翻转90度
figure(10),imshow(I2);
imwrite(I2,'C:\Users\邓\Desktop\视频信号处理\luntai\模板.jpg');
-
雷达技术知识
... j<
Figure 2. Angle of Incidence. Figure displays concept of reflection and refraction
of light according to angle of incidence. The intensity of light is greater as the angle
of incidence approaches nadir. (Jenkins, F.A., White, RE. "Fundamentals ...
-
-
-
Single Image Haze Removal Using Dark Channel Prior
... haze-free images. It is based on a key observation—most local patches in
outdoor haze-free images contain some pixels whose intensity is very low in at least one color channel. Using this prior with the haze
imaging model, we can directly estimate the ...
-
LDB特征提取算法
... an image patch. LDB directly computes a binary string using simple intensity and gradient difference tests on pairwise grid cells within the patch. Relying on integral images, the average intensity and gradients of each grid cell can be obtained by ...
-
-
matlab“全能”颜色转换代码
...
'YDbDr' = SECAM Luma + Chroma
'HSV' or 'HSB' = Hue Saturation Value/Brightness
'HSL' or 'HLS' = Hue Saturation Luminance
'HSI' = Hue Saturation Intensity
'XYZ' = CIE XYZ
'Lab' = CIE L*a*b* (CIELAB)
'Luv' = CIE L*u*v* (CIELUV)
'LCH' = CIE L*C*H* ( ...
-